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

Spell-check flow improvements #220

Open
Eeel-12 opened this issue Apr 20, 2024 · 2 comments
Open

Spell-check flow improvements #220

Eeel-12 opened this issue Apr 20, 2024 · 2 comments

Comments

@Eeel-12
Copy link

Eeel-12 commented Apr 20, 2024

  • A "back button" to go back to the previous spellcheck error / just modified error. If the file have lots a Names it's difficult to find
    where i was when i miss click.
  • The Edit button open a new popup window, could be nice if we can edit directly in the current spellcheck window to save some time.
  • On spellcheck window open, a "continue where you left of ?" could be nice. I frequently need to exit the spellcheck window to do some search and replace, and because there is lots of names in the file, i have to start spellcheck again from the beginning.

Thank you. (small paypal donation done, i use Gaupol frequently)

@otsaloma
Copy link
Owner

I agree on these issues, I have noted the same inconveniences in my own use.

  • A back button would be useful, but I think a bit difficult to implement on account of the "replace all" and "ignore all" actions as it's not just a single action that needs to be rolled back, but possibly several.
  • The edit button might be removable, that's how it works in the search-replace dialog. It needs to invalidate the various ignore/replace/etc actions as those are not well defined when the text changes. That's probably the reason why I cut corners and did it with a separate dialog as that was easier to get right.
  • Continuing where left off would be useful too, but a bit complicated both in terms of both the UI as well as the state management implementation.

I don't expect to work on these but am open to contributions.

@otsaloma otsaloma changed the title [Features request/suggest] In the spellcheck window Spell-check flow improvements Apr 20, 2024
@Eeel-12
Copy link
Author

Eeel-12 commented Apr 20, 2024

  • A back button would be useful, but I think a bit difficult to implement on account of the "replace all" and "ignore all" actions as it's not just a single action that needs to be rolled back, but possibly several.

Thank you for your feedback.
maybe a back button withtout undo ? I mean just go back to previous modified entry to get the oportunity to edit it again.

I don't have codding knowledge, maybe if all requests are visible on landing page, someone with enough skills would be interested in improving.

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