-
Notifications
You must be signed in to change notification settings - Fork 52
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
Add a connector tool #133
Milestone
Comments
hmarchadour
pushed a commit
that referenced
this issue
Dec 1, 2020
Fixes #133 Signed-off-by: Hugo Marchadour <hugo.marchadour@obeo.fr>
16 tasks
hmarchadour
pushed a commit
that referenced
this issue
Dec 2, 2020
Fixes #133 Signed-off-by: Hugo Marchadour <hugo.marchadour@obeo.fr>
hmarchadour
pushed a commit
that referenced
this issue
Dec 3, 2020
Fixes #133 Signed-off-by: Hugo Marchadour <hugo.marchadour@obeo.fr>
hmarchadour
pushed a commit
that referenced
this issue
Dec 10, 2020
Fixes #133 Signed-off-by: Hugo Marchadour <hugo.marchadour@obeo.fr>
hmarchadour
pushed a commit
that referenced
this issue
Dec 10, 2020
Fixes #133 Signed-off-by: Hugo Marchadour <hugo.marchadour@obeo.fr>
hmarchadour
pushed a commit
that referenced
this issue
Dec 11, 2020
Fixes #133 Signed-off-by: Hugo Marchadour <hugo.marchadour@obeo.fr>
17 tasks
hmarchadour
pushed a commit
that referenced
this issue
Aug 30, 2021
Bug: #133 Signed-off-by: Hugo Marchadour <hugo.marchadour@obeo.fr>
hmarchadour
pushed a commit
that referenced
this issue
Aug 30, 2021
Bug: #133 Signed-off-by: Hugo Marchadour <hugo.marchadour@obeo.fr>
hmarchadour
pushed a commit
that referenced
this issue
Aug 30, 2021
Bug: #133 Signed-off-by: Hugo Marchadour <hugo.marchadour@obeo.fr>
hmarchadour
pushed a commit
that referenced
this issue
Sep 9, 2021
Bug: #133 Signed-off-by: Hugo Marchadour <hugo.marchadour@obeo.fr>
hmarchadour
pushed a commit
that referenced
this issue
Sep 9, 2021
Bug: #133 Signed-off-by: Hugo Marchadour <hugo.marchadour@obeo.fr>
hmarchadour
pushed a commit
that referenced
this issue
Sep 9, 2021
Bug: #133 Signed-off-by: Hugo Marchadour <hugo.marchadour@obeo.fr>
hmarchadour
pushed a commit
that referenced
this issue
Sep 17, 2021
Bug: #133 Signed-off-by: Hugo Marchadour <hugo.marchadour@obeo.fr>
hmarchadour
pushed a commit
that referenced
this issue
Sep 17, 2021
Conflicts: frontend/src/diagram/sprotty/WebSocketDiagramServer.tsx Bug: #133 Signed-off-by: Hugo Marchadour <hugo.marchadour@obeo.fr>
hmarchadour
pushed a commit
that referenced
this issue
Sep 20, 2021
Bug: #133 Signed-off-by: Hugo Marchadour <hugo.marchadour@obeo.fr>
hmarchadour
pushed a commit
that referenced
this issue
Sep 20, 2021
Bug: #133 Signed-off-by: Hugo Marchadour <hugo.marchadour@obeo.fr>
hmarchadour
pushed a commit
that referenced
this issue
Sep 20, 2021
Bug: #133 Signed-off-by: Hugo Marchadour <hugo.marchadour@obeo.fr>
hmarchadour
pushed a commit
that referenced
this issue
Sep 20, 2021
Bug: #133 Signed-off-by: Hugo Marchadour <hugo.marchadour@obeo.fr>
hmarchadour
pushed a commit
that referenced
this issue
Oct 5, 2021
Bug: #133 Signed-off-by: Hugo Marchadour <hugo.marchadour@obeo.fr>
hmarchadour
pushed a commit
that referenced
this issue
Oct 5, 2021
Bug: #133 Signed-off-by: Hugo Marchadour <hugo.marchadour@obeo.fr>
17 tasks
hmarchadour
pushed a commit
that referenced
this issue
Oct 14, 2021
Bug: #133 Signed-off-by: Hugo Marchadour <hugo.marchadour@obeo.fr>
hmarchadour
pushed a commit
that referenced
this issue
Oct 18, 2021
Bug: #133 Signed-off-by: Hugo Marchadour <hugo.marchadour@obeo.fr>
hmarchadour
pushed a commit
that referenced
this issue
Oct 18, 2021
Bug: #133 Signed-off-by: Hugo Marchadour <hugo.marchadour@obeo.fr>
sbegaudeau
pushed a commit
that referenced
this issue
Dec 8, 2021
Bug: #133 Signed-off-by: Hugo Marchadour <hugo.marchadour@obeo.fr>
sbegaudeau
pushed a commit
that referenced
this issue
Dec 8, 2021
Bug: #133 Signed-off-by: Hugo Marchadour <hugo.marchadour@obeo.fr>
sbegaudeau
pushed a commit
that referenced
this issue
Dec 15, 2021
Bug: #133 Signed-off-by: Hugo Marchadour <hugo.marchadour@obeo.fr>
sbegaudeau
pushed a commit
that referenced
this issue
Dec 15, 2021
Bug: #133 Signed-off-by: Hugo Marchadour <hugo.marchadour@obeo.fr>
sbegaudeau
pushed a commit
that referenced
this issue
Dec 15, 2021
Bug: #133 Signed-off-by: Hugo Marchadour <hugo.marchadour@obeo.fr>
sbegaudeau
pushed a commit
that referenced
this issue
Dec 15, 2021
Bug: #133 Signed-off-by: Hugo Marchadour <hugo.marchadour@obeo.fr>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behavior
Provide a magic edge tool.
A magic edge tool will be available on a graphical element source if at least one edge tool can be created on it.
The target can apply algorithm is a delegation pattern. (At least on edge tool should be valid on this target)
After a target selection, the user will select the expected create edge tool.
Cuttings backs
Potential side effects
contextual palette/invoke tool
Describe alternatives you've considered
The user could select the expected create edge tool before to select a target.
In an ideal implementation, we could choose between these both strategies.
The text was updated successfully, but these errors were encountered: