On Wed, Feb 18, 2009 at 4:04 PM, Tobias Jakobs <tobias.jakobs@...1439...> wrote:
I'd like to select the languages I use in the prefs. (More then one.) And then I'd like to see both in a contextmenu like:
Contextmenu ...
English -> list of words German -> list of words
Ignore Wrong Word Add Word to -> English Dictionary German Dictionary
and how would it know on which words to stop? those that are not present in either dictionary? but what if some word is wrong in English but correct in German?
What I don't like or perhaps just not understand:
- Why do you use an red frame around the misspelled word and not a
jagged like any other program?
because we have code to easily create boxes and no code to create jaggies :) feel free to code that if you need it
- Why do I need to start it manually? Thats so 1990. I'd like to see on
the fly checking.
I for one hate on the fly checking, it gets in the way and slows everything down terribly. I always spell-check the entire document as a last step. Yes, I'm 1990 :) but again, now that the code is there, if anyone wants to implement on-the-fly it won't be too difficult.
- Why on extra dialog an not in the context menu?
Same answer: because I don't use context menu :) patches are welcome!