-
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/124 #165
base: master
Are you sure you want to change the base?
Feature/124 #165
Conversation
Resolve NPE when clicking on Set File button (Explore Graph Paths menu)
I just realized that the PR contains changes for the Config.java file that should not be there. If I revert the commit c99e37c, do you think this fixes the problem ? I would also like to know what the procedure is when merging a PR to ensure that I have an up-to-date version for future changes. Best regards. |
This question is more related on how to use git and GitHub rather to the project. Even if it is possible that your question is not directly answered, I can suggest some links to take a look:
Ibid. but take also a look to the point 9 in the contribution guidelines |
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.
Avoid refactor spaces in Config.java
…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
[feature #124] Allow to select an open graph to explore paths
Description
Tools > Explore graph paths
if at least one graph is openMotivation and Context
issue #124
How Has This Been Tested?
This new feature has been tested with the following scenarios:
Existing graph
FSGraph > Tools > Explore graph paths
New graph (unsaved)
FSGraph > Tools > Explore graph paths
New graph (saved)
FSGraph > Tools > Explore graph paths
New graph
FSGraph > Tools > Explore graph paths
Several graphs (same directory)
FSGraph > Tools > Explore graph paths
Several graphs (different directory)
FSGraph > Tools > Explore graph paths
Reactive frame
FSGraph > Tools > Explore graph paths
Access to
FSGraph > Tools > Explore graph paths
even if the focused frame is not a graph frameFSGraph > Tools > Explore graph paths
is available (expected)Type of files
bin
: Binary filesci
: Continuous integration filesdoc
: Documentation filesLevel of change
break
: Breaking changeexp
: Experimental changetmp
: Temporal changemajor
: Major changeminor
: Minor changerevert
: Revert a commit changesec
: Vulnerability-related changeType of change
deprecat
: Deprecation of a once-stable featureenhance
: Enhancement in existing functionalityfix
: Bug fixfeature
: New featurehotfix
: Hotfix for bugsrefactor
: Improve coding style, commentsremove
: Remove a featureChecklist: