|
Author |
Topic: IDE: tab key indenting highlighted text (Read 243 times) |
|
silentium
|
IDE: tab key indenting highlighted text
« on: Nov 9th, 2003, 9:46pm » |
|
I find having the tab key indent highlighted text helps when you reorganize code. e.g. // turning this: class a { void run() { println("a.run"); } } // into this: class a { void run() { println("a.run"); } }
|
|
|
|
benelek
|
Re: IDE: tab key indenting highlighted text
« Reply #1 on: Nov 10th, 2003, 7:49am » |
|
the edit-->beautify command will do this for you.
|
|
|
|
|