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

Labelled scripts are inserted alphabetically, not in user-defined order #25

Open
kleinerpirat opened this issue Apr 15, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@kleinerpirat
Copy link

When scripts are given a label, they are inserted in alphabetical order (by the label), rather than complying with the order defined with the QTableView:

image

This was giving me some headaches today as I tried debugging a note type. Is this intentional? Since I don't use the labels for scripts and just assigned them for completionist reasons, deleting them was an easy fix. But it seems off to me.

@hgiesel
Copy link
Owner

hgiesel commented Apr 15, 2021

Hm, seems weird to me as well. The labels should only be there for merging multiple snippets into one <script> tag. On the next update I'll give this a look.

@hgiesel hgiesel added the bug Something isn't working label Apr 15, 2021
@hgiesel hgiesel self-assigned this Apr 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants