Skip to content
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

GUI: add 'Run Selection' and keyboard shortcut for partial code execution in Report Editor #490

Open
yvdabb opened this issue Feb 22, 2024 · 0 comments
Assignees

Comments

@yvdabb
Copy link
Collaborator

yvdabb commented Feb 22, 2024

Extending the 'Report Command' functionality, users should be able to execute specific subsets of code directly from the integrated Editor through the following methods:

  • 'Run Selection' via Context Menu. Having selected a section of code within the Editor, clicking 'Run Selection' will execute the code directly, without the need to run the entire script (or copy the selection first to the 'Report Command' entry field).

  • Keyboard Shortcut. Implement a keyboard shortcut (e.g. Ctrl/Shift + Enter) to execute the selected code segment.

The above feature is particularly useful for the user when testing or debugging only specific parts of the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant