Page 1 of 1

an advise on ide

Posted: Thu Nov 15, 2018 9:09 am
by happythings
Collapse All on workspace panel, it really Collapses All, i mean collapse all projects and leave workspace node expanded will be better.

Re: an advise on ide

Posted: Thu Nov 15, 2018 1:53 pm
by eranif
Thanks, I have implemented this

tinyxml object or member functions not complete properly

Posted: Fri Nov 16, 2018 11:47 am
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.

Re: an advise on ide

Posted: Fri Nov 16, 2018 12:30 pm
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?

Re: an advise on ide

Posted: Sat Nov 17, 2018 2:14 am
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

Re: an advise on ide

Posted: Sat Nov 17, 2018 2:01 pm
by happythings
thanks, after parsing workspace, it works.

Re: an advise on ide

Posted: Fri Nov 23, 2018 8:51 am
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 ?

Re: an advise on ide

Posted: Sat Nov 24, 2018 10:31 pm
by eranif
File->Save is always enabled, I am not sure why you say its disabled...

Which OS? and version?