TODO 25-Apr-14 - Option: Ohne Fensterrahmen (geht irgendwie nicht, dann öffnet sich kein Fenster mehr!???) 21-Mai-14 - Menu: Clear source field - Menu: Copy dest contents to clipboard - Show the current length of source under the cycle gadgets - add a text gadget to show the detected language if "auto" is used - add context menus to the cycle gadget with the last 5 used langs - Menu: Fav. lang combos: deutsch->english, etc (user definable?) - Menu: switch source/dest lang Requests: - 25-Apr-14, Markus Lunk Nützlich wäre im Voreinsteller, wenn das Fenster alternativ auch ohne Rahmen angezeigt werden könnte Bugs: The mouse scroll wheel scroll boths Textinput objects! Why? Notes: - There seems to be a limit for source text, some quick test shows its 1958 chars. or chars 1294??? -> send/translate the text in multiple passes... *************** ** History **** *************** 18-Jun-14: v2.01 Fix: Forgot to disable debug code in some modules, the filesize is now only half as large! [reported by jPV, 18-Jun-04] Chg: Changed the window title to just "gTranslator.sbar vX.X" 13-Jun-14: Fix: The hotkey setting is now in a own group ("Misc."), instead of the "Languages" group 13-Jun-14: v2.0, released Chg: Added "#" to the translated chars Fix: The chars "<" and ">" needed special handling 08-Jun-14: New: All language selection gadgets are now a custom popup subclass with an 8-column table instead of a cycle gadget Chg: Changed the layout of the window, the language selection gadgets are now above the text gadgets 26-Mai-14: New: The hotkey is now adjustable! Default is now "alt #" Because Powerbook doesn't have a right ctrl key;) 22-Mai-14 Chg: the window and slave objects are now global for all instances 21-Mai-14: Chg: The InputHandler is now global, for all instances/screens New: Now using Textinputscroll objects, to have scrollbars, because ScrollgroupObjects seems to not working with Textinput objs!? Unfortunately the Textinputscroll doesn't have support for AutoBars, like ScrollgroupObjects... 20-Mai-14: New: Added a hotkey (ctrl #) to open/close my window! Fix: Chinese language name was wrong [reported by Markus Lunk] 17-Mai-14: Chg: Added "\t", "\n" and "+" to the translated chars 11-Mai-14: Fix: The url string was limited to 200 chars, its now unlimited but it seems that there is somewhere a limit (1958 chars) [reported by Markus Lunk] 07-Mai-14: New: Changed the url to translate, so its working again, w/o the need for https! New: Instant translation, words are translated while you are typing [suggested by Markus Lunk] New: The cycle-gadgets for the languages can now jump to first/next language by typing the first letter of the language [suggested by Markus Lunk] New: Added a "Home Language" setting, so unknown words are set to this language (doesn't work everytime though) New: The window width/height is now remembered New: Set max length of the source string gadget is now "auto expanded" New: The string- and the text(result)-gadget have now multiline support 30-Apr-14: Tried to use Scintilla.mcc instead of String.mui - How can I only get a notification for a specific type (f.e. SCN_MODIFIED), else I get every second a notification;( - How can I deactivate it? (to activate the cycle gadget via keyboard) else it gets all the keyboard inputs... - how can I disable the first column? 27-Apr-14: Chg: The window width is now remembered Chg: Added custom cycle gadgets, you are now able to choose an entry by typing the first letter, if the gadget is the active object! Select a cycle gadget with the TAB key, then press a-z. Chg: The text gadget (where the translated string is shown), isn't in the cycle chain anymore Chg: The string gadget is now a StringHistory object (you need to install this class!) TODO: make it optional 25-Apr-14: -Fix: Now the window will open if you release the left mousebutton instead of on pressing it! To prevent the window from beeing deactivated right after opening on Ambient! 21-Apr-14: v1.0, first release 17-Apr-14: started