https://github.com/blumia/qtc-tabbededitor-plugin
Tabbed Editor Plugin for QtCreator
https://github.com/blumia/qtc-tabbededitor-plugin
qtcreator-plugin
Last synced: 9 months ago
JSON representation
Tabbed Editor Plugin for QtCreator
- Host: GitHub
- URL: https://github.com/blumia/qtc-tabbededitor-plugin
- Owner: BLumia
- Created: 2020-01-15T02:49:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T11:30:27.000Z (over 3 years ago)
- Last Synced: 2025-06-04T04:21:55.479Z (about 1 year ago)
- Topics: qtcreator-plugin
- Language: C++
- Homepage:
- Size: 11.7 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tabbed Editor Plugin for QtCreator
based on [@snasoft](https://sourceforge.net/u/snasoft/profile/) and [@trollixx](https://sourceforge.net/u/trollixx/profile/) 's [tabbededitor](https://sourceforge.net/projects/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//` for example.
## Other plugins you may interested...
- ~~[terminal Plugin for QtCreator](https://github.com/BLumia/qtc-terminal-plugin)~~ won't work under Archlinux for now, and QtCreator will bring official terminal plugin in next major QtCreator release.