CodeLite 11.0.6 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.6 is available

Post by eranif »

Hi,

CodeLite version 11.0.6 is available for downloaded.

This version contains major changes to the underlying C++ project management (loading, creating and editing projects)

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?

Thanks,
Eran
Make sure you have read the HOW TO POST thread
Pich
CodeLite Enthusiast
Posts: 10
Joined: Wed Mar 03, 2010 9:55 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: CodeLite 11.0.6 is available

Post by Pich »

Codelite 11.0.6 on Windows 7, downloaded from the site ( codelite-amd64-11.0.6.7z )

Defect: missing the outline panel.
It is not present nor in the Workspace View, neither if I click on the down arrow to show all possible panes.
If I use the CTRL+Shift+O the pane appears, but it's floating and cannot be docked or inserted into the workspace pane.
I deleted the default.layout configuration and at the new restart the windows are in the normal default configuration, but the outline pane is still missing.

Thank you,

regards,

Antonio Picciano
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.6 is available

Post by eranif »

Click on the 3 dots button (next the "Workspace" pane X button and select it from there)
Make sure you have read the HOW TO POST thread
Pich
CodeLite Enthusiast
Posts: 10
Joined: Wed Mar 03, 2010 9:55 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: CodeLite 11.0.6 is available

Post by Pich »

If I understand well your suggestion, the outline is not present in the list.
outline.png
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.6 is available

Post by eranif »

I wrote: "the 3 dots button", not the "Drop down arrow"
Uncheck the option: "View -> Minimal View" and then click on the 3 dots button

Eran
Make sure you have read the HOW TO POST thread
Pich
CodeLite Enthusiast
Posts: 10
Joined: Wed Mar 03, 2010 9:55 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: CodeLite 11.0.6 is available

Post by Pich »

Ok, I got it. Sorry for the misunderstanding, my workspace panel was reduced so I cannot see the three dots.

thanks for your patience.
ultrajunkie
CodeLite Enthusiast
Posts: 13
Joined: Mon Mar 20, 2017 11:05 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CodeLite 11.0.6 is available

Post by ultrajunkie »

I have an issue with file permission since I installed 11.0.6:

When I build my project for the first time (simple c console application), it runs perfectly well. The 2nd time it fails with a message "permission denied" for the .exe file.

After closing Codelite and restarting, building the project works again one time. This is a reproducable behaviour.

Any ideas?
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.6 is available

Post by eranif »

Please report the full build log, see my siganture for HOW TO POST
Post Reply