diff options
author | Wainamoinen <wainamoinen@gmail.com> | 2015-02-14 10:04:47 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-14 10:04:47 +0700 |
commit | af7fbada8329ef089810e9c83a2154fecc7a27fd (patch) | |
tree | 42bef8c87b1e90e7d9fe7602f09843d90db0e86f /development/codelite/slack-desc | |
parent | 56968a43c630ec53b252f9f3c927512fafac6457 (diff) |
development/codelite: Added (cross platform IDE).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/codelite/slack-desc')
-rw-r--r-- | development/codelite/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/codelite/slack-desc b/development/codelite/slack-desc new file mode 100644 index 0000000000000..6bf8acd2ea2e6 --- /dev/null +++ b/development/codelite/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +codelite: codelite (A Free, open source, cross platform C/C++/PHP IDE) +codelite: +codelite: CodeLite is an open source, free, cross platform IDE for the C/C++ +codelite: and PHP programming languages which runs best on all major platforms +codelite: (OS X, Windows and Linux). CodeLite has Generic support for compilers +codelite: with built-in support for GCC/clang/VC++. +codelite: CodeLite features project management (workspace/projects), code +codelite: completion, code refactoring, source browsing, syntax highlight, +codelite: Subversion integration, cscope integration, UnitTest++ integration, +codelite: an interactive debugger built over GDB/LLDB and a source code editor +codelite: (based on Scintilla). |