From 5d0124afa9c8adc95f8ad3c163f7190d8d2690a3 Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Wed, 15 Oct 2025 14:36:45 -0400 Subject: pluma-window: Add right-side panel support 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. --- data/org.mate.pluma.gschema.xml.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'data') diff --git a/data/org.mate.pluma.gschema.xml.in b/data/org.mate.pluma.gschema.xml.in index 45dd196e..78a57c41 100644 --- a/data/org.mate.pluma.gschema.xml.in +++ b/data/org.mate.pluma.gschema.xml.in @@ -170,6 +170,11 @@ Bottom Panel is Visible Whether the bottom panel at the bottom of editing windows should be visible. + + false + Right Panel is Visible + Whether the right panel at the right of editing windows should be visible. + 5 Maximum Recent Files @@ -285,6 +290,16 @@ bottom-panel-active-page The pluma bottom-panel-active-page + + 200 + right-panel-size + The pluma right-panel-size + + + 0 + right-panel-active-page + The pluma right-panel-active-page + 0 filter-id -- cgit v1.2.1