-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[ENH] Implement multi window editing #2820
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ales-erjavec
changed the title
[ENH] Implement multi window editing
[WIP][ENH] Implement multi window editing
Dec 8, 2017
ales-erjavec
force-pushed
the
canvas/multiwindow
branch
from
December 8, 2017 08:57
e7a68dd
to
5ea0f16
Compare
Codecov Report
@@ Coverage Diff @@
## master #2820 +/- ##
==========================================
- Coverage 82.12% 81.66% -0.46%
==========================================
Files 334 327 -7
Lines 57663 55786 -1877
==========================================
- Hits 47354 45560 -1794
+ Misses 10309 10226 -83 |
ales-erjavec
changed the title
[WIP][ENH] Implement multi window editing
[ENH] Implement multi window editing
Dec 8, 2017
ales-erjavec
force-pushed
the
canvas/multiwindow
branch
4 times, most recently
from
December 22, 2017 11:43
501442e
to
fdc3941
Compare
ales-erjavec
force-pushed
the
canvas/multiwindow
branch
3 times, most recently
from
January 3, 2018 14:26
6938fdc
to
d2acc81
Compare
ales-erjavec
force-pushed
the
canvas/multiwindow
branch
from
January 23, 2018 14:47
d2acc81
to
6fc37ac
Compare
ales-erjavec
force-pushed
the
canvas/multiwindow
branch
from
February 27, 2018 09:56
6fc37ac
to
5d3f559
Compare
ales-erjavec
force-pushed
the
canvas/multiwindow
branch
from
March 13, 2018 11:27
5d3f559
to
5c5ec82
Compare
ales-erjavec
force-pushed
the
canvas/multiwindow
branch
from
March 30, 2018 11:25
5c5ec82
to
62565cd
Compare
Delegate to external browser instead
Update the stored list immediately on any change
Try to retrieve the workflow file via the OWWidget instance extracted from the stack.
ales-erjavec
force-pushed
the
canvas/multiwindow
branch
from
April 26, 2018 09:08
62565cd
to
4f694a7
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue
Canvas does not support multiple open windows/workflows.
Description of changes
Implement multi window/workflow editing.
Includes