-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Implement VizualizationController.selectNodes/selectEdges #1562
Comments
Reopening: need to enable select button in filters and make right click context menu work with selected nodes correctly. See gephi/gephi-plugins#124 (comment) |
Bumping this issue, as it still restrains me to Gephi 0.8.2. Any news? |
Sorry still in the list to finish |
Thank you, Eduardo. I'll test that right away. |
Cool :) Please have in mind that the build needs to finish first before maven snapshot is updated, if you use them to test https://travis-ci.org/gephi/gephi/builds/266313464 |
Eduardo, after testing around with it for a while, I ran into a problem which I was able to reproduce like this: Check the videos:
Result: java.lang.NullPointerException Another way to reproduce the error is:
Result: java.lang.NullPointerException |
Thanks for the report! The last commit should fix this, please try later. |
Will do. Thank you again. |
Still occurs with Gephi 0.9.2-SNAPSHOT 201708231739: https://youtu.be/L-G7ZBV8zsI |
Eduardo, please check that last one (https://youtu.be/aqjqCc2nqac). It's a bit different, but it really points towards Octree. Are you able to reproduce these errors? Can I help with additional debugging information? I can run Gephi from source and put breakpoints wherever you want me to. |
…null pointer exception and synchronization issues with octree usage
Oh thanks, there was another null pointer and I think some synchronization issues with concurrent octree usage. I added some synchronized marks and it does not seem to affect performance. Can you please test this and check that performance is not worse with these new changes if you have some big graphs? |
That seems to have solved the issue. Thank you very much. Probably I'm not the most qualified to vote about big graphs, but for now I don't see any performance degradation. |
Great! :) |
Bring back this feature (commented out in 0.9)
See gephi/gephi-plugins#124
The text was updated successfully, but these errors were encountered: