codelite3.5 starts up really slow

General questions regarding the usage of CodeLite
duwei
CodeLite Curious
Posts: 1
Joined: Thu Apr 05, 2012 12:01 pm
Genuine User: Yes
IDE Question: C++
Contact:

codelite3.5 starts up really slow

Post by duwei »

It consumes much more time to launch the program than version 2.10,anyone else notices this phenomenon?
Windows XP SP3;codelite-3.5.5377-mingw4.6.1-wx2.9.2.exe full installation.
DavidGH
CodeLite Plugin
Posts: 819
Joined: Wed Sep 03, 2008 7:26 pm
Contact:

Re: codelite3.5 starts up really slow

Post by DavidGH »

Hi,

Your previous version of CodeLite was built against wx2.8; the current one against wx2.9. This has various advantages; but wx2.9 programs do tend to take a lot longer to start. There's nothing that CodeLite can do about that.

Fortunately there's an easy work-around: just don't close CodeLite; then it's always immediately available :) .

Regards,

David
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: codelite3.5 starts up really slow

Post by eranif »

duwei wrote:It consumes much more time to launch the program than version 2.10,anyone else notices this phenomenon?
Yes, it does launches slower, but it only takes 5-6 seconds to start (Windows 7)

Besides, like David mentioned: keep it open ;)

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