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 456286 - Toolbar editor
Toolbar editor
Status: RESOLVED WONTFIX
Product: gedit
Classification: Applications
Component: general
git master
Other All
: Normal enhancement
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on: 120645
Blocks:
 
 
Reported: 2007-07-12 16:11 UTC by Sylvain Archenault
Modified: 2012-05-04 18:16 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
Toolbar editor patch (6.08 KB, application/x-bzip2)
2007-07-12 16:12 UTC, Sylvain Archenault
Details
Editable toolbar patch (8.73 KB, application/x-bzip2 )
2007-07-14 18:54 UTC, Sylvain Archenault
Details

Description Sylvain Archenault 2007-07-12 16:11:50 UTC
Hello,

In the past few days I worked on an editable toolbar for gedit. I attached the new files (toolbar editor from libegg) and the diff files to implement the toolbar editor within gedit.

The major thing missing is the custom open button (with recent files). I will work on it in the next few days. 

I'd also like to implement toolbar style.

Cheers.
Comment 1 Sylvain Archenault 2007-07-12 16:12:43 UTC
Created attachment 91683 [details]
Toolbar editor patch
Comment 2 Paolo Borelli 2007-07-12 16:50:55 UTC
> I'd also like to implement toolbar style.

do you mean text-beside icon etc? That is already implemented, preference is in gconf...
Comment 3 Sylvain Archenault 2007-07-12 18:39:08 UTC
Yes i think about this. In the epiphany toolbar editor window, we can choose the toolbar style (Text above icons, Icons only, Text only, ...).

I find this pretty nice, but if we can set global config in gconf ...
Comment 4 Sylvain Archenault 2007-07-14 18:54:01 UTC
Created attachment 91784 [details]
Editable toolbar patch
Comment 5 Sylvain Archenault 2007-07-14 18:56:35 UTC
Comment on attachment 91784 [details]
Editable toolbar patch

I work a bit on it. I implement the recent file menu. 

I look at Epiphany source code to know how they do it. I basically do the same thing. I create a gedit-open-action inherit from gtkaction. I create a instance of this class and add it to the toolbar.
Comment 6 Ignacio Casal Quinteiro (nacho) 2012-05-04 18:16:28 UTC
No toolbar editor in gtk+ mainly means no toolbar editor in gedit.