-
Notifications
You must be signed in to change notification settings - Fork 27
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
[feature] Allow to select an open graph to explore paths #124
Comments
To implement this feature, I need to modify three files. |
You are not supposed to make changes to the code style of a whole file except when your changes modify it completely. That being said, yes, you must open two PRs : 1) refactor and 2) feature. It is nice to know that you are working on this feature! |
…paths Activate Tools > Explore graph paths if at least one graph frame is open.
Change type of inputGraphName to JCheckBox
GraphPathFrame is now an observer of GraphFrame
…paths Activate Tools > Explore graph paths if at least one graph frame is open.
Change type of inputGraphName to JCheckBox
GraphPathFrame is now an observer of GraphFrame
Is your feature request related to a problem? Please describe.
PR #123 introduces a redesign of the explore graph paths frame
Describe the solution you'd like
It would be worth if the user can choose a graph among those already open.
Describe alternatives you've considered
The approach to track open graphs is already implemented on the Find and replace dialog thorough the use of an observer pattern.
The text was updated successfully, but these errors were encountered: