-
Notifications
You must be signed in to change notification settings - Fork 176
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
Open Edit Connection Points dialog via right click on bond #4905
Labels
Milestone
Comments
ljubica-milovic
changed the title
Add preview while establishing a bond
Open Edit Connection Points dialog via right click on bond
Jul 9, 2024
Tests added to the automation table. |
rrodionov91
added a commit
that referenced
this issue
Jul 29, 2024
- refactored context menu for macromolecules - added context menu for polymer bond - added reconnecting logic
9 tasks
rrodionov91
added a commit
that referenced
this issue
Jul 30, 2024
- refactored context menu for macromolecules - added context menu for polymer bond - added reconnecting logic
rrodionov91
added a commit
that referenced
this issue
Jul 31, 2024
…5189) - refactored context menu for macromolecules - added context menu for polymer bond - added reconnecting logic
This was referenced Aug 1, 2024
Closed
Guch1g0v
pushed a commit
that referenced
this issue
Oct 17, 2024
…5189) - refactored context menu for macromolecules - added context menu for polymer bond - added reconnecting logic
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Background
Currently if the user wants to change connection points that participate in a bond, they would have to delete that bond, and establish a new one.
This feature would allow the user to change connection points more easily and provide bond details in a user-friendly way.
.
.
Requirements
.
.
.....2.1. That dialog is identical to the "Select Connection points" dialog, just with a different title, and a different button label ("Reconnect" instead of "Connect")
..........2.1.1. The dialog contains appropriately marked connection points: gray if they participate in other bonds, white if they participate in no bonds, and teal if they participate in this bond (just like "Select Connection points" dialog).
(Image for better understanding)
..........2.1.2. The user is able to interact teal and white attachment points (just like "Select Connection points" dialog).
.....2.2. If there are no available (white) connection points on both monomers, button "Reconnect" should be disabled.
.
.
.....3.1. Clicking "Reconnect" in the dialog (if different attachment points were chosen) results in deletion of the previous bond and establishment of the new one (with new attachment points).
.....3.2. Clicking "Reconnect" in the dialog (if different attachment points were not chosen) results in no change of connection points of the bond.
.....3.3. Clicking "Cancel" in the dialog results in no change of connection points of the bond.
The text was updated successfully, but these errors were encountered: