Recent Changes - Search:

Home Page


Main

Downloads
Windows
macOS
Linux (via apt / rpm )
Linux wxWidgets
Release Notes

Wiki
Documentation
FAQ

Build CodeLite
Linux
Windows
macOS

Devs
Debug CodeLite Linux
Building Clang
Build wxWidgets (MSW)
Coding Guidelines
Create a Plugin

Main

CodeLite road map towards codelite 2.0 (Last updated: Nov 11, 2009)


Note: the below list is not final and some items may be implemented in later releases of codelite (depends on how much help I will get from other developers)

The current effort in codelite is now focused in the following areas (in addition to bug fixes):

Faster and smarter code-completion which includes

TaskDescriptionStatus
Better response time Done
Remove the 'External Symbols'Remove the 'External Symbols' database and move to real file-crawling based on #include statementsDone
'Find References to Symbol'Implement a real 'Find References to Symbol' which uses the same mechanism using the 'Rename Symbol' code. This will be possible once the code-completion is improved 
Implement 'Add forward declaration for <symbol>'  

Debugger improvements

TaskDescriptionStatus
Implement VS style tooltip'Tree style' tooltip ala VS, this is possible using the MI interface of GDBDone
Improve responsiveness of the debugger Done
(Possibly) Detect that gdb is >= v7.0Add extra features e.g. set exec-direction reverseNot Started

Compiler / Build System

TaskDescriptionStatus
Pre-Compiled header support Done
Add support for N regular expressionsSupport N regexs rather than just warning/error. This will allow adding link regexs and suchDone (by jfouche)

Misc

TaskDescriptionStatus
New splash screenReplace the current splash :)Not Started
wx2.9 supportwxString displaying; Make CodeLite buildNot Started recently
Load/Save groupings of tabs Done
Project-level Serialisatione.g. Associate indent/tabs.v.spaces with a project or workspaceDone
Move windows build to use GCC4.4.0Move Windows builds to use the latest GCC4.4.0 (in addition, make the packages bundle MinGW4.4.0 + wxWidgets built against itDone
Edit - History - Print - Recent Changes - Search
Page last modified on November 16, 2009, at 07:55 PM