ineedh3lp Posted January 31, 2012 Posted January 31, 2012 Hello, 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!
jaberwacky Posted January 31, 2012 Posted January 31, 2012 Inside of SciTE? Helpful Posts and Websites: AutoIt Wiki | Can't find what you're looking for on the Forum? My scripts: Guiscape | MouseHoverCalltips | SciTe Customization GUI | ActiveWindowTrack Toy | Monitor Configuration UDF
ineedh3lp Posted January 31, 2012 Author Posted January 31, 2012 Yes, inside SciTE. Sorry I forgot to mention.
jaberwacky Posted January 31, 2012 Posted January 31, 2012 I use this which works well for me. I'm no SciTE expert BTW. highlight.current.word=1 highlight.current.word.by.style=1 highlight.current.word.colour=#CF6A4C ineedh3lp 1 Helpful Posts and Websites: AutoIt Wiki | Can't find what you're looking for on the Forum? My scripts: Guiscape | MouseHoverCalltips | SciTe Customization GUI | ActiveWindowTrack Toy | Monitor Configuration UDF
matwachich Posted February 1, 2012 Posted February 1, 2012 Is there another way so that the current selection is highlited, not only the current word? I tried with replacing word by selection, but it's not really what i need
jaberwacky Posted February 1, 2012 Posted February 1, 2012 This might be what you want:selection.multiple=1selection.additional.typing=1selection.additional.fore=#CF6A4Cselection.additional.back=#15191Eselection.additional.alpha=25 Helpful Posts and Websites: AutoIt Wiki | Can't find what you're looking for on the Forum? My scripts: Guiscape | MouseHoverCalltips | SciTe Customization GUI | ActiveWindowTrack Toy | Monitor Configuration UDF
matwachich Posted February 1, 2012 Posted February 1, 2012 (edited) Sorry but it's not!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 textEdit: Edited February 1, 2012 by matwachich
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now