Page 1 of 1

codelite works slowly for a larget project(qt source,etc)

Posted: Sun Feb 26, 2017 4:30 am
by kipade
For a project with mounts of source code files, my codelite works slowly.
When I want to open a file from the tree list, I have to wait a long time for it.
When I want to switch within the opened file tabs, I still have to wait a long time.

Here, I just create a project for qt source code. So, does anyone else have the same problem?
And how to avoiding the problem?

My codelite version is: 10.0.3 Linux
Thanks

Re: codelite works slowly for a larget project(qt source,etc

Posted: Sun Feb 26, 2017 12:44 pm
by eranif
I have couple of workspaces with thousands of files in it and it works without a problem.
I can recommend you to try and load CodeLite without plugins and see if it makes any difference.

To load CodeLite without plugin, run from the command line:

Code: Select all

codelite --no-plugins
Next try to disable plugins and see which one causes the issue.
I would recommend to disable the following: svn, git and zoom-navigator

Eran