Multi Commander > Beta Releases

MC V17 Early Access PREVIEW

<< < (3/3)

Jungle:
Ok. On one PC it works. So far I've only taken a look at file tags. Inconvenient.

1. One can quickly set some file tag but can't remove it. Using a context menu is a waste of time. I think at least standard tags should be togglable via toolbar.

2. I've tried to bind a hotkey to the Tags dialog (not the File Tag management dialog, but the "Tags" dialog invokable via context menu), but didn't found it. I've found 3 tags actions: Manage tags (invokes File Tag manager dialog), Tags (toggles toolbar; absolutely unclear name and description) and Assign File Tag (don't understand how it works).

I have no idea whether it is possible to use multiscript or internal commands to toggle tags, but it should be.

Please, update menu item names and descriptions. A lot of duplicates and unclear meanings (see pics)

Mathias (Author):
Tags/Labels using the toolbar  you can  Click - Tag selected files,  Shift+Click  - UnTag selected ,,  Ctrl+Click Toggle tag on selected.
With Right click on the tag in the toolbar. you can also select to filter on the tag

They are also in the popup, but under MultiCommader > Tag >
That is not a good place. To many step. But not sure where to place that yet. They cant be in the normal shell menu. Maybe only show a tag popup if ctrl is hold while showing context menu, or something.. not sure yet. right now toolbar is the way to use them.

Yes button editor and command editor where you select internal commands will need to change to support the new "category" name for the commands, Like that the new Keyboard customization dialog have. It will then be possible to filter and view them better. But first Keyboard stuff need to be more finalized.

MultiScript commands for tags are coming. Not added yet.

Mathias (Author):

--- Quote from: Jungle on August 25, 2026, 15:43:36 ---I have no idea whether it is possible to use multiscript or internal commands to toggle tags, but it should be.

--- End quote ---

Actually There are MultiScript methods for it. I forgot that.


--- Code: ---array GetTag( file )
string GetTagEx( file );
num TagAdd( file , tags )
num TagRemove( file , tags )
num TagClear( file )
num TagVerify ( )
num TagValid( tag )
CommentGet( file )
CommentSet( file , comment )
CommentAdd( file , comment ) // append
CommentRemove( file , comment)
CommentClear( file )


--- End code ---


Navigation

[0] Message Index

[*] Previous page

Go to full version