Statistics : Characters count

Are you missing a feature? Request its implementation here.
Vincent
Posts: 52
Joined: Thu Dec 15, 2011 7:56 pm

Statistics : Characters count

Post by Vincent »

Hi,

Do you plan to add a feature that could say how many, words, characters, spaces, special characters there are in the author view.
I mean counting in the text nodes without taking care of the elements, attributes etc...




Thank you,
Vincent.
Radu
Posts: 9472
Joined: Fri Jul 09, 2004 5:18 pm

Re: Statistics : Characters count

Post by Radu »

Hi Vincent,

If you right click in the Author mode there is a Text submenu which contains a Count Words entry.
That action is based on an operation called ro.sync.ecss.extensions.commons.operations.text.CountWordsOperation for which you should find the Java sources in the Author SDK if you want to add a custom action which better suits your type of edited documents.

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Vincent
Posts: 52
Joined: Thu Dec 15, 2011 7:56 pm

Re: Statistics : Characters count

Post by Vincent »

Once again, thank you for this information Radu !


Regards,
Vincent.
Post Reply