Page 1 of 1

Edit Comment

Posted: 19 Sep 2023 05:12
by ColdNose
Is there a way to edit the comment field/column directly (without right-click/edit, etc.)?

Say, double-click the comment column, enter comment, hit enter - done! Super quick!

If not, is this possible with a script .. or perhaps a new feature? It would be very, very useful.

Re: Edit Comment

Posted: 19 Sep 2023 08:19
by highend
tagitems() + input() + tagitems() (read the help file) and put that script on a button || user defined command (+keyboard shortcut) || catalog, ...?

Re: Edit Comment

Posted: 19 Sep 2023 10:47
by ColdNose
Thanks highend.

I got it working with tagitems("cmt",input("Enter Comment:",,tagitems("cmt",))) assigned to a UDC+keyboard shortcut.

This works okay, but a double-click on the field would be faster and more intuitive. :D :whistle:

Thank you for pointing me in the right direction, though!

Re: Edit Comment

Posted: 19 Sep 2023 13:25
by LittleBiG
Custom Event Action: Double Click on Line Number could do I guess.

Re: Edit Comment

Posted: 19 Sep 2023 13:53
by xy123
I remember testing some file manager which allowed slow click on any propertie to edit it directly like you would with file name. Killer feature.

Re: Edit Comment

Posted: 20 Sep 2023 06:36
by ColdNose
LittleBiG wrote: 19 Sep 2023 13:25 Custom Event Action: Double Click on Line Number could do I guess.
Great suggestion! :appl: Thanks. I changed to using that. One less shortcut key to remember.