Cybrkyd's git repositories

gedit-statusbar-wordcount-plugin • commit: 642bf82

commit 642bf82462318b8b39468c268a2717e7774264e4b0d9456050d6908a48898313
author cybrkyd <116197215+cybrkyd@users.noreply.github.com> 2025-08-02 12:08:22 +0100
committer cybrkyd <116197215+cybrkyd@users.noreply.github.com> 2025-08-02 12:08:22 +0100

Commit Message

README.md

📊 Diffstat

README.md 11
1 files changed, 11 insertions(+), 0 deletions(-)

Diff

diff --git a/README.md b/README.md
index 6233bb5..61651be 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,17 @@ Installation
2. Copy `wordcount.plugin` and `wordcount.py` to `~/.local/share/gedit/plugins`
3. Activate it from gedit's plugins dialogue.
+ ## Changes from original
+
+ - Character counter
+ - More accurate regex for word boundaries
+ - Adds debouncing (throttling) to reduce update frequency on fast edits
+ - Displays both word count and character count
+ - Adds multiple `try`/`except` blocks to prevent crashes
+ - Separates tracking of active document and connection ID
+ - Proper cleanup of timers and connections on deactivation
+ - Displays user-visible errors in the status bar on failure
+
## Licences
gedit status bar word count plugin is made available under a [GPL3
license](https://github.com/cybrkyd/gedit-statusbar-wordcount-plugin/blob/main/LICENSE)