Annotald / annotald

A program for annotation in the Penn Treebank format
GNU General Public License v3.0
8 stars 3 forks source link

Highlight label text? #58

Open diertani opened 10 years ago

diertani commented 10 years ago

Annotald doesn't automatically highlight the text on a label when you indicate you wish to change it (with L), so that all you have to do is type the new one and it will replace the old one. Instead, it sends the cursor to the beginning of the text so that you have to do the highlighting yourself, which is slower and a bit annoying.

I'm not really sure why I am suddenly noticing this now. I could have sworn that prior to today, it would do the automatic-highlighting, but it doesn't make any sense to me that this would have spontaneously changed.

aecay commented 10 years ago

I suspect that a Chrome update may be responsible for the change in behavior you are seeing here, just as in #60. I will look into it.