Rainie3535 / sigil

Automatically exported from code.google.com/p/sigil
GNU General Public License v3.0
0 stars 0 forks source link

Spell check button/menu to find next misspelled word #1180

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Sigil 0.4.905/Windows

Proofreading with the build-in spell checker would be much easier with hotkeys 
to jump from one error to the next.

Original issue reported on code.google.com by frank.ki...@gmail.com on 17 Jan 2012 at 10:30

GoogleCodeExporter commented 9 years ago

Original comment by meme90...@gmail.com on 22 Feb 2012 at 8:42

GoogleCodeExporter commented 9 years ago
In progress.

Original comment by meme90...@gmail.com on 23 Feb 2012 at 9:26

GoogleCodeExporter commented 9 years ago

Original comment by meme90...@gmail.com on 5 Mar 2012 at 5:05

GoogleCodeExporter commented 9 years ago
Patch attached.

- Allow Find next misspelled word
- Adds Spell Check mode to Find&Replace
- Supports searching for all misspelled words or just misspelled words matching 
a regex
- Supports Count All, replace, replace all, up, down, one or more files
- Allows use of standard F&R key shortcuts
- Enable/disable highlighting in code view but still allow Find misspelled words
- New misspelled search code, shared by F&R, highlighting, etc.

For 1301
- Allow user dictionary file location to be set (preferred place, one per 
book/genre, etc)
- Allow additional dictionary directory to be set

Original comment by meme90...@gmail.com on 5 Mar 2012 at 8:35

Attachments:

GoogleCodeExporter commented 9 years ago
Merged

Original comment by john@nachtimwald.com on 7 Mar 2012 at 1:17

GoogleCodeExporter commented 9 years ago

Original comment by daveheil...@gmail.com on 19 May 2012 at 3:20

GoogleCodeExporter commented 9 years ago
Changed from using an option in F&R to a separate menu/button item since it was 
too clumsy in F&R.

Also moved automatic spellcheck to a button to make it easier to use 
(especially since find next misspelled word needs spellcheck on in order to 
offer alternative spellings).

Original comment by daveheil...@gmail.com on 21 Aug 2012 at 4:27