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 »
Hi,
CodeLite version 11.0.4 is available for downloaded.
This release should fix the hidden tabs on some Windows variants as well as code completion Ctrl-SPACE keybinding partially broken on some machines
The following platforms are supported in this release:
- Windows 64 bit
- Ubuntu 14.04/64 bit deb file (also works for Debian 8 and Linux Mint 17)
- Ubuntu 16.04/64 bit deb file
- OSX 10.11 and later (64 bit)
Linux Users: to install the deb file, you will need to uninstall any old version of CodeLite you might have installed:
Code: Select all
sudo apt-get install gdebi
sudo apt-get purge codelite wxcrafter
sudo gdebi /path/to/codelite/deb/file
Links:
Download Page
What's New?
Eran
-
ColinTaylor
- CodeLite Expert
- Posts: 152
- Joined: Fri Jul 15, 2011 2:49 pm
- Genuine User: Yes
- IDE Question: C++
-
Contact:
Post
by ColinTaylor »
Codelite 11.0.4 / Windows 10
I can confirm Codelite 11.0.4 has fixed the missing tabs issue on my PC
Thanks for the update, Colin