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.
Edit Comment
Re: Edit Comment
tagitems() + input() + tagitems()
(read the help file) and put that script on a button || user defined command (+keyboard shortcut) || catalog, ...?One of my scripts helped you out? Please donate via Paypal
Re: Edit Comment
Thanks highend.
I got it working with
This works okay, but a double-click on the field would be faster and more intuitive.
Thank you for pointing me in the right direction, though!
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.


Thank you for pointing me in the right direction, though!
Re: Edit Comment
Custom Event Action: Double Click on Line Number could do I guess.
Re: Edit Comment
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.