Orange-OpenSource / conllueditor

ConllEditor is a tool to edit dependency syntax trees in CoNLL-U format.
BSD 3-Clause "New" or "Revised" License
54 stars 17 forks source link

Table view #36

Closed Stormur closed 5 months ago

Stormur commented 6 months ago

Hi!

With the table view, for annotation I see a problem in not being able to see all the FEATS/MISC features at once because of the field being too narrow. I would like to have at least the option to expand these (and any) fields as much as possible to get the whole picture. This is very helpful when e.g. one is not annotating for syntax.

Thank you!

jheinecke commented 6 months ago

Hi I'll have a look. Should be possible

Stormur commented 6 months ago

Thanks!

Also, could it be possible to allow the shortcut modifications in table view, too? Thanks again!

jheinecke commented 6 months ago

I'll try that too. for the widht of the cells in table view, I have a quick workaround (I'll try to make this modifiable from the UI, at least for the current session). open gui/table.css and look for

.ifeat { 
    width: 250px;
}

then set the width to any value you like and reload the page (F5 in firefox). This will enlarge it immediately.

Stormur commented 6 months ago

Thanks, for now it is working well!

jheinecke commented 6 months ago

checkout version 2.25. shortcuts work now (click on the Token id number (it becomes yellow) and than shortcuts work as in tree/hedge view. + and - can be used to see next/precedent sentence in table view as well now. And little =/- buttons on columns which might be very large (Feats, Deps, Misc) permit to enlarge or shorten the column width :-)

Stormur commented 6 months ago

Seems to work well!

Just two comments:

In the meantime, I think I have to open a new small issue! :-D

jheinecke commented 6 months ago

try V2.25.1 :-)

Stormur commented 6 months ago

Updated and using it! Everything seems fine at the moment, thanks again!