Comment #5 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
Ok, I manage to find the best User-Experience solution (so far) myself. Put
the following line in count.py and put it as a script, assign hot key CTRL+0
app.frame.document.CallTipShow(
app.frame.document.GetCurrentPos(),
'Selected %d bytes' % len(app.frame.document.GetSelectedText()) )
But I still think this feature should better be builtin feature of Ulipad:
when selecting some content, automatically display selected bytes on the
status bar. Take it or not.
Thanks anyway.