IcyOwl
It is proposed that this article be deleted because of the following concern:
If you can address this concern by improving, copyediting, sourcing, renaming, or merging the page, please edit this page and do so. You may remove this message if you improve the article or otherwise object to deletion for any reason. Although not required, you are encouraged to explain why you object to the deletion, either in your edit summary or on the talk page. If this template is removed, do not replace it. The article may be deleted if this message remains in place for seven days, i.e., after 19:10, 12 November 2024 (UTC). Find sources: "IcyOwl" – news · newspapers · books · scholar · JSTOR |
Developer(s) | Loh Tien Hock |
---|---|
Stable release | 0.13 Pre Alpha
|
Operating system | Cross-Platform |
Type | IDE |
License | GPL |
Website | icyowl icyowl |
IcyOwl is an open-source C++ Integrated Development Environment(IDE) distributed under GNU General Public License. It is written in C++ and wxWidgets API. IcyOwl is Cross-Platform, which means that it runs on many Operating System such as Microsoft Windows and Linux. Mac OS port is still unavailable as of now.
It uses doxygen to generate class tree, but only supports one compiler, that is GCC/MinGW.
It is now going through a major code changes since the developer saw problems implementing the class browser using doxygen. [citation needed]
Features
[edit]- Uses MinGW on Windows
- Uses GCC on linux
- Syntax highlighting
- Code completion
- Class browser
- Project Manager
- Auto generation of Makefile
See also
[edit]- C++
- List of integrated development environments
- Comparison of integrated development environments
- wxWidgets
- Scintilla
- SourceForge