theold190 / zaMena

Tiny Far Manager Macros
1 stars 0 forks source link

ShiftLeft: do an adaptive shift #20

Open theold190 opened 12 years ago

theold190 commented 12 years ago

Right now we shift everything to a size of tab. So if you apply ShiftLeft to two lines with indents TAB_SIZE/2 and TAB_SIZE they both will end up with the 0 indentation. Would be nice if second string would end up with TAB_SIZE/2 indentation, while first one had 0.