[cmake-developers] [CMake 0015519]: Support auto-complete for CodeLite generator

Mantis Bug Tracker mantis at public.kitware.com
Fri Apr 17 15:41:43 EDT 2015


The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=15519 
====================================================================== 
Reported By:                chenliang xu
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   15519
Category:                   CMake
Reproducibility:            N/A
Severity:                   feature
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2015-04-17 15:41 EDT
Last Modified:              2015-04-17 15:41 EDT
====================================================================== 
Summary:                    Support auto-complete for CodeLite generator
Description: 
The generated CodeLite would be more useful if the auto-complete is supported.
To do that, the completion and search paths should be configured in the .projct
file, such as,

      <Completion EnableCpp11="no">
        <ClangCmpFlagsC/>
        <ClangCmpFlags/>
        <ClangPP/><SearchPaths>
/foo/bar
/something
</SearchPaths>
      </Completion>

To get a full xml file, you can generate project with cmake, edit include path
in CodeLite and check the .project file.

I believe some other IDEs such as Eclipse need something similar.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2015-04-17 15:41 chenliang xu   New Issue                                    
======================================================================



More information about the cmake-developers mailing list