based on @snasoft and @trollixx 's tabbededitor, with some tweaks to make it works under most recent QtCreator.
Assuming you are using Arch Linux:
- Install
qtcreator-devel,cmakeand a C++ toolchain for building mkdir build && cd buildcmake ..cmake --build ., then you will get alib/qtcreator/plugins/libTabbedEditor.sowhich is the plugin file- Put the plugin to where Qt can find it,
~/.local/share/data/QtProject/qtcreator/plugins/<qtcreator-version>/for example.
terminal Plugin for QtCreatorwon't work under Archlinux for now, and QtCreator will bring official terminal plugin in next major QtCreator release.