Comments

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
Pulinski
Posts: 40
Joined: 25 Nov 2007 07:46

Comments

Post by Pulinski »

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
Paul Kemp
Auckland, New Zealand

eil
Posts: 1805
Joined: 13 Jan 2011 19:44

Re: Comments

Post by eil »

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

Marco
Posts: 2354
Joined: 27 Jun 2011 15:20

Re: Comments

Post by Marco »

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]

Pulinski
Posts: 40
Joined: 25 Nov 2007 07:46

Re: Comments

Post by Pulinski »

Marco wrote:Or make the Comment column in the List visible.
I do have the comments visible. I cannot click inside to add one, unless I am doing something wrong.

Paul
Paul Kemp
Auckland, New Zealand

Pulinski
Posts: 40
Joined: 25 Nov 2007 07:46

Re: Comments

Post by Pulinski »

eil wrote:you can make own button or assign a custom shortcut for Comment function. which one are you more interested?
Thanks for that. Either would be fine. Might have a play and see if I can o this.

Paul
Paul Kemp
Auckland, New Zealand

serendipity
Posts: 3360
Joined: 07 May 2007 18:14
Location: NJ/NY

Re: Comments

Post by serendipity »

Pulinski wrote:
eil wrote:you can make own button or assign a custom shortcut for Comment function. which one are you more interested?
Thanks for that. Either would be fine. Might have a play and see if I can o this.

Paul
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.

Pulinski
Posts: 40
Joined: 25 Nov 2007 07:46

Re: Comments

Post by Pulinski »

serendipity wrote:Eg: Type ::comment toprint; in addressbar to comment your files with toprint.
Yes that works quite nice. Thanks.

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

nas8e9
Posts: 2232
Joined: 21 Jun 2008 14:50

Re: Comments

Post by nas8e9 »

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?
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.

In this case it's:

Code: Select all

#880;

Pulinski
Posts: 40
Joined: 25 Nov 2007 07:46

Re: Comments

Post by Pulinski »

Excellent help today...thanks guys.
Paul Kemp
Auckland, New Zealand

aurumdigitus
Posts: 1075
Joined: 30 May 2008 21:02
Location: Lake Erie

Re: Comments

Post by aurumdigitus »

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.
How does this work? Unless I've missed something ::comment is not a scripting command. :?

admin
Site Admin
Posts: 64280
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Comments

Post by admin »

aurumdigitus wrote:
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.
How does this work? Unless I've missed something ::comment is not a scripting command. :?
::comment still works but is officially DEPRECATED!!! and has been replaced by SC tag.
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.

admin
Site Admin
Posts: 64280
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Comments

Post by admin »

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.
1. You can right-click the comment column in the file list and get a context menu for adding/editing comments.
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.

aurumdigitus
Posts: 1075
Joined: 30 May 2008 21:02
Location: Lake Erie

Re: Comments

Post by aurumdigitus »

admin wrote:::comment still works but is officially DEPRECATED!!! and has been replaced by SC tag.
"Alas, poor Yorick! I knew him, Horatio, a fellow of infinite
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

:P

serendipity
Posts: 3360
Joined: 07 May 2007 18:14
Location: NJ/NY

Re: Comments

Post by serendipity »

admin wrote:
aurumdigitus wrote:
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.
How does this work? Unless I've missed something ::comment is not a scripting command. :?
::comment still works but is officially DEPRECATED!!! and has been replaced by SC tag.
Sorry, its hard to teach this old dog new tricks, But I eventually will. Woof.

Pulinski
Posts: 40
Joined: 25 Nov 2007 07:46

Re: Comments

Post by Pulinski »

admin wrote:You can right-click the comment column in the file list and get a context menu for adding/editing comments
Yet another way to bring up the dialog. Thanks
Paul Kemp
Auckland, New Zealand

Post Reply