serious performance issue on highlight selected word

General questions regarding the usage of CodeLite
superbaby98
CodeLite Curious
Posts: 5
Joined: Fri Jan 29, 2010 4:13 am
Genuine User: Yes
IDE Question: CPP
Contact:

serious performance issue on highlight selected word

Post by superbaby98 »

Hi,
I've got a very serious performance issue while highlighting selected word in a large c++ source file (27000+ lines), especially while I highlight words from one to another in a short duration, CodeLite causes 99% CPU usage and slow down the whole system, and seems cannot recover by itself, I have to kill it from the task manager. Is it a bug or my source file is just toooo large? Cound there be an option to disable the highlight sleeted words functionality ? Thanks again for great work. Revision 3833, WinXP btw.
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: serious performance issue on highlight selected word

Post by eranif »

superbaby98 wrote:Cound there be an option to disable the highlight sleeted words functionality ?
In your toolbar, there is a button which says "Highligh Word" un-click it (it is a toggle button)
hw.png
Eran
You do not have the required permissions to view the files attached to this post.
Make sure you have read the HOW TO POST thread
superbaby98
CodeLite Curious
Posts: 5
Joined: Fri Jan 29, 2010 4:13 am
Genuine User: Yes
IDE Question: CPP
Contact:

Re: serious performance issue on highlight selected word

Post by superbaby98 »

Sweet! So could the performance be improved? I really love that functionality.
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: serious performance issue on highlight selected word

Post by eranif »

Please open a bug report for this at SF.net

https://sourceforge.net/tracker/?group_ ... tid=979960

Eran
Make sure you have read the HOW TO POST thread
Post Reply