Selected character count in status bar

This forum is user-to-user based and not regularly monitored by IDM.
Please see the note at the top of this page on how to contact IDM.

Selected character count in status bar

Postby logidelic » Wed Mar 13, 2013 9:24 am

Hi all,

Long time user, first time poster. I have the latest version of UltraEdit, and one thing that's always drove me nuts is that the statusbar shows the selected byte count instead of the selected character count. (How typically useful is to showing the selected byte count of a Unicode file? Not very!).

Anyway, is there a way to change this to show the selected character count?

Thanks!
logidelic
Newbie
 
Posts: 2
Joined: Wed Mar 13, 2013 9:21 am

Re: Selected character count in status bar

Postby Mofi » Wed Mar 13, 2013 1:35 pm

As IDM introduced the feature to show the number of selected bytes I suggested already during beta test period to change that to the number of characters as for Unicode files the number of bytes must be always devided by 2 by the user to get the number of characters which I thought is more useful for the writers of Unicode files. But my suggestion was not implemented and is still not implemented in UE v19.00.0.1022.

There is no option to change the display of selected bytes/lines to selected characters/lines.

I recommend assigning a hotkey to command SearchWordCount for the command Word Count in menu Search to quickly open the dialog containing the number of selected characters.
User avatar
Mofi
Grand Master
Grand Master
 
Posts: 4049
Joined: Thu Jul 29, 2004 11:00 pm
Location: Vienna

Re: Selected character count in status bar

Postby logidelic » Wed Mar 13, 2013 2:53 pm

Thanks for the reply and for the tip!

It's disappointing that this wouldn't be an option at least. To be absolutely clear: the byte count is actually wrong anyway. If the file is UTF-8 it still shows (as you say) two bytes per character, even when there is really only one byte per character (for the ASCII subset). I'm not sure how this might help someone out in life...
logidelic
Newbie
 
Posts: 2
Joined: Wed Mar 13, 2013 9:21 am


Return to UltraEdit General Discussion