After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 541763 - TestPatch that make it possible to add an right panel
TestPatch that make it possible to add an right panel
Status: RESOLVED WONTFIX
Product: gedit
Classification: Applications
Component: general
git master
Other All
: Normal minor
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2008-07-06 14:08 UTC by Mikael Hermansson
Modified: 2008-11-02 16:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch that add support for a panel at the right side of the text (20.81 KB, patch)
2008-07-06 14:10 UTC, Mikael Hermansson
none Details | Review

Description Mikael Hermansson 2008-07-06 14:08:29 UTC
this patch add a possibility to have an right panel in gedit.

I think this feature is good when you have widescreen.

This way you can for example have classbrowser in the right and filebrowser at the left of the maintextarea.

New API:

gedit_window_get_left_panel (exactly the same as the old API gedit_window_get_right_panel() 

Bindings for python is already implemented and tested.

Some knows bugs and stuff to fix.

* Sizing is not saved correcly.

and probadly more to come but I will not continue until I am sure upstream is intrested in his patch :-)



Other information:
Comment 1 Mikael Hermansson 2008-07-06 14:10:24 UTC
Created attachment 114064 [details] [review]
patch that add support for a panel at the right side of the text
Comment 2 Steve Frécinaux 2008-07-07 08:31:38 UTC
One more panel adds clutter I think. Now, if the right panel came as an option (an extension? to discourage default use of the right panel) and the core had the ability to move plugins from one panel to another it could be nice... Now, isn't it what GDL is about?
Comment 3 Paolo Borelli 2008-11-02 16:12:22 UTC
yeah... I am marking this as WONTFIX for now. Either we stick to the current simple and fixed layout or we move to a proper docking widget.