GNOME Bugzilla – Bug 705615
Column number is wrong when tabs are used
Last modified: 2013-08-11 16:44:28 UTC
Created attachment 251075 [details] Wrong column number Anjuta counts a tab as a single character when computing the current column number. A tab should count for its equivalent number of spaces (as in gedit/emacs/vim etc.). The screenshot shows the cursor after a single tab character. Anjuta reports that the cursor is in column 1, but it's actually at column 4.
Created attachment 251216 [details] [review] Fix column number on lines with tabs
Review of attachment 251216 [details] [review]: Thank for finding that and for fixing it. I have committed your patch without any change.