codelite 3.5 is available for download

CodeLite's announcements
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

codelite 3.5 is available for download

Post by eranif »

Hi all,

codelite 3.5 is packed and ready for download!

Major changes in this release:
  • New Perspective Management (it has its own menu in the menu bar)
  • Debugger performance improvements
  • Revamped the clang code completion - codelite is now using libclang rather than using the executable. The clang code completion should work out of the box for standard projects (all include paths / macros are taken directly from the project settings), you will need to do some extra work when working with custom projects, for more details read this:
    http://www.codelite.org/LiteEditor/ClangIntegration35
  • ctags code completion got its own improvements - it is now faster then ever (should be instant even for huge projects +10K files), added support for namespace directive (using std::foo;)
  • WINDOWS ONLY codelite is now built with g++4.6.1 (TDM/SJLJ). As a result *all* binaries that are bundled with codelite are also built with g++ 4.6.1. The packages that includes MinGW includes g++-4.6.1
Download page:
http://sourceforge.net/projects/codelit ... elite-3.5/

Some distros / OS are still missing they will be uploaded in the coming day(s)
Eran
Make sure you have read the HOW TO POST thread
josee
CodeLite Enthusiast
Posts: 37
Joined: Fri Feb 05, 2010 10:57 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: codelite 3.5 is available for download

Post by josee »

Ctags code completion is really fast now !

Thanks.

Joerg
borr
CodeLite Enthusiast
Posts: 34
Joined: Tue Dec 16, 2008 10:43 am
Contact:

Re: codelite 3.5 is available for download

Post by borr »

CL 3.5, OS WinXP SP3 dos not save toolbar's position after restart
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: codelite 3.5 is available for download

Post by eranif »

borr wrote:CL 3.5, OS WinXP SP3 dos not save toolbar's position after restart
Do this from the main menu:
Perspective -> Restore Default Layout

Eran
Make sure you have read the HOW TO POST thread
spaces
CodeLite Veteran
Posts: 67
Joined: Mon Aug 22, 2011 10:15 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: codelite 3.5 is available for download

Post by spaces »

I'm very happy about the release! ^^

I just quickly rebuilt 1 of my projects. It works like charm.

Anyway, the IDE's startup time is certainly increased. It's quite noticable.
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: codelite 3.5 is available for download

Post by eranif »

spaces wrote:Anyway, the IDE's startup time is certainly increased. It's quite noticable
This is because of gcc 4.6.1

Eran
Make sure you have read the HOW TO POST thread
wuffe
CodeLite Enthusiast
Posts: 27
Joined: Wed Jun 24, 2009 12:41 pm
Contact:

Re: codelite 3.5 is available for download

Post by wuffe »

Sorry if I'm too impatient - but any news on CL 3.5 for ubuntu 64bit ?
DavidGH
CodeLite Plugin
Posts: 819
Joined: Wed Sep 03, 2008 7:26 pm
Contact:

Re: codelite 3.5 is available for download

Post by DavidGH »

Hi,

Yes, that seems to be missing from sf; but you can get it (lucid to oneiric) from the CodeLite repo.

Regards,

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

Re: codelite 3.5 is available for download

Post by eranif »

wuffe wrote:Sorry if I'm too impatient - but any news on CL 3.5 for ubuntu 64bit ?
I uploaded 64 bit to SF

Eran
Make sure you have read the HOW TO POST thread
wuffe
CodeLite Enthusiast
Posts: 27
Joined: Wed Jun 24, 2009 12:41 pm
Contact:

Re: codelite 3.5 is available for download

Post by wuffe »

eranif wrote:
wuffe wrote:Sorry if I'm too impatient - but any news on CL 3.5 for ubuntu 64bit ?
I uploaded 64 bit to SF
Eran
Thx :-)
Post Reply