GT-3430 - Key Bindings - Updated the Function Call Trees Plugin's

actions key bindings so users can set the bindings separately
This commit is contained in:
dragonmacher 2019-12-30 12:02:28 -05:00
parent cbe5b9e9ca
commit 74b67be5ed
11 changed files with 78 additions and 23 deletions

View file

@ -35,6 +35,9 @@ public class Icons {
public static final ImageIcon EMPTY_ICON = ResourceManager.loadImage("images/EmptyIcon16.gif");
public static final ImageIcon HELP_ICON =
ResourceManager.loadImage("images/help-browser.png");
public static final ImageIcon ADD_ICON = ResourceManager.loadImage("images/Plus2.png");
public static final ImageIcon COLLAPSE_ALL_ICON =
@ -82,7 +85,7 @@ public class Icons {
new DotDotDotIcon(ResourceManager.loadImage("images/Disk.png")));
public static final ImageIcon MAKE_SELECTION_ICON =
ResourceManager.getImageIcon(ResourceManager.loadImage("images/text_align_justify.png"));
ResourceManager.loadImage("images/text_align_justify.png");
// Not necessarily re-usable, but this is needed for the help system; these should
// probably be moved to the client that uses them, while updating the

Binary file not shown.

After

Width:  |  Height:  |  Size: 932 B