Display number of bytes into the file that the caret is at

Ideas for new features

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
bradleysmith
Posts: 4
Joined: Wed Jun 09, 2004 9:08 am

Display number of bytes into the file that the caret is at

Post by bradleysmith »

Subject says it all. Line and column info is great but it would be nice to have the option of displaying exactly (cr and lf included) how many bytes into the file the caret is.

Brad
User avatar
MudGuard
Posts: 1295
Joined: Sun Mar 02, 2003 10:15 pm
Location: Munich, Germany
Contact:

Post by MudGuard »

Workaround till it might be implemented in a more direct way:

Preß Shift+Ctrl+Home to select from cursor position to beginning of file.
Then preß Alt+Return to see document properties. On the "Document" tab you can see how many characters are selected...
bradleysmith
Posts: 4
Joined: Wed Jun 09, 2004 9:08 am

Post by bradleysmith »

MudGuard wrote:Workaround till it might be implemented in a more direct way:

Preß Shift+Ctrl+Home to select from cursor position to beginning of file.
Then preß Alt+Return to see document properties. On the "Document" tab you can see how many characters are selected...
That's what I've been doing but the characters reported does not include carriage returns or line feeds so I have to mentally add them on afterwards. It's a way to get the info I want but it's slowing me down man! Thanks for the suggestion anyway.
Post Reply