[ANN] CodeLite 13.0.2 is available

This forum is for the weekly builds only.
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

[ANN] CodeLite 13.0.2 is available

Post by eranif »

CodeLite v13.0.2 is available for downloads.

Whats new?
https://wiki.codelite.org/pmwiki.php/Ma ... CodeLite14

Some updates in this release (see the above link for a complete list):
  • wxWidgets lib was merged with latest 3.1.3 (Windows & Ubuntu)
  • libssh was upgraded to v9 on Windows
  • liblldb was upgraded to latest LLVM version (v10) - macOS
  • CodeLite is now also available for Windows 32 bit machines

Code: Select all

# Ubuntu users
sudo apt-get install gdebi
sudo apt-get purge codelite wxcrafter
sudo gdebi -n /path/to/codelite/deb/file
Links:
Download Page
What's New?

Thanks!
Make sure you have read the HOW TO POST thread
Netzschleicher
CodeLite Enthusiast
Posts: 33
Joined: Fri Aug 13, 2010 10:45 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: [ANN] CodeLite 13.0.2 is available

Post by Netzschleicher »

Hi Eran,

is it possible to get CodeLite 13.0.2 for Debian Buster 64bit GTK2?

I've installed 13.0 from Online-Repo.

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

Re: [ANN] CodeLite 13.0.2 is available

Post by eranif »

I am using Windows 10's WSL + VcXsrv to get Ubuntu builds running and tests atm.
I am not sure if there is a Debian Buster WSL for Windows, I will need to check this
Make sure you have read the HOW TO POST thread
Netzschleicher
CodeLite Enthusiast
Posts: 33
Joined: Fri Aug 13, 2010 10:45 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: [ANN] CodeLite 13.0.2 is available

Post by Netzschleicher »

I asked for CodeLite 13.0.2 because i had an issue with Text Coloring while Code Completion. In my Windows 7 32bit VM with CodeLite 13.0.2 it works perfect. In my Debian Buster 64bit with CodeLite 13.0.0 GTK2 no Coloring appears. All Settings (including Language Server) are the same.
Netzschleicher
CodeLite Enthusiast
Posts: 33
Joined: Fri Aug 13, 2010 10:45 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: [ANN] CodeLite 13.0.2 is available

Post by Netzschleicher »

I successfully compiled CodeLite 13.0.3 from Git in my Linux Programming VM.
Now all issues are going and it works very fine. :) :) :)
Post Reply