-
Notifications
You must be signed in to change notification settings - Fork 26
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
Comments
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. |
The Label List can export sublabels (leading period) but cannot import them. |
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:
|
Thanks for these fixes! |
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!
The text was updated successfully, but these errors were encountered: