thehankinator Posted September 5, 2015 Share Posted September 5, 2015 I really like this feature in Notepad++ and VS2013. According to scintilla's website it should be supported. Feature is called "highlight.current.word". http://www.scintilla.org/SciTEDoc.html 1 Quote Link to comment Share on other sites More sharing options...
Olby Posted September 5, 2015 Share Posted September 5, 2015 +1 highlight.current.word When set to 1, all occurrences of the selected word are highlighted with the colour defined by highlight.current.word.colour. By default, this option is disabled. (See indicators.alpha and indicators.under) Quote Intel Core i7 Quad 2.3 Ghz, 8GB RAM, GeForce GT 630M 2GB, Windows 10 (x64) Link to comment Share on other sites More sharing options...
thehankinator Posted November 16, 2015 Author Share Posted November 16, 2015 This feature would be very helpful in my work flow and from my understanding of the Scintilla documentation could be as easy as a 1 line of code to enable. Quote Link to comment Share on other sites More sharing options...
klepto2 Posted November 17, 2015 Share Posted November 17, 2015 I really like this feature in Notepad++ and VS2013. According to scintilla's website it should be supported. Feature is called "highlight.current.word". http://www.scintilla.org/SciTEDoc.html this is not the Documentation of Scintilla, it is the documentation of Scite,a Texteditor which uses Scintilla and is developed by the same guys developing scintilla. The implemntation is unfortuntly no one liner as you assumed. Why it should be no big Task, such Features could bring a big Performance Impact if not done right. Quote Windows 10 Pro 64-Bit-Version NVIDIA Geforce 1080 TI Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.