Comments
Comments
I could be missing something...but is there a way to quickly add a comment (Keyboard Shortcut, Edit Inline or Button)? At the moment I am Clicking;
Favourite > Comment
to comment on the file.
Thanks.
Paul Kemp
NEW ZEALAND
Favourite > Comment
to comment on the file.
Thanks.
Paul Kemp
NEW ZEALAND
Paul Kemp
Auckland, New Zealand
Auckland, New Zealand
Re: Comments
you can make own button or assign a custom shortcut for Comment function. which one are you more interested?
Win 7 SP1 x64 100% 1366x768|1900x1080
Re: Comments
Or make the Comment column in the List visible.
Tag Backup - SimpleUpdater - XYplorer Messenger - The Unofficial XYplorer Archive - Everything in XYplorer
Don sees all [cit. from viewtopic.php?p=124094#p124094]
Don sees all [cit. from viewtopic.php?p=124094#p124094]
Re: Comments
I do have the comments visible. I cannot click inside to add one, unless I am doing something wrong.Marco wrote:Or make the Comment column in the List visible.
Paul
Paul Kemp
Auckland, New Zealand
Auckland, New Zealand
Re: Comments
Thanks for that. Either would be fine. Might have a play and see if I can o this.eil wrote:you can make own button or assign a custom shortcut for Comment function. which one are you more interested?
Paul
Paul Kemp
Auckland, New Zealand
Auckland, New Zealand
-
- Posts: 3360
- Joined: 07 May 2007 18:14
- Location: NJ/NY
Re: Comments
If you are using pro version of XY, you could also add comment from addressbar.Pulinski wrote:Thanks for that. Either would be fine. Might have a play and see if I can o this.eil wrote:you can make own button or assign a custom shortcut for Comment function. which one are you more interested?
Paul
Eg: Type ::comment toprint; in addressbar to comment your files with toprint.
Re: Comments
Yes that works quite nice. Thanks.serendipity wrote:Eg: Type ::comment toprint; in addressbar to comment your files with toprint.
I was trying a button using;
tag "test", , 2;
but found no way to bring the comment dialog up, so was only suitable for a static word. So that was not satisfactory. Out of interest is there any way of bring the dialog box up with a script command?
Paul
Paul Kemp
Auckland, New Zealand
Auckland, New Zealand
Re: Comments
A lot of XYplorer's functionality is only accessible by its command ID, a list of which can be generated through Help > Make List Of Commands. This will copy said list to the clipboard; by pasting in Notepad and searching for the command you're looking for, you'll find the corresponding command ID.Pulinski wrote:I was trying a button using;
tag "test", , 2;
but found no way to bring the comment dialog up, so was only suitable for a static word. So that was not satisfactory. Out of interest is there any way of bring the dialog box up with a script command?
In this case it's:
Code: Select all
#880;
-
- Posts: 1075
- Joined: 30 May 2008 21:02
- Location: Lake Erie
Re: Comments
How does this work? Unless I've missed something ::comment is not a scripting command.serendipity wrote:If you are using pro version of XY, you could also add comment from addressbar.
Eg: Type ::comment toprint; in addressbar to comment your files with toprint.

-
- Site Admin
- Posts: 64280
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Comments
::comment still works but is officially DEPRECATED!!! and has been replaced by SC tag.aurumdigitus wrote:How does this work? Unless I've missed something ::comment is not a scripting command.serendipity wrote:If you are using pro version of XY, you could also add comment from addressbar.
Eg: Type ::comment toprint; in addressbar to comment your files with toprint.
FAQ | XY News RSS | XY X - Forum users with the Windows version and screen scaling percentage in the Location field of their profiles get priority support.
-
- Site Admin
- Posts: 64280
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Comments
1. You can right-click the comment column in the file list and get a context menu for adding/editing comments.Pulinski wrote:I could be missing something...but is there a way to quickly add a comment (Keyboard Shortcut, Edit Inline or Button)? At the moment I am Clicking;
Favourite > Comment
to comment on the file.
2. In one of the next version you'll get an additional tab on the Info Panel to add labels, tags, and comments.
FAQ | XY News RSS | XY X - Forum users with the Windows version and screen scaling percentage in the Location field of their profiles get priority support.
-
- Posts: 1075
- Joined: 30 May 2008 21:02
- Location: Lake Erie
Re: Comments
"Alas, poor Yorick! I knew him, Horatio, a fellow of infiniteadmin wrote:::comment still works but is officially DEPRECATED!!! and has been replaced by SC tag.
jest, of most excellent fancy. He hath bore me on his back a
thousand times, and now how abhorr'd in my imagination it is!
My gorge rises at it."
Hamlet Act 5, scene 1

-
- Posts: 3360
- Joined: 07 May 2007 18:14
- Location: NJ/NY
Re: Comments
Sorry, its hard to teach this old dog new tricks, But I eventually will. Woof.admin wrote:::comment still works but is officially DEPRECATED!!! and has been replaced by SC tag.aurumdigitus wrote:How does this work? Unless I've missed something ::comment is not a scripting command.serendipity wrote:If you are using pro version of XY, you could also add comment from addressbar.
Eg: Type ::comment toprint; in addressbar to comment your files with toprint.
Re: Comments
Yet another way to bring up the dialog. Thanksadmin wrote:You can right-click the comment column in the file list and get a context menu for adding/editing comments
Paul Kemp
Auckland, New Zealand
Auckland, New Zealand