Delay in Opening Last Session

General questions regarding the usage of CodeLite
hbr_in
CodeLite Expert
Posts: 113
Joined: Fri Jul 11, 2008 9:12 am
Contact:

Delay in Opening Last Session

Post by hbr_in »

Dear Eran,

Since i upgraded CL to 2.6, i have seen a delay in loading the Last Session.

Assume i have around10 tabs opened ( all related to current project, workspace). I have "Load last session on restart" enabled.
Now i close & restart CL.
Initially Start Page is shown. It even allows u to click on the projects.
However previous session is getting prepared to open but with no indication to the user. File names/tabs being opened are show in the CL Title, This might be for some seconds. But this never used to happen in previous builds. (yes, this isnt more but i am avid programmer so i can detect even few seconds of delay in doing things).

This is just for your info. Kindly let me know if i am wrong

TIA

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

Re: Delay in Opening Last Session

Post by eranif »

hbr_in wrote:This is just for your info. Kindly let me know if i am wrong
This is by design.

The reason for this change is that under Linux, if you have 10 tabs opened and codelite will load the last session immediacy (without the delay) it does not look pretty. Letting the main frame load and then (2 seconds) after it loading the last session if any - removed the drawing issues under Linux and provides more smoother user experience (in the cost of delay)

Eran
Make sure you have read the HOW TO POST thread
hbr_in
CodeLite Expert
Posts: 113
Joined: Fri Jul 11, 2008 9:12 am
Contact:

Re: Delay in Opening Last Session

Post by hbr_in »

Oh, Thanks for clarifying
Post Reply