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

[FEAT] Foldable Tabs / Sections in main.qvs #324

Open
mcilwricka opened this issue Jul 8, 2020 · 3 comments
Open

[FEAT] Foldable Tabs / Sections in main.qvs #324

mcilwricka opened this issue Jul 8, 2020 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@mcilwricka
Copy link

The script sections are all merged into one main section, and each part annotated with the tab name e.g. below.

It would be helpful to have a config setting allowing the choice of this behaviour or keeping the script structure intact with a separate file per section.

///$tab Contact Details
[Contact Details]:
LOAD ContactDetail,
ContactType,
Employee_ID;
//ID;
SQL SELECT ContactDetail,
ContactType,
Employee_ID,
ID
FROM Contact Details;

@konne
Copy link
Collaborator

konne commented Jul 8, 2020

Thank, we will try to extend the Language file for region support. To have something like this:

image

Just as a sidenode. The intention is to have all script in one file, to make for example an full copy&paste of a script easy.

@konne konne changed the title Main.qvs [FEAT] Foldable Tabs / Sections in main.qvs Jul 8, 2020
@konne konne added the enhancement New feature or request label Jul 8, 2020
@konne konne self-assigned this Jul 8, 2020
@mcilwricka
Copy link
Author

Thanks - now own view personally is that a choice would add value, as in a very complicated data model, having 1000's of lines of script code brought together sort of defeats the purpose of structuring the script anyway ;-)

@konne
Copy link
Collaborator

konne commented Aug 5, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants