plan-be / plan-be/iode

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

Open
#490 0 comments 0 reactions 1 assignee View on GitHub

@yvdabb is already working on this.

Since Feb 22, 2024.

difficulty: high enhancement gui priority: low
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.