Several simple (and obviously little) things which make one's life easier when using VW under OS X and X11
- ctrl-click works as mouse left button
- editing shortcuts consistent with OS X
- implicit shortcuts for dialog buttons that elliminate the need for mouse or tabs+enter. On command-{letter} the button which has a label starting with letter is pressed (obviously if there is no other button label which starts with the same letter).
- debugger, inspector and refactoring browser remember their size and position
- for #halt and #doesNotUnderstand the debugger window opens on the second message on the stack. This because, most probably, the user does not care of seing the code of those methods
- after enter the newline is indented as the previous one
- The Extras menu in the Refactoring Browser which contains the following:
- 'Add instance variables and create accessors' - Shift+Ctrl+V - adding instance variables without clicks...
Mircea Lungu, September 22, 2006