Comment #4 on issue 259 by [email protected]: Feature request: Count data bytes when selecting some text
http://code.google.com/p/ulipad/issues/detail?id=259

Well, that helps a bit. So I put following line inside a script named count.py and assign it CTRL+0. win.messagewindow.SetText( 'Selected %d bytes' % len(app.frame.document.GetSelectedText()) )

That is better, but I still need to open message window by myself. Can it be open automatically? How?

Or, can the message be output as a tooltip at document window then automatically disappear? Or can the message be output in the status bar of the document window? Either way I don't have to manually open-and/or-close message window.

Reply via email to