-
Notifications
You must be signed in to change notification settings - Fork 37
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
Improve changing values in variables view #974
Conversation
</extension> | ||
<extension | ||
point="org.eclipse.ui.menus"> | ||
<menuContribution |
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.
shouldn't we also have one for single variable selection?
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.
The single variable selection is already handled by an action in the Variables view.
...c.ide.debug.ui/src/org/eclipse/fordiac/ide/debug/ui/editor/EvaluatorVariableValueEditor.java
Show resolved
Hide resolved
...se.fordiac.ide.debug.ui/src/org/eclipse/fordiac/ide/debug/ui/handler/ChangeValueHandler.java
Outdated
Show resolved
Hide resolved
888e92e
to
54d50c9
Compare
Improve changing values in variables view: - Add shortcut to change variable value - Allow changing multiple values at once - Show simplified input dialog for single values - Show structured edit dialog for structured values - Show structured edit dialog for multiple variables
54d50c9
to
07ceada
Compare
It seems there is again a flaky test in |
Improve changing values in variables view: