Automatic text highlighting

CodeLite installation/troubleshooting forum
AlgoJerViA
CodeLite Curious
Posts: 3
Joined: Tue Feb 07, 2012 10:49 pm
Genuine User: Yes
IDE Question: C++
Contact:

Automatic text highlighting

Post by AlgoJerViA »

Hi
I might remember wrong but I think the first week I used codelite there was a automatic highlighting function so that when I double click on a word it highlighted all other words that where the same. This was awesome but a few days ago it disappeared without me knowingly doing anything. Can someone help me get it back?

//AlgoJerViA
DavidGH
CodeLite Plugin
Posts: 819
Joined: Wed Sep 03, 2008 7:26 pm
Contact:

Re: Automatic text highlighting

Post by DavidGH »

Hi,
I think the first week I used codelite there was a automatic highlighting function
Surely not a feature that stops working until you buy the professional version?
No, just joking. ;)

Look at the 'Search' toolbar. On its right is a tool with the tooltip "Highlight word". Click, and highlighting will return.

Regards,

David
AlgoJerViA
CodeLite Curious
Posts: 3
Joined: Tue Feb 07, 2012 10:49 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Automatic text highlighting

Post by AlgoJerViA »

But I did buy the pro version from that strange website with porn commercial. :D

Yea that does not work the same way, but as I said I might remember wrong, It could be that I mixed this up with notepad++. The way you suggest I have to mark a word search for it with Ctrl+F and then press the highlighting box twice to toggle it off from the last search and then on again.. Is the a shortcut to the highlighting box by the way? Anyway the behavior I remembered was that is was enough to double click on a word to automatically highlight all other words instantly.

//AlgoJerViA
DavidGH
CodeLite Plugin
Posts: 819
Joined: Wed Sep 03, 2008 7:26 pm
Contact:

Re: Automatic text highlighting

Post by DavidGH »

Yea that does not work the same way
It does for me. Check the tool in the 'Find' section of the main toolbar at the top of CodeLite, not the Ctrl-F one. Then double-clicking on e.g. wxString should highlight all 'wxString' instances in the file.
Is the a shortcut to the highlighting box by the way?
Not afaik.
AlgoJerViA
CodeLite Curious
Posts: 3
Joined: Tue Feb 07, 2012 10:49 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Automatic text highlighting

Post by AlgoJerViA »

Thank you now I found the icon, I wounder why I pressed it in the first way. =)

//AlgoJerViA
Post Reply