boakley / brackets-robotframework

Brackets.io extension for editing robotframework pipe-separated plain text files
20 stars 3 forks source link

tab at start of non-empty line should indent the line #11

Closed boakley closed 10 years ago

boakley commented 10 years ago

If you press a tab at the start of a non-empty line, the line should be indented to the same level as the previous line.

Use case: you have a long line that you want to shorten, so you place your cursor where you want to split. You should be able to press to split the line and then indent it equal to the previous line.