Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/resources/plugins.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# If something like ("<arg>") is appended to the class name, the setup() method
# will get that as arg parameter; otherwise arg is simply the empty string.

Process, "Process Pixels", com.mycompany.imagej.Process_Pixels
Plugins, "Process Pixels", com.mycompany.imagej.Process_Pixels
Copy link
Member

@imagejan imagejan Jul 27, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would even suggest using a submenu of Plugins here: it illustrates the syntax for submenus, and it avoids cluttering the (overcrowded) Plugins menu even more.

Suggested change
Plugins, "Process Pixels", com.mycompany.imagej.Process_Pixels
Plugins>MyPlugins, "Process Pixels", com.mycompany.imagej.Process_Pixels

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

... and it helps understanding how this line works
Plugins > My Plugins ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah you're reading my mind :)