View Issue Details

IDProjectCategoryView StatusLast Update
0001401Commit DesktopUncategorizedpublicMarch 18, 2023, 2:04 pm
ReporterScott Bradford Assigned ToScott Bradford  
PrioritynormalSeverityminor 
Status assignedResolutionopen 
Summary0001401: Improvement: Spell Check Integration
DescriptionCurrently we don't have spell checking. There is spell checking support in wx.TextCtrl but it's not consistent across platforms, so we aren't bothering with it right now.

The two major OSS options are GNU Aspell (LGPL) and Hunspell (LGPL or MPL).

Possible approaches:

1) System-based -- use system built-spell checking when available, and use Aspell or Hunspell on Linux and/or as a fallback.

2) Consistent -- use Aspell or Hunspell everywhere.

It should be toggleable in the settings or in the toolbar/menus somewhere.

It should probably default to "off" in normal/writing mode. If we implement the editing mode (bug 1400), it should probably default to "on" in that mode. But users should have the ability to toggle it on/off in either mode separately.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
March 18, 2023, 1:59 pm Scott Bradford New Issue
March 18, 2023, 1:59 pm Scott Bradford Status new => assigned
March 18, 2023, 1:59 pm Scott Bradford Assigned To => Scott Bradford
March 18, 2023, 2:04 pm Scott Bradford Description Updated