[ANN] LiteEditor - Yet another C/C++ (wannabe) IDE
Eran Ifrah
eran.ifrah at gmail.com
Tue Aug 14 10:53:53 PDT 2007
Hi All,
I would like to announce my first version of a C/C++ IDE (not yet completed)
- LiteEditor.
homepage:
http://codelite.sourceforge.net/
Screenshots:
http://codelite.sourceforge.net/screenshots.html
Download page:
https://sourceforge.net/project/showfiles.php?group_id=3D202033
CodeCompletion
--------------
LiteEditor uses my in-house CodeCompletion library (AKA CodeLite, which can
be used separately) to provide the following functionalities:
- Member/function completion
- Typeinfo tooltips (Hover tooltip)
- Comment parsing and displaying (optionally in the tooltip)
- Function calltip
- Setter/Getter generations with preview
- Swap between header/implementation
- Built in doxygen comment generator in the context menu
- Quickly Find symbol in the workspace using hot-keys (Ctrl+D)
- Quickly open resource in the workspace using Ctrl+Shift+R (eclipse style)
- Quickly jump to any class/struct/etc using 'Open Type' dialog -
Ctrl+Shift+T (eclipse style)
- Outline view for the current active file (eclipse style)
- Advanced tagging system using (modified) ctags + 4(!!) yacc parsers
Build System & Project management:
----------------------------------
LiteEditor, uses the GNU make util as its primary build tool.
it provides a powerful makefile generator to generate a cross platform gnu
makefile (including dependencies)
A smart, Visual Studio like workspace / project management system is used to
organize your files in a project/workspace/virtual directories.
Work-in-progress (not necessarily in that order)
------------------------------------------------
Debugger interface.
SVN client
AStyle plugin.
LiteEditor is open-source, wxWidgets based written in C++ for C++, all code
is included.
It is being tested & used constantly on Windows, Ubuntu 7.04, Fedora Core 6
& Debian on a daily basis.
Help is needed, and if you want to help please contact me at:
Regards,
-- =
Eran Ifrah
eran.ifrah at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wx-users/attachments/20070814/092=
408fd/attachment.htm
More information about the wx-users
mailing list