Page 1 of 1
CodeLite 11.0.6 is available
Posted: Sat Nov 25, 2017 10:40 am
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
Re: CodeLite 11.0.6 is available
Posted: Thu Nov 30, 2017 3:30 pm
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
Re: CodeLite 11.0.6 is available
Posted: Thu Nov 30, 2017 10:28 pm
by eranif
Click on the 3 dots button (next the "Workspace" pane X button and select it from there)
Re: CodeLite 11.0.6 is available
Posted: Fri Dec 01, 2017 5:51 pm
by Pich
If I understand well your suggestion, the outline is not present in the list.
outline.png
Re: CodeLite 11.0.6 is available
Posted: Fri Dec 01, 2017 10:02 pm
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
Re: CodeLite 11.0.6 is available
Posted: Mon Dec 04, 2017 4:26 pm
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.
Re: CodeLite 11.0.6 is available
Posted: Sun Dec 17, 2017 12:51 pm
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?
Re: CodeLite 11.0.6 is available
Posted: Sun Dec 17, 2017 8:47 pm
by eranif
Please report the full build log, see my siganture for HOW TO POST