On 30.11.2012, at 13:28, Sebastian Nozzi <sebnozzi@gmail.com> wrote:
When I select a few lines of text in Pharo 2.0 code editor and hit TAB it is not indented as in other IDE's. Instead it is deleted similar to when one hits space key.
Usually TAB in IDE code editors is used to indent a selected block of text and SHIFT+TAB is used for the reverse (outdent).
I also expected that. Would be cool if this was the default behavior.
on mac: ctrl+alt+r / l
This makes sense from a language perspective (right/left), but note that not only you have to press more keys, but also is more tedious if you are adjusting the indentation. With this I mean if you want to quickly do left/right operations after another.
I didn't say it's good, just how it currently works :) +1 for better shortcuts (but checkout the currently active "Vim Keys?" thread for that) Max