NOTICE! This is a static HTML version of a legacy Fiji BugZilla bug.

The Fiji project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Bug 14 - Menus.java is not aware of scripts: no key binding assignable, no repeat last command
Menus.java is not aware of scripts: no key binding assignable, no repeat last...
Status: RESOLVED FIXED
Product: Fiji
Classification: Unclassified
Component: Plugins
unspecified
PC Linux
: P2 normal
Assigned To: Johannes Schindelin
Depends on:
Blocks:
 
Reported: 2008-10-16 20:42 CDT by Albert Cardona
Modified: 2008-11-06 15:19 CST
1 user (show)

See Also:

Description Albert Cardona 2008-10-16 20:42:35 CDT
Menus.java is not aware of scripts: no key binding assignable, no repeat last command.

(known since forever, noted today again by Johannes Schindelin)
Comment 1 Johannes Schindelin 2008-10-25 23:12:51 CDT
I committed and pushed a try at a fix: a334d16(Script refreshers: use the existing menu framework for plugins). Could you test, please?
Comment 2 Johannes Schindelin 2008-11-06 15:19:06 CST
Okay, so I declare that fixed (after testing, even).  The problem was solved by making the "Refresh" plugins accept an argument (which is the path to the script), and registering that plugin with that argument as the action for the menu item.