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

Various "Label list" bugs and annoyances #63

Open
ChristopheF opened this issue Sep 1, 2021 · 4 comments
Open

Various "Label list" bugs and annoyances #63

ChristopheF opened this issue Sep 1, 2021 · 4 comments

Comments

@ChristopheF
Copy link

Adding a label in the main window does not add the label in the Label List. You must save and reload the project for it to appear in the label list.

Importing labels empties the Label List. You must save and reload the project for labels to reappear.

You cannot resize columns in the Label List, so you cannot fully read long labels and comments

It would be nice if double clicking an offset would jump to the location (just like clicking the "Jump to" button)

Typing text in the Label list is very awkward and not standard: if you select some characters and press CTRL-C to copy, it copies the whole table line including tabulations. Pressing left/right arrows when editing text stops edition if you are on the first character or last character. Using Home/End keyboard keys does not work as expected when entering text (moving to first/last position).

Note: even with all these issues, DiztinGUIsh is already an excellent and invaluable tool!

@binary1230
Copy link
Collaborator

Thanks for the recent reports

Totally agree, the label list gui is pretty jank currently.

I actually have a working progress rewrite of that form implemented in AvaloniaUI, hoping to get that in soon.

@InsaneFirebat
Copy link

The Label List can export sublabels (leading period) but cannot import them.
An error occurred while parsing the file.
invalid label name .labelname

@binary1230
Copy link
Collaborator

Hey, (3 years later.. lol) I just checked in a fix that allows import of labels with +,-, and periods

The various screens not being in-sync when labels are added/removed seems to be fixed now (I reworked a lot of this a while ago)

Import/export seems to work correctly (I think I fixed that stuff a while ago too, just forgot to close this issue)

The last two are still valid:

  • It would be nice if double clicking an offset would jump to the location (just like clicking the "Jump to" button)

  • Typing text in the Label list is very awkward and not standard: if you select some characters and press CTRL-C to copy, it copies the whole table line including tabulations. Pressing left/right arrows when editing text stops edition if you are on the first character or last character. Using Home/End keyboard keys does not work as expected when entering text (moving to first/last position).

@ChristopheF
Copy link
Author

Thanks for these fixes!

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

No branches or pull requests

3 participants