Score:3

Gedit text editor bottom panel's purpose

mq flag

I'm using Gedit and decided to explore its full functionality. There's a bottom panel available in Gedit that is normally hidden. When I pull it into view, it's empty. I'm wondering what it's for and how to make the best use of its features.

As requested, here's a screenshot that shows 1. the open bottom panel and 2. the open View menu that shows the checkbox to enable it.

screenshot

sotirov avatar
br flag
Can you be a bit more specific? It will be easier if you share a screen shot.
Dave Wellsted avatar
mq flag
I added a screen shot that shows 1) the open panel and 2) the open view menu that shows the checkbox to enable it.
mchid avatar
bo flag
I think this might be part of the terminal plugin. This [python gedit plugin](https://help.gnome.org/users/gedit/stable/gedit-plugins-pyconsole.html.en) talks about it as a python console and references the terminal plugin which [this really old post references as an embeded terminal.](https://cybolic.wordpress.com/2010/12/09/switch-to-bottom-pane-plugin-for-gedit/)
mchid avatar
bo flag
The bottom panel is [also referenced here](https://gitlab.gnome.org/GNOME/gedit/blob/master/plugins/list-of-gedit-plugins.md) and the only reference I could find was wrt the python console.
mchid avatar
bo flag
Okay, I found [this question](https://askubuntu.com/a/370166/167115) that shows the embeded terminal in action.
Score:4
sa flag

You can show the bottom panel in Gedit by selecting hamburger menu icon ( ≡ ) in the top right corner of Gedit -> View -> Bottom Panel.

You can enable the Python Console in Gedit by selecting hamburger menu icon ( ≡ ) in the top right corner of Gedit -> Preferences -> Plugins tab -> check the checkbox to the left of Python Console.

enter image description here

The Python Console plugin enables you to run Python code in the bottom panel as shown in the above screenshot.

You can also run shell scripts in the Gedit bottom panel by enabling the Embedded Terminal plugin. To use the Embedded Terminal plugin you must install the gedit-plugins package with sudo apt install gedit-plugins. Then you can enable the Embedded Terminal in Gedit by selecting hamburger menu icon ( ≡ ) in the top right corner of Gedit -> Preferences -> Plugins tab -> check the checkbox to the left of Embedded Terminal. The following screenshot shows an example of using the embedded terminal in the bottom panel in Gedit.

enter image description here

The statusbar is used to access different functions in Gedit including the programming language type which is used to choose the type of code highlighting (Plain Text is selected in the below screenshot), the Tab Width when you press the Tab key, and toggling Display line numbers.

enter image description here

To enable/disable the statusbar in Gedit select hamburger menu icon ( ≡ ) in the top right corner of Gedit -> Preferences -> View tab -> check the checkbox to the left of Display statusbar as indicated by the mouse cursor in the below screenshot.

enter image description here

Dave Wellsted avatar
mq flag
This panel is much larger than, and above the status bar. You open it by opening the main men, then selecting View. A sub menu appears that allows you to open a side panel and/or a bottom panel. As seen in the screen shot I added by request.
sotirov avatar
br flag
You don't need the entire gedit-plugins package. Embedded Terminal can be installed by `sudo apt install gedit-plugin-terminal`
Score:1
br flag

Looks like the Bottom Panel is a placeholder for other plugins.

For example, activate Python Console plugin. You will only see the console if View -> Bottom Panel is activated.

Screen shot Python Console

Other plugin that uses the Bottom Panel is Embedded Terminal. It adds functionality to run terminal commands from gedit. You can install it by:

sudo apt install gedit-plugin-terminal

Screen shot Embedded Terminal

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.