CodeLite's announcements
eranif
CodeLite Plugin
Posts: 6375 Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:
Post
by eranif » Thu Dec 29, 2011 1:07 am
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
josee
CodeLite Enthusiast
Posts: 37 Joined: Fri Feb 05, 2010 10:57 am
Genuine User: Yes
IDE Question: C++
Contact:
Post
by josee » Thu Dec 29, 2011 3:25 am
Ctags code completion is really fast now !
Thanks.
Joerg
borr
CodeLite Enthusiast
Posts: 34 Joined: Tue Dec 16, 2008 10:43 am
Contact:
Post
by borr » Thu Dec 29, 2011 3:46 pm
CL 3.5, OS WinXP SP3 dos not save toolbar's position after restart
eranif
CodeLite Plugin
Posts: 6375 Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:
Post
by eranif » Thu Dec 29, 2011 7:23 pm
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
spaces
CodeLite Veteran
Posts: 67 Joined: Mon Aug 22, 2011 10:15 pm
Genuine User: Yes
IDE Question: c++
Contact:
Post
by spaces » Fri Dec 30, 2011 9:22 am
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.
eranif
CodeLite Plugin
Posts: 6375 Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:
Post
by eranif » Fri Dec 30, 2011 10:39 am
spaces wrote: Anyway, the IDE's startup time is certainly increased. It's quite noticable
This is because of gcc 4.6.1
Eran
wuffe
CodeLite Enthusiast
Posts: 27 Joined: Wed Jun 24, 2009 12:41 pm
Contact:
Post
by wuffe » Sat Dec 31, 2011 1:19 am
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:
Post
by DavidGH » Sat Dec 31, 2011 3:49 pm
Hi,
Yes, that seems to be missing from sf; but you can get it (lucid to oneiric) from the
CodeLite repo .
Regards,
David
eranif
CodeLite Plugin
Posts: 6375 Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:
Post
by eranif » Sat Dec 31, 2011 9:36 pm
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
wuffe
CodeLite Enthusiast
Posts: 27 Joined: Wed Jun 24, 2009 12:41 pm
Contact:
Post
by wuffe » Mon Jan 02, 2012 12:57 am
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