Page 3 of 3

Re: Two new plugins: Workspace Search / Zoom Navigator

Posted: Wed Jan 30, 2013 11:09 pm
by caibbor
Just downloaded the new codelite release. I noticed codelite's cpu usage jumps to 100% when ZoomNavigator is enabled even when there are no open files. I'm gonna look into this a little later to see what I can do to fix this, but for now this is a heads-up. I think it's doing something it doens't need to do. the wxTimer was originally added to prevent it from chugging unnecessarily (although haven't examined exactly how it works now)

Re: Two new plugins: Workspace Search / Zoom Navigator

Posted: Thu Jan 31, 2013 12:19 pm
by DavidGH
Hi,

It doesn't here, on debian wheezy (kde) or ubuntu quantal (lxde). Which distro/DE do you use?

What happens if you first temporarily rename your ~/.codelite/ ?

Regards,

David

Re: Two new plugins: Workspace Search / Zoom Navigator

Posted: Thu Jan 31, 2013 1:05 pm
by eranif
actually, it happens here as well:
Enable the plugin
Close all editors

Watch top: you will see that codelite uses 100% on one core.
Disabling the plugin or opening *any* file fixes this

Eran

Re: Two new plugins: Workspace Search / Zoom Navigator

Posted: Thu Jan 31, 2013 1:15 pm
by eranif
Update:
Fixed in trunk

Eran

Re: Two new plugins: Workspace Search / Zoom Navigator

Posted: Thu Jan 31, 2013 10:16 pm
by spaces
Ok, just tried it. Very nice feature, and very useful.
Can you make that you can drag the zooming rectangle with left mouse button by holding it down? Or where can I set it if it's possible?

Re: Two new plugins: Workspace Search / Zoom Navigator

Posted: Wed Feb 06, 2013 1:50 am
by caibbor
The way the hightlight works is a bit of a hack. I'm afraid that type of feature you request would be another hacky implementation that I wouldn't want to do myself, unless we found a different way to highlight. the feature itself sounds fine, but in code it would be ... just ugly.

Re: Two new plugins: Workspace Search / Zoom Navigator

Posted: Thu Mar 14, 2013 12:30 pm
by solewalker
Sorry, I am new to CodeLite and I can find a way to bring up the Zoom Navigator pane, I am using latest CodeLite binary release on Windows. Forgive me for this noob question. FYI, zoom navigator is enabled in plugins -> zoom navigator -> settings

Re: Two new plugins: Workspace Search / Zoom Navigator

Posted: Thu Mar 14, 2013 12:44 pm
by eranif
If it is enabled, you should see it in the workspace view as one of the tabs.
You can right click it and select 'Detach' and dock it elsewhere

Eran

Re: Two new plugins: Workspace Search / Zoom Navigator

Posted: Thu Mar 14, 2013 3:24 pm
by solewalker
Thanks I have found it where you mentioned :) Its a cool feature I have found only in Sublime before.