Editra vs Qt Creator
When comparing Editra 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 Editra is ranked 73rd. 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 Very customizable
Pro Small and portable
Editra's small size makes it extremely fast and portable. It can be uploaded in a USB drive and be used on the go.
Pro Powerful
Editra can open more than 60 different types of source code, each with syntax highlighting and many other features. It also has many widgets that can be installed to make the user experience easier (you can download them from the main site).
Pro Cross-platform and open source
Editra can run on Linux, Mac OS X, and Windows. Its sources are easily available from the site.
Pro Simple
Editra has a simple and very customizable UI.
Pro Python IDE
It's written in Python and can also be used as a Python IDE. Just by extending it through the installation of additional features and widgets, Editra can become an IDE for any programming language it supports.
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 UI is ugly and outdated
Editra's UI is rather ugly and outdated and the color scheme is not as sleek as the other options out there.
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).