Bug: column marking does not work with indent/unindent when using tab characters

Claus Pedersen

Member³
We have some old code containing tab characters. When using column marking the following sometimes does not work:
  • indent/unindent: indent leaves the first characters untouched when line contains tabs , unindent also works strangely
  • Apply Syntax Case does not work when line contains tabs

Example:
aabbccdd
aabbccdd
where is the tab character.

I use colum marking to mark "bbccdd" on both lines.
Now, when I indent, the bb is not indented.

If I mark the same characters again and use Apply Syntax Case, nothing is changed.

I am using version 7.1.5.1397
 
Back
Top