-
Notifications
You must be signed in to change notification settings - Fork 13
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
Memory Inspector context menu enhancements #51
Comments
tortmayr
added a commit
to eclipsesource/vscode-memory-inspector
that referenced
this issue
Mar 5, 2024
Enhances the memory webview to properly support context menu actions contributed via `webview/context` contribution point. This includes - Augmenting the webview components with `data-vscode-context` custom data properties. These properties are used to provide additional context info (as JSON string). The composed context is then available in `when` conditions from `webview/context` contributions and as command argument when executing the associated command. Provides the following context menu enhancements outlined in eclipse-cdt-cloud#51 - Copy selection - Quick access to window configuration by - providing show/hide entries for variable & ascii column - show/hide for radix prefix - `Show advanced Options` command to show the advanced settings overlay - Allow contributions from other extensions
The following is covered by #94
(I cannot update the original issue description) |
tortmayr
added a commit
to eclipsesource/vscode-memory-inspector
that referenced
this issue
Mar 6, 2024
Enhances the memory webview to properly support context menu actions contributed via `webview/context` contribution point. This includes - Augmenting the webview components with `data-vscode-context` custom data properties. These properties are used to provide additional context info (as JSON string). The composed context is then available in `when` conditions from `webview/context` contributions and as command argument when executing the associated command. Provides the following context menu enhancements outlined in eclipse-cdt-cloud#51 - Copy selection - Quick access to window configuration by - providing show/hide entries for variable & ascii column - show/hide for radix prefix - `Show advanced Options` command to show the advanced settings overlay - Allow contributions from other extensions
tortmayr
added a commit
to eclipsesource/vscode-memory-inspector
that referenced
this issue
Mar 6, 2024
Enhances the memory webview to properly support context menu actions contributed via `webview/context` contribution point. This includes - Augmenting the webview components with `data-vscode-context` custom data properties. These properties are used to provide additional context info (as JSON string). The composed context is then available in `when` conditions from `webview/context` contributions and as command argument when executing the associated command. Provides the following context menu enhancements outlined in eclipse-cdt-cloud#51 - Copy selection - Quick access to window configuration by - providing show/hide entries for variable & ascii column - show/hide for radix prefix - `Show advanced Options` command to show the advanced settings overlay - Allow contributions from other extensions
tortmayr
added a commit
to eclipsesource/vscode-memory-inspector
that referenced
this issue
Mar 7, 2024
Enhances the memory webview to properly support context menu actions contributed via `webview/context` contribution point. This includes - Augmenting the webview components with `data-vscode-context` custom data properties. These properties are used to provide additional context info (as JSON string). The composed context is then available in `when` conditions from `webview/context` contributions and as command argument when executing the associated command. Provides the following context menu enhancements outlined in eclipse-cdt-cloud#51 - Quick access to window configuration by - providing show/hide entries for variable & ascii column - show/hide for radix prefix - `Show advanced Options` command to show the advanced settings overlay - Allow contributions from other extensions
tortmayr
added a commit
to eclipsesource/vscode-memory-inspector
that referenced
this issue
Mar 8, 2024
Enhances the memory webview to properly support context menu actions contributed via `webview/context` contribution point. This includes - Augmenting the webview components with `data-vscode-context` custom data properties. These properties are used to provide additional context info (as JSON string). The composed context is then available in `when` conditions from `webview/context` contributions and as command argument when executing the associated command. Provides the following context menu enhancements outlined in eclipse-cdt-cloud#51 - Quick access to window configuration by - providing show/hide entries for variable & ascii column - show/hide for radix prefix - `Show advanced Options` command to show the advanced settings overlay - Allow contributions from other extensions
colin-grant-work
pushed a commit
that referenced
this issue
Mar 11, 2024
* Context menu enhancements Enhances the memory webview to properly support context menu actions contributed via `webview/context` contribution point. This includes - Augmenting the webview components with `data-vscode-context` custom data properties. These properties are used to provide additional context info (as JSON string). The composed context is then available in `when` conditions from `webview/context` contributions and as command argument when executing the associated command. Provides the following context menu enhancements outlined in #51 - Quick access to window configuration by - providing show/hide entries for variable & ascii column - show/hide for radix prefix - `Show advanced Options` command to show the advanced settings overlay - Allow contributions from other extensions
1 task
@martin-fleck-at Can this issue be already closed? I think all linked PRs are merged, aren't they? |
@planger Yes, I think it can. I'm just not allowed to check the items in the description ;-) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The current Memory Inspector context menu seems to be the standard context menu. It would be very useful to utilize it for a couple of usability enhancements.
Additional information
The text was updated successfully, but these errors were encountered: