Skip to content

pluma-window: Add right-side panel support#718

Open
vkareh wants to merge 2 commits intomasterfrom
right-side-pane
Open

pluma-window: Add right-side panel support#718
vkareh wants to merge 2 commits intomasterfrom
right-side-pane

Conversation

@vkareh
Copy link
Member

@vkareh vkareh commented Oct 16, 2025

Add a third panel on the right side of the editor window, enabling a three-panel layout with left, right, and bottom panes.

The right panel is hidden by default and its state persists across sessions. The main use case is enabling plugins for previews, document outline viewers, or tag lists, similar to other IDEs.

As an initial example, I've moved the taglist plugin to the right pane. Other examples to be available in mate-desktop/pluma-plugins#41

@mbkma
Copy link
Member

mbkma commented Jan 30, 2026

Very nice, cool feature! I tested it and it works fine :) Only one thing: The right-side panel size does not seem to get restored on restart. The size of the left-side panel does.

Add a third panel on the right side of the editor window, enabling
a three-panel layout with left, right, and bottom panes.

The right panel is hidden by default and its state persists across
sessions. The main use case is enabling plugins for previews, document
outline viewers, or tag lists, similar to other IDEs.
Move the taglist plugin from the left side panel to the right panel.
This reflects the plugin's purpose better as a reference tool for tag
insertion and is more similar to how other IDEs have tags and symbols on
the right side.
@vkareh
Copy link
Member Author

vkareh commented Feb 3, 2026

@mbkma

The right-side panel size does not seem to get restored on restart. The size of the left-side panel does.

Fixed!

@vkareh vkareh requested a review from mbkma February 11, 2026 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants