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 » Sat Nov 25, 2017 10:40 am
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
Pich
CodeLite Enthusiast
Posts: 10 Joined: Wed Mar 03, 2010 9:55 pm
Genuine User: Yes
IDE Question: c++
Contact:
Post
by Pich » Thu Nov 30, 2017 3:30 pm
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
eranif
CodeLite Plugin
Posts: 6375 Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:
Post
by eranif » Thu Nov 30, 2017 10:28 pm
Click on the 3 dots button (next the "Workspace" pane X button and select it from there)
Pich
CodeLite Enthusiast
Posts: 10 Joined: Wed Mar 03, 2010 9:55 pm
Genuine User: Yes
IDE Question: c++
Contact:
Post
by Pich » Fri Dec 01, 2017 5:51 pm
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.
eranif
CodeLite Plugin
Posts: 6375 Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:
Post
by eranif » Fri Dec 01, 2017 10:02 pm
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
Pich
CodeLite Enthusiast
Posts: 10 Joined: Wed Mar 03, 2010 9:55 pm
Genuine User: Yes
IDE Question: c++
Contact:
Post
by Pich » Mon Dec 04, 2017 4:26 pm
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:
Post
by ultrajunkie » Sun Dec 17, 2017 12:51 pm
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?
eranif
CodeLite Plugin
Posts: 6375 Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:
Post
by eranif » Sun Dec 17, 2017 8:47 pm
Please report the full build log, see my siganture for HOW TO POST