-
Notifications
You must be signed in to change notification settings - Fork 323
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
Ability to change the execution environment between design and live. #6341
Merged
mergify
merged 27 commits into
develop
from
wip/MichaelMauderer/Ability_to_change_the_execution_environment_between_design_and_live_on_shortcut
Apr 25, 2023
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
f49457a
Immplement shortcut handling.
MichaelMauderer 877d2a9
Implement controller handling.
MichaelMauderer 5001a5b
./run fmt, ./run lint
MichaelMauderer 527ed4d
Fix clickable area size.
MichaelMauderer 348c7a6
Rebase to develop and merge changes.
MichaelMauderer cbc3d1a
Integrate with new existing functionality.
MichaelMauderer f00c012
Refactoring & code style.
MichaelMauderer bbb4352
Fix naming of parameters.
MichaelMauderer d473bd1
Revert unintended changes.
MichaelMauderer 11e293c
Changelog.
MichaelMauderer 40f2bb7
Review feedback.
MichaelMauderer 74a692b
Removed another instance of "mode"
MichaelMauderer bdf8a5a
Unify dummy data use.
MichaelMauderer aab4ec5
Merge branch 'develop' into wip/MichaelMauderer/Ability_to_change_the…
MichaelMauderer 6bb1dfd
Fix merge issues.
MichaelMauderer 468d25b
Remove whitespace.
MichaelMauderer c1ffc83
Restore debug functionality.
MichaelMauderer 4faf47f
Merge branch 'develop' into wip/MichaelMauderer/Ability_to_change_the…
MichaelMauderer bad2e6e
Resolve merge conflicts.
MichaelMauderer 4588e57
Review feedback.
MichaelMauderer 7ca79ad
QA feedback.
MichaelMauderer b4b2c98
Merge branch 'develop' into wip/MichaelMauderer/Ability_to_change_the…
MichaelMauderer 21397f5
Revert debug logging.
MichaelMauderer ee8fec7
Fix shortcuts. Revert read only refactoring.
MichaelMauderer ed4af57
Remove TRACE_ALL
vitvakatu 8376deb
Merge branch 'develop' into wip/MichaelMauderer/Ability_to_change_the…
vitvakatu a5cafba
Fix compilation and formatting
vitvakatu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
list_all_imstrings
.list_all
is similar to a function in previous PR, which was already listing all available execution environments, we should unify these codes.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here they need to be hard-codes as enum, as this is the current LS protocol. The UI elements can handle arbitrary labels. So, would suggest this to be refactored appropriately once custom modes are implemented.