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
,cmake
and a C++ toolchain for building mkdir build && cd build
cmake ..
cmake --build .
, then you will get alib/qtcreator/plugins/libTabbedEditor.so
which 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.