Page 1 of 1

Statistics : Characters count

Posted: Sat Jan 19, 2013 3:45 pm
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.

Re: Statistics : Characters count

Posted: Mon Jan 21, 2013 10:14 am
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

Re: Statistics : Characters count

Posted: Mon Jan 21, 2013 10:45 am
by Vincent
Once again, thank you for this information Radu !


Regards,
Vincent.