diff options
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 0000000000..6bf8acd2ea --- /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). |