https://github.com/pandermusubi/gedit-customhighlighter
Custom hightlighter plugin for gedit
https://github.com/pandermusubi/gedit-customhighlighter
Last synced: over 1 year ago
JSON representation
Custom hightlighter plugin for gedit
- Host: GitHub
- URL: https://github.com/pandermusubi/gedit-customhighlighter
- Owner: PanderMusubi
- Created: 2013-04-26T19:46:30.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-09-18T14:12:43.000Z (almost 13 years ago)
- Last Synced: 2025-01-27T09:12:08.616Z (over 1 year ago)
- Language: Python
- Size: 133 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
gedit-customhighlighter
=======================
In short, this custom hightlighter plugin for gedit, offers:
* highlight words which are in custom lists
* these lists are stored in ~/.config/gedit/custom-highlight
* this highlighting will be overruling standard syntax highlighting
* each list of words can have custom highlighting:
* font color
* background color
* regular/bold/italic/bolditalic
* each list can be language specific (use spell check language)
* highlight length of word, sentence and paragraph
Rationale: this custom highlighting can be a writing aid to:
1. Warn for certain know writing errors (independent of spelling and
grammar checking) mainly in proper names not supported by these
checkers. Also to detect these mistakes in documents created by others.
2. Warn for words a user know he or she uses too often and want to keep
track of. For example, I tend to use the word 'also' a lot. Each time I
have to search my text for occurrences and rewrite it to use 'too' or
another contrustion. I would like to be notified for each time is use
that word. Similarly, I like to be notified for usage of words such as
therefore, nevertheless, despite, however, albeit, and alike. Preloaded
lists of this kind can be offered with the plugin.