GUI: add 'Run Selection' and keyboard shortcut for partial code execution in Report Editor
@yvdabb is already working on this.
Since Feb 22, 2024.
- Dominant language
- C++
- Stars
- 2
- Forks
- 1
- Avg merge
- 7h 35m
- Merged PRs (30d)
- 13
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.