Recent Posts

Pages: 1 ... 3 4 5 6 [7] 8 9 10
61
Feature Requests and Suggestions / Scroling synchronization
« Last post by Lukasz S. on August 30, 2026, 23:57:28 »
Hi,

Is it possible to have synchronization of scroling source and destination panels in detailed view?
I mean, if we have a lot of files and we want to compare two folders manually, is it possible to have simulatonously scroll both?
There could be a button to turn on/off  synchronize scroling.
62
Support and Feedback / Re: Tab colours
« Last post by Lukasz S. on August 30, 2026, 23:47:00 »
It is working right  now, thanks!
63
Support and Feedback / Re: Tab colours
« Last post by Mathias (Author) on August 28, 2026, 11:58:54 »
should work in next update..
64
Beta Releases / Re: MC V17 EARLY PREVIEW
« Last post by Mathias (Author) on August 28, 2026, 11:56:20 »
I have no idea whether it is possible to use multiscript or internal commands to toggle tags, but it should be.

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

Code: [Select]
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 )



65
(Wow block of text.  Please try to use return key to space out text to make it more readable.)

Since I have not been able to reproduce it, It is not fixed. I can't fix things I can't recreate.

I doubt it's worth fixing this in v16 unless it's a straightforward fix.
The file view UI component has been completely rewritten for v17, so the issue may already be resolved.
However, since the new component was modeled after the old architecture, the bug might still persist. If that's the case, then I will address it there, provided I can replicate the error.
66
File Layout Column Width Keeps Shrinking in V16

In V16, I experienced an issue where the File Layout Column Widths randomly resize. I was forced to delete all custom File Layout templates and revert to the default layout. However, even the default layout still exhibits unexpected resizing when navigating between tabs or upon re-launching MC. I initially expected this to be fixed in V16, but the problem persists.

I need a fixed, permanent File Column Header Layout as defined by my template (configured to include drives C:\, D:\, F:\, G:\, H:\, with "Valid for subpaths").

Currently, I cannot create a new template because of a bug where the selected sorting column is not preserved/remembered, forcing me to delete custom templates and use the default template to retain the sorting column.

I previously reported this here: https://forum.multicommander.com/forum/index.php/topic,5107.0.html

Reproduction steps (approximate):
Switch between tabs and restart MC. Upon relaunch, the File Column Header Widths should reset/shrink — though this behavior appears somewhat random and not guaranteed.
67
My post can be removed. Thanks.
68
Beta Releases / Re: MC V17 EARLY PREVIEW
« Last post by Mathias (Author) on August 25, 2026, 15:57:59 »
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.
69
Beta Releases / Re: MC V17 EARLY PREVIEW
« Last post by Jungle on August 25, 2026, 15:43:36 »
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)
70
Beta Releases / Re: MC V17 EARLY PREVIEW
« Last post by Mathias (Author) on August 25, 2026, 14:51:03 »
Totally rewritten how shortcuts works. so old config file does not load. New format
Would it be possible, once beta status is reached, to convert the old custom keyboard shortcuts to the new format during setup?
Probably not. would be to much work to make it re-map everything automatically. since they work totally different
Pages: 1 ... 3 4 5 6 [7] 8 9 10