-
Notifications
You must be signed in to change notification settings - Fork 18
feat(PLU-183): update interface to match other plugins #124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
src/main/java/ai/reveng/toolkit/ghidra/binarysimilarity/ui/help/HelpDialog.java
Show resolved
Hide resolved
fmagin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some design decisions like the mouse click handler seem unidiomatic instead of a Context action as linked. Unless this specific UX of just needing to click is a product decision I would recommend changing it.
The manual refreshes of the UI action seems entirely unnecessary, and should be handled with a dedicated call to PluginTool.contextChanged. If that doesn't address it then I will look into the idiomatic approach.
Uh oh!
There was an error while loading. Please reload this page.