4 comments (4 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python1,236 stars (1,236 stars)101 forks (101 forks)batch import
enhancementhelp wanted
Description
I'd like to:
- Choose a default spell-checker in preferences.
- Mark a subset available spell-checkers for on-the-fly text entry selection.
- Have an icon aside text entry field to select spell-checker language (from subset above) or turn it on-off.
- Have the spell-checker automatically turned-off on typing
some code, > quotes and URI. Have it spell-check on anything else.
- Issue type
- feature
- Research direction
- The issue requests multiple spell check features: language selection preferences, on the fly toggling, and auto disable in code blocks and quotes. Since the issue is from 2015 and the project may have evolved, start by examining the current spell check implementation in the codebase (likely in Python files under /usr/lib/scudcloud or similar). Look for any existing preferences dialog (e.g., in the settings UI) and the mechanism for text entry fields. Check recent commits or closed PRs for spell check related changes. The maintainer has not commented recently, so consider asking for clarification on priorities and desired UI placement.