#5467
Yutaka Emura
Keymaster

Deipotent wrote:
I set the delay time to 0.0 seconds, and there is still a delay before the status bar is updated. Is this a bug ?

I would also like it to show the number of lines in the selection. Is this possible ?

BTW, the documentation does not mention about the length property. Where can I find an up-to-date reference for all objects and properties ?

The status bar is updated when EmEditor becomes idle, so it is not a bug. You can certainly include the number of lines in the selection. I will write the code if you would like me to. length property is not a property of EmEditor objects, rather it is a property of string object in JavaScript. JavaScript is a popular script language, and so you can find the reference in Web sites or in many books. Search for “JavaScript string length” in Google.