by bizoo on Mon May 02, 2011 11:55 am
Don't understand the problem here, or maybe it's a something related to the OS (I'm on windows).
The context { "key": "text", "operator": "regex_contains", "operand": "\n" } mean that you need a "carriage return" in the selection to trigger the unindent.
So if you want to unindent only the current line you have to press CTRL+L to select all the line and after SHIFT+TAB to unindent.
This is how ST1 work and feel right to me.
I tried some other editors (pspad, wordpad, Delphi, ...) and my conclusion is that this behavior is common to all.
If you don't select your text before un/indenting, there's no standard behavior and it depend of your editor.