GNOME Bugzilla – Bug 770477
Add a quick-highlight plugin
Last modified: 2016-08-27 19:49:28 UTC
Quick Highlight or Smart Highlight usually refer to a text editor behaviour that highlight every occurrences of selected text dynamically (as you select it). Plugins implementing this already exist for various editor: Emacs [1], Vim [2], Atom [3]... This kind of feature may be interesting for Builder to have, most probably implemented as a plugin that one can turn on and off. [1] http://nschum.de/src/emacs/highlight-symbol/ [2] http://vim.wikia.com/wiki/Auto_highlight_current_word_when_idle [3] https://atom.io/packages/quick-highlight
Created attachment 334267 [details] [review] First simple implementation
Thanks! Outstanding work! I've extended this a bit to make it feel/work like a core plugin. We will enable it by default and have added a preference under the "Editor" section to disable it. This is a bit nicer than enable/disabling the plugin from extensions since the user doesn't need to know the feature was implemented as a plugin. Thanks again!