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.
codelite3.5 starts up really slow
-
- CodeLite Curious
- Posts: 1
- Joined: Thu Apr 05, 2012 12:01 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
-
- CodeLite Plugin
- Posts: 819
- Joined: Wed Sep 03, 2008 7:26 pm
- Contact:
Re: codelite3.5 starts up really slow
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
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
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: codelite3.5 starts up really slow
Yes, it does launches slower, but it only takes 5-6 seconds to start (Windows 7)duwei wrote:It consumes much more time to launch the program than version 2.10,anyone else notices this phenomenon?
Besides, like David mentioned: keep it open
Eran
Make sure you have read the HOW TO POST thread