This forum is for the weekly builds only.
eranif
CodeLite Plugin
Posts: 6375 Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:
Post
by eranif » Mon Aug 26, 2019 8:13 pm
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!
Netzschleicher
CodeLite Enthusiast
Posts: 33 Joined: Fri Aug 13, 2010 10:45 pm
Genuine User: Yes
IDE Question: C++
Contact:
Post
by Netzschleicher » Tue Sep 03, 2019 2:42 pm
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.
eranif
CodeLite Plugin
Posts: 6375 Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:
Post
by eranif » Tue Sep 03, 2019 9:38 pm
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
Netzschleicher
CodeLite Enthusiast
Posts: 33 Joined: Fri Aug 13, 2010 10:45 pm
Genuine User: Yes
IDE Question: C++
Contact:
Post
by Netzschleicher » Tue Sep 03, 2019 11:00 pm
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:
Post
by Netzschleicher » Thu Sep 05, 2019 8:51 pm
I successfully compiled CodeLite 13.0.3 from Git in my Linux Programming VM.
Now all issues are going and it works very fine.