When comparing Chocolatapp vs Qt Creator, the Slant community recommends Qt Creator for most people. In the question“What are the best programming text editors?” Qt Creator is ranked 19th while Chocolatapp is ranked 54th. The most important reason people chose Qt Creator is:
Qt Creator has a code model which basically has the same information as the compiler. So it can do really nice syntax highlighting (e.g. of virtual methods or local variables) as well as provide great code completion.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Split editing
Viewing two files at once is easy in Chocolatapp. Just select them both in the sidebar.
Pro Code completion
Pro Great user interface
Pro Multiple cursors and selections
Pro Live error checking
Chocolat constantly checks your code as you’re writing it. That means no more interruptions from rude parse errors.
Pro Code folding
Pro Built-in language documentation
Pro Live previewing of HTML and Markdown
Pro Light application
Pro Great syntax highlighting and auto-completion
Qt Creator has a code model which basically has the same information as the compiler. So it can do really nice syntax highlighting (e.g. of virtual methods or local variables) as well as provide great code completion.
Pro Integrates well with non-IDE workflows
Qt Creator uses normal .pro-files, CMakeLists.txt, Makefiles.am, etc. for its projects and rarely needs special configuration for projects.
Projects can be built on the command line as usual.
Pro Built-in Qt GUI editor
Allows for the creation of a window based UI in a graphical editor, no code required to build the UI.
Pro Fast and fully keyboard-navigatable
Responsive UI, no need to use the mouse for the power users.
Pro Supports CMake
Pro Very responsive when compared to similar software
Pro Much space dedicated to the code
Small and beautiful UI, almost all the space is dedicated to the text with hardly and toolbars. Can actually be used on a 1024x768 pixel screen.
Cons
Con Only available for Mac
It's only available for OSX.
Con Paid application
Chocolatapp is not a free application.
Con Poor refactoring
QtCreator has lack of refactoring features. It's not even close to Resharper++ or CLion.
Con Poor multi-window mode support
While multiple windows are supported, many operations will activate in the primary window (debug, goto-line... etc).
Con Qt-focused
Qt Creator is focused on being an IDE for Qt, as a general purpose IDE it performs quite well, but there are areas which are lacking such as project file support (support for generic/CMake projects lags behind Qt projects).