Page 1 of 1

IDE Highlighting matching Text

Posted: Mon Apr 12, 2010 10:08 pm
by nco2k
i have been using notepad++ for a while now, to code some php stuff and noticed a feature, which didn't seem significant at first sight, but proved itself extremely useful. if you select something, everything matching that text will be highlighted as well. having this would be very very cool.

Image

c ya,
nco2k

Re: IDE Highlighting matching Text

Posted: Tue Apr 13, 2010 9:37 am
by #NULL
that seems useful indeed

Re: IDE Highlighting matching Text

Posted: Sat Nov 12, 2011 4:27 pm
by MachineCode
Should be easy to implement, because http://www.scintilla.org/ScintillaHistory.html states:

Code: Select all

Release 2.26  (25 May 2011)
SciTE can highlight all occurrences of the current word or selected text.
See also -> http://stackoverflow.com/questions/9256 ... -scintilla

;)