Add multiple edges simultaneously#457
Conversation
|
@GraphFilter/version-3-0 The functionality has been implemented and is available for testing by running the application. In addition, during implementation, i identified some bugs that caused the software to fail. To get around these problems, it was necessary to overwrite the Note While we wait for a response from the netgraph, if you want to test the functionality, simply select several vertices at the same time using |
|
@fsoupimenta
The same behavior occurred when selecting using the CTRL button. Is this the same behavior you got? Please note that the issue paulbrodersen/netgraph#88 has been answered, so please forward it. |
ca41f9a to
9adfc25
Compare
atilaajones
left a comment
There was a problem hiding this comment.
- Unexpected behavior when inserting a vertex using the + key.
- Vertex is not removed using the DEL key
Change the help text (?) of the project window:
Insert or + or =: Insert a new node (this will be adjacent to previously selected vertices)
Insert a new line of help text:
Hold and drag left-click: Select multiple edges and vertices
5c01f8f to
9622643
Compare
Closes #453
Closes #447