Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

“Replace All Misspelled Words with Topmost Suggestion” #332

Open
Cletos opened this issue Jan 29, 2024 · 4 comments
Open

“Replace All Misspelled Words with Topmost Suggestion” #332

Cletos opened this issue Jan 29, 2024 · 4 comments

Comments

@Cletos
Copy link

Cletos commented Jan 29, 2024

Maybe to make Notepad correct an entire file / text without interventions would be great.

https://community.notepad-plus-plus.org/topic/25427/how-could-one-use-a-spell-checker-for-a-portable-notepad/5

@Predelnik
Copy link
Owner

It won't be particularly hard to implement but it seems to me more suited to a separate script rather than plugin in text editor.

@Cletos
Copy link
Author

Cletos commented Mar 15, 2024

Sounds great! But why?

@Predelnik
Copy link
Owner

Because you just operate on the file and have no need to do anything visually, e.g. it makes more sense to work as the command line tool like:
fix_words.py text.txt -o fixed-text.txt

@Cletos
Copy link
Author

Cletos commented Mar 15, 2024

OK, so because there is no intervention / nothing more needed, than just to initiate the correction of the entire txt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants