Does anybody know to get the correct column number the cursor is on?
I’ve tried using the view class rowcol(point) api but it only seems to work if there is text on the line If the cursor is sitting on a blank line I get a column return of 1 when my cursor (single cursor) is in column 5. The rowcol api does seem to give back the correct line number. Anybody know how to access the code the status bar uses?
Thanks