CodeLite 11.0.3 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:

CodeLite 11.0.3 is available

Post by eranif »

Hi,

CodeLite version 11.0.3 is available for downloaded
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
Make sure you have read the HOW TO POST thread
codex
CodeLite Enthusiast
Posts: 14
Joined: Fri Aug 19, 2016 9:05 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: CodeLite 11.0.3 is available

Post by codex »

I'm confused why the exe install fails to launch.
I download it from https://downloads.codelite.org/download ... _weekly_64 and extract with 7z in Windows 7(SP1) x64, the exe file disappears after double click, nor can I see any new process in windows task manager.
Should I uninstall version 10.0.0 before trying to install 11.0.3 ?
ColinTaylor
CodeLite Expert
Posts: 152
Joined: Fri Jul 15, 2011 2:49 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CodeLite 11.0.3 is available

Post by ColinTaylor »

Codelite 11.03 / Windows 10 (64-bit)

Some of the tabs are no longer being drawn/or aren't visible - see the attached screenshot, which should illustrate the issue.

I've tried closing/re-opening workspaces/files to no avail. Is there a setting we need to alter to make the tabs visible?

Thanks, Colin
You do not have the required permissions to view the files attached to this post.
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CodeLite 11.0.3 is available

Post by eranif »

I am aware of this. After I got a report about this, I tested this and it only occured one Windows machine (seems to affect Windows 10 more than others)
I managed to reproduce this on Windows 8.1 and provide a fix.

Please update your CodeLite to 11.0.4 (which is now available on the site)
Make sure you have read the HOW TO POST thread
Post Reply