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

General questions regarding the usage of CodeLite
kipade
CodeLite Enthusiast
Posts: 10
Joined: Thu Nov 01, 2012 11:14 am
Genuine User: Yes
IDE Question: C++
Contact:

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

Post 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
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

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

Post 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
Make sure you have read the HOW TO POST thread
Post Reply