If you add commands to the Tools menu using a properties file in GTK3, the keyboard shortcut is not shown right-justified, but it follows directly behind the command name. I can't create a screen capture for it, but the menu entry looks like this:
| Open Help Ctrl+2 |
when it should look like
| Open Help Ctrl+2 |
It's cosmetic, but it does make it marginally more difficult to find the keyboard shortcut on the menu.
To reproduce, create any of the SciTE properties files, global, user or local
command.2.*=xdg-open "file://$(SciteDefaultHome)/SciTEDoc.html"
command.name.2.*=Open Help
command.subsystem.2.*=2
I see my little ASCII art didn't work but you probably know what I'm trying to say anyway
Jeff
When the code was written there didn't appear to be an API for this. Anyone who wants to work on this could look at http://developer.gnome.org/gtk/2.24/GtkAccelLabel.html
I tried to fix it.
Committed as [4fbea4]. Added a couple of
consts.Related
Commit: [4fbea4]
Committed as [4fbea4]. Added a couple of
consts.Related
Commit: [4fbea4]