Hi,
Just some thought on improvements of the method editor:
-
Control-Backspace to delete the first word on the left (common action for most applications)
-
Abillity to quickly (un)comment selected text by selecting text, then rightclick on it and selecting “comment code” or “uncomment code” from the popup menu
-
Add the JS Lib functions (especially the ones under “flow”) to the control-space “typeahead” feature
-
Words in the code that normally get rendered a different color (like “var” and “null” do not get their different color if you first type “vartest” and later put a space between “var” and “test”
-
If you have a line of code that is so long, that it doesn’t fit in the visible screen and you select this code with your mouse, by placing the cursor at the beginning of the text and then dragging the mouse to the right, the last two caracters of the text cannot be selected
-
A way to quickly insert I18NJ keys into your code, for example by right clicking, selecting “I18N Keys” submenu from the popup, after which a list of I18N keys is shown. when you select on, the key is inserted into your code
Just my 5 cents on the method editor…
Paul