Hi Pavel, so we do it with different shortcuts than regular editors - but at least it is there. Thanks for the hint! Bye T.   Gesendet: Donnerstag, 07. Dezember 2017 um 16:22 Uhr Von: "Pavel Krivanek" <pavel.krivanek@gmail.com> An: "Pharo Development List" <pharo-dev@lists.pharo.org> Betreff: Re: [Pharo-dev] Text Indentation in Pharo editor  2017-12-07 16:19 GMT+01:00 Torsten Bergmann <astares@gmx.de[mailto: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. Â