plugins:word-count

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
plugins:word-count [2014/02/09 01:50] – external edit 127.0.0.1plugins:word-count [2018/01/10 20:36] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Word Count ====== ====== Word Count ======
 {{ :plugins:word-count-indicator.png?nolink|Status Bar indicator}}This simple plug-in helps you to track, how many words has current document or current selection. {{ :plugins:word-count-indicator.png?nolink|Status Bar indicator}}This simple plug-in helps you to track, how many words has current document or current selection.
-It adds additional indicator on status bar that shows word count and does recount on click (if document large/slow automatic calculation is disabled by performance reasons).  +It adds an additional indicator on the status bar that shows word count and does recount on click (if document large/slow automatic calculation is disabled for performance reasons).  
-There are also color indication if word count is over some hardcoded values:+There are also color indication if word count is over some hard coded values:
   * **yellow** (warning), if more than 160   * **yellow** (warning), if more than 160
   * **red** (error), if more than 320   * **red** (error), if more than 320
-Such indication is added only as example, if you need another margin values, you can change them directly in code. If will be demand, options or easy menu for status indicator can be added in the future.+Such indication is added only as an example, if you need another margin values, you can change them directly in code. If will be demand, options or easy menu for status indicator can be added in the future.
  
 ===== Install ===== ===== Install =====
Line 13: Line 13:
 ===== More ===== ===== More =====
 For details about integration, you can ask on [[http://forum.hippoedit.com/scripting-scripts-and-macros/word-count/|forum]]. For details about integration, you can ask on [[http://forum.hippoedit.com/scripting-scripts-and-macros/word-count/|forum]].
 +
 +
 +
  
 #performance #plugin #performance #plugin