https://github.com/jonathanpoelen/kdevelop-plugin-move-split-view
To switch between the views of KDevelop (file splitter)
https://github.com/jonathanpoelen/kdevelop-plugin-move-split-view
kdevelop kdevelop-plugin
Last synced: about 1 month ago
JSON representation
To switch between the views of KDevelop (file splitter)
- Host: GitHub
- URL: https://github.com/jonathanpoelen/kdevelop-plugin-move-split-view
- Owner: jonathanpoelen
- License: gpl-2.0
- Created: 2014-06-07T14:42:14.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2025-05-05T09:12:11.000Z (about 1 year ago)
- Last Synced: 2025-12-25T16:57:54.656Z (6 months ago)
- Topics: kdevelop, kdevelop-plugin
- Language: C++
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kdevelop-move-split-view
Move and clean split views.
## Features
- Move the current file in the next/previous split view. Vertical split if only one view.
- Remove duplicate files in the current split view or between split views.
## Dependencies
- `cmake`
- `extra-cmake-modules`
- `gettext`
- `kdelibs6-dev` or `kdelibs6-devel`
```
sudo apt install cmake extra-cmake-modules gettext kdelibs5-dev
```
## Install
```
cmake -DQT_MAJOR_VERSION=6 -DCMAKE_BUILD_TYPE=Release -B build
cmake --build build
sudo cmake --build build -- install
```
Note: It may be necessary to add `-DPLUGIN_INSTALL_DIR=${your_path}` with `cmake`. For example `/usr/lib/qt6/plugins/` or `/usr/lib/x86_64-linux-gnu/qt6/plugins/`.