[Pharo-users] Re: How to indent block of text

2021-10-23 Thread horrido . hobbies
Thanks. I need to have this engraved on my forehead. Esteban Lorenzano wrote: > hi, > > the command is : ctrl+shift+(l or r) > Esteban > On Oct 23 2021, at 2:44 pm, horrido.hobb...@gmail.com wrote: > > > No. I meant this: > >

[Pharo-users] Re: How to indent block of text

2021-10-23 Thread Esteban Lorenzano
hi, the command is : ctrl+shift+(l or r) Esteban On Oct 23 2021, at 2:44 pm, horrido.hobb...@gmail.com wrote: > No. I meant this: > https://stackoverflow.com/questions/13675260/how-to-indent-a-block-of-code-in-pharo-squeak > > > > Pierre Misse wrote: > > Ctrl+maj+f applies the formatting, which

[Pharo-users] Re: How to indent block of text

2021-10-23 Thread horrido . hobbies
No. I meant this: https://stackoverflow.com/questions/13675260/how-to-indent-a-block-of-code-in-pharo-squeak Pierre Misse wrote: > Ctrl+maj+f applies the formatting, which is configurable IIRC. > Is it what you're looking for? > > On 10/22/2021 10:35 PM, horrido.hobb...@gmail.com wrote: > > >

[Pharo-users] Re: How to indent block of text

2021-10-23 Thread Pierre Misse
Ctrl+maj+f applies the formatting, which is configurable IIRC. Is it what you're looking for? On 10/22/2021 10:35 PM, horrido.hobb...@gmail.com wrote: Has indenting text changed in Pharo? Ctrl-Alt-R and Ctrl-Alt-L don’t work for me anymore. Thanks.