Issue with Rev. 3035 and local build

Discussion about CodeLite development process and patches
DSP_Programmer
CodeLite Veteran
Posts: 63
Joined: Mon Apr 06, 2009 10:43 am
Contact:

Issue with Rev. 3035 and local build

Post by DSP_Programmer »

Hi Eran,

(Vista)

I just updated my svn sources to rev. 3035, built and run ./Runtime/update.bat. After starting
- The splash screen was shown (was disabled before)
- All plugins were enabled (only a few were enabled before)
- The C++ section is gone
- All recent workspaces are gone
Is there anything gone wrong with the config files?
Even reverting to 3024 won't get back the C++ section.
How can I enable the C++ section again?
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Issue with Rev. 3035 and local build

Post by eranif »

It seems like that your 'codelite.xml' is corrupted or missing.

I just resinstalled codelite from the compiled packages, and it seems OK (i previously had revision 3019, svn)
DSP_Programmer wrote:Even reverting to 3024 won't get back the C++ section.
How can I enable the C++ section again?
What is "C++ section" ?

Eran
Make sure you have read the HOW TO POST thread
DSP_Programmer
CodeLite Veteran
Posts: 63
Joined: Mon Apr 06, 2009 10:43 am
Contact:

Re: Issue with Rev. 3035 and local build

Post by DSP_Programmer »

C++ is the tab right next to "Help" within the header line. But this is my fault, because I hade no file open. With a file open within the edit window, this tab will appear again. I restored my codelite.xml file and it seems to work ok.
Post Reply