https://github.com/codebrainz/geany-sidebarterm
Moves Geany's terminal tab from the bottom message area to the sidebar.
https://github.com/codebrainz/geany-sidebarterm
Last synced: 5 months ago
JSON representation
Moves Geany's terminal tab from the bottom message area to the sidebar.
- Host: GitHub
- URL: https://github.com/codebrainz/geany-sidebarterm
- Owner: codebrainz
- Created: 2010-12-14T23:13:07.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-12-16T22:28:32.000Z (over 14 years ago)
- Last Synced: 2024-11-15T04:38:17.320Z (7 months ago)
- Language: C
- Homepage:
- Size: 380 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Geany Sidebar Terminal
This is a very simple plugin for Geany fast and lightweight IDE to move the
Terminal (VTE) from the bottom message window to the sidebar.The reason I wrote this was because I found myself always having a separate
terminal window open directly to the right of Geany, stretched to the same
height as the Geany window. Since most of my code wraps at or around 80
characters, and having a widescreen display, this works out quite well.After activating the plugin, the Terminal tab moves into the sidebar. If you
prefer to have the terminal to the right side as I do, move the sidebar position
to the right side in the Geany Interface Preferences tab in the Preferences
dialog.When the plugin is de-activated, the Terminal tab is moved back into the
message window.Check out the sidebarterm_screenshot.png file to see what this looks like.