Highlight Selected Text
#1
Posted 31 January 2012 - 12:51 AM
Is there a way to highlight selected text? Like, if I double-click select a word, all the occurances of that word would be highlighted. Can this be set from AutoIt or by using a plugin?
Thank you!
#2
Posted 31 January 2012 - 01:20 AM
RegisterDeviceNotifications | FunctionNameLister | SciTE Customization GUI | MouseHover --> CallTips
#3
Posted 31 January 2012 - 01:30 AM
#4
Posted 31 January 2012 - 01:33 AM
highlight.current.word=1
highlight.current.word.by.style=1
highlight.current.word.colour=#CF6A4C
- ineedh3lp likes this
RegisterDeviceNotifications | FunctionNameLister | SciTE Customization GUI | MouseHover --> CallTips
#5
Posted 31 January 2012 - 01:36 AM
#6
Posted 01 February 2012 - 02:58 AM
I tried with replacing word by selection, but it's not really what i need
#7
Posted 01 February 2012 - 03:02 AM
selection.multiple=1
selection.additional.typing=1
selection.additional.fore=#CF6A4C
selection.additional.back=#15191E
selection.additional.alpha=25
RegisterDeviceNotifications | FunctionNameLister | SciTE Customization GUI | MouseHover --> CallTips
#8
Posted 01 February 2012 - 11:39 AM
Where can i find a documentation about all those scite Lua commands and vars???
PS: what i mean is that, for example, if i select the letters in brackets: sa[lu]t it highlights all [lu] in the text
Edit: i found!
Edited by matwachich, 01 February 2012 - 11:41 AM.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users




