an advise on ide
-
- CodeLite Enthusiast
- Posts: 18
- Joined: Thu Oct 25, 2018 1:02 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
an advise on ide
Collapse All on workspace panel, it really Collapses All, i mean collapse all projects and leave workspace node expanded will be better.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
-
- 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
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.
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.
-
- CodeLite Enthusiast
- Posts: 18
- Joined: Thu Oct 25, 2018 1:02 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: an advise on ide
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?
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?
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: an advise on ide
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
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
-
- CodeLite Enthusiast
- Posts: 18
- Joined: Thu Oct 25, 2018 1:02 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: an advise on ide
thanks, after parsing workspace, it works.
-
- CodeLite Enthusiast
- Posts: 18
- Joined: Thu Oct 25, 2018 1:02 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: an advise on ide
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 ?
How to make them enabled ?
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: an advise on ide
File->Save is always enabled, I am not sure why you say its disabled...
Which OS? and version?
Which OS? and version?
Make sure you have read the HOW TO POST thread