2017-12-07 16:19 GMT+01:00 Torsten Bergmann <astares@gmx.de>:
Hi,

in most code editors I know one can select a (multiline) block of code/text and then hit
TAB to indent and move it from the position to the right side.

Using SHIFT+TAB one can move it back to the left. In Pharo the selected text unfortunately
is always deleted instead of moved/indented when hitting TAB.

Is such an editor mode or special key combination available? If not could this easily be
brought into the current text/code editor(s) in Pharo 7? Or will a possible upcoming Bloc
text/code editor support such behavior?

Ctrl + Shift + L or Ctrl + Shift + R

-- Pavel��

This would be really nice to have and move Pharo editor away from being like Notepad. Because
editors in Eclipse, NetBeans, VS, Brackets, Atom, Notepad++ all support this TAB Indentation
out of the box. ;)

Thanks
T.