When comparing SlickEdit vs Code::Blocks, the Slant community recommends Code::Blocks for most people. In the question“What are the best IDEs for C++ on Mac OS X?” Code::Blocks is ranked 9th while SlickEdit is ranked 13th.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Extensive support for programming languages
SlickEdit supports over 50 programming languages on nine platforms.
Pro Built-in beautifier
The beautifier formats code as you type to help improve readability and consistency.
Pro Compiler tools
Pro Scriptable
Write custom macro commands, functions, dialogs and tool windows.
Pro Over 13 emulations
Choose from fifteen keyboard emulations, containing the key bindings and behaviors necessary to emulate other editors (e.g., CUA, Vim, GNU Emacs, etc.)
Pro Extensive configuration options
Pro Easy access to Visual Studio workspace
SlickEdit opens Visual Studio workspace with no conversions needed.
Pro Symbol analysis support
There are powerful symbol analysis features in SlickEdit, including context tagging and references.
Pro Integrated debuggers for multiple languages
Integrated debuggers for GNU C++, Java, Python, Perl, Ruby, and PHP.
Pro Multi-Platform
Windows, Linux, Mac OS X, AIX, HP-UX, Solaris SPARC, Solaris x86
Pro Portable mode
Possibility to set up a portable installation, to run on a USB drive for example.
Pro Easy access to XCode projects
SlickEdit opens XCode projects with no conversions needed.
Pro Third party tool integration
Pro Popular version control system
Pro Free/Libre/Open Source
Pro Cross platform
Code::Blocks is available for both Windows and Linux, allowing you to use the same IDE across both OSes if you use different machines.
Pro Easy to use
Easy to pick up, for example much easier to include libraries.
Pro Debugger multi-threading support
The debugger supports multi-threaded processes for faster debugging.
Pro Lets you choose the compiler
Code:Blocks lets the developer choose which compiler to use, giving you a higher level of control for on your development workflow.
Cons
Con No command line option
This is a visual only editor
Con It's kinda slow
If you have a very large project or tag database, it can hang the UI.
Con It's hard to make the code readable
Due to the problems with indention, it's hard to make the code look nice.
Con Poor code completion
The code completion for Code::Blocks is rather poor compared to other IDEs