Skip to content

BLumia/qtc-tabbededitor-plugin

Repository files navigation

Tabbed Editor Plugin for QtCreator

based on @snasoft and @trollixx 's tabbededitor, with some tweaks to make it works under most recent QtCreator.

Build:

Assuming you are using Arch Linux:

  1. Install qtcreator-devel, cmake and a C++ toolchain for building
  2. mkdir build && cd build
  3. cmake ..
  4. cmake --build ., then you will get a lib/qtcreator/plugins/libTabbedEditor.so which is the plugin file
  5. Put the plugin to where Qt can find it, ~/.local/share/data/QtProject/qtcreator/plugins/<qtcreator-version>/ for example.

Other plugins you may interested...

  • terminal Plugin for QtCreator won't work under Archlinux for now, and QtCreator will bring official terminal plugin in next major QtCreator release.

About

Tabbed Editor Plugin for QtCreator

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published