an advise on ide

CodeLite installation/troubleshooting forum
happythings
CodeLite Enthusiast
Posts: 18
Joined: Thu Oct 25, 2018 1:02 pm
Genuine User: Yes
IDE Question: c++
Contact:

an advise on ide

Post by happythings »

Collapse All on workspace panel, it really Collapses All, i mean collapse all projects and leave workspace node expanded will be better.
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: an advise on ide

Post by eranif »

Thanks, I have implemented this
Make sure you have read the HOW TO POST thread
happythings
CodeLite Enthusiast
Posts: 18
Joined: Thu Oct 25, 2018 1:02 pm
Genuine User: Yes
IDE Question: c++
Contact:

tinyxml object or member functions not complete properly

Post by happythings »

code-lite ide version : 12.0.10
os:ubuntu 16.04LTS
when TiX was typed, completion tips should be TiXml..., but now only TIXML2_... and TIXML_... appears.
only sudo apt-get install libtinyxml-dev was done.
happythings
CodeLite Enthusiast
Posts: 18
Joined: Thu Oct 25, 2018 1:02 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: an advise on ide

Post by happythings »

and another advise,
completion only action when the 3th char is typed.
so, if wrong char is type anywhere more than 3, completion items will disappear.
I have to backspace to 2 char left, and re-type right 3rd char, completion tips appear again.
I think this causing much inconvenience, do you agree?
If the completion tips appears at any position only if the leading chars is rightly typed,
it will becomes very convenient, right?
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: an advise on ide

Post by eranif »

Its not about which packages are installed, do you have the correct include files in (something like #include <tixml.h>)
If the header containing the definition is included, than CodeLite should be able to parse it and offer completion.
Also, try reparsing the workspace from: Workspace->Parse workspace
Make sure you have read the HOW TO POST thread
happythings
CodeLite Enthusiast
Posts: 18
Joined: Thu Oct 25, 2018 1:02 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: an advise on ide

Post by happythings »

thanks, after parsing workspace, it works.
happythings
CodeLite Enthusiast
Posts: 18
Joined: Thu Oct 25, 2018 1:02 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: an advise on ide

Post by happythings »

Why are File->Save all files and Save As ... items always disabled even at more than one file is modified?
How to make them enabled ?
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: an advise on ide

Post by eranif »

File->Save is always enabled, I am not sure why you say its disabled...

Which OS? and version?
Make sure you have read the HOW TO POST thread
Post Reply