Interactive Python console standing in the bottom panel
https://github.com/jefferyto/gedit-pythonconsole
48.2-dev
This is a fork of gedit’s Python Console plugin (from 5002633235c6).
All bug reports, feature requests, and miscellaneous comments are welcome at the project issue tracker.
Be sure to watch the project on GitHub to receive notifications for new releases.
This plugin requires one of these text editors:
- gedit 3.12 or later
- Pluma 1.26.0 or later
- xed 1.4.0 or later
- Download the latest release and extract.
- Copy the
pythonconsole
folder and thepythonconsole.plugin
file into one of these paths (create if it does not exist):- gedit:
~/.local/share/gedit/plugins
- Pluma:
~/.local/share/pluma/plugins
- xed:
~/.local/share/xed/plugins
- gedit:
- Restart the text editor, then activate the plugin in the Plugins tab of the text editor’s Preferences window.
See help.
Copyright © 2006 Steve Frécinaux
Copyright © 2008 B. Clausius
Copyright © 2024 Jeffery To jeffery.to@gmail.com
Parts from “Interactive Python-GTK Console” (stolen from epiphany’s console.py)
Copyright ©, 1998 James Henstridge james@daa.com.au
Copyright ©, 2005 Adam Hooper adamh@densi.com
Bits from gedit Python Console Plugin
Copyright ©, 2005 Raphaël Slinckx
Available under GNU General Public License version 2 or later
-
Control Your Tabs
Switch between document tabs using Ctrl+Tab and other common keyboard shortcuts -
Ex-Mortis (gedit only)
Reopen closed windows and optionally restore windows between sessions -
Tab Group Salute (gedit only)
Switch between tab groups using Ctrl+<key above Tab>