Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Mathias (Author)

Pages: [1] 2 3 4 5 ... 189
1
Support and Feedback / Re: tabs in dark mode
« on: Today at 15:05:56 »
Core Settings > Color
Check "Solid color" for all the tabs.

Normally that should be default..

2
MC will open in the same position it was opened before.. Window Position is rememberd when you close MC

3
Problem is that a lock would only prevent user from changing them. If MC do it in some situation that would not be prevented by a lock.
So the question is really.  In what situation does MC changes the size when it should not. ? Because that is probably a bug. Since MC should not resize if AutoSize is turned off.

Valid. Yeah I never drag the columns, but somehow MC always changes them when navigating to and fro tabs. Perhaps it's a bug I'am not 100% certain.


Well I cant replicate that. But if you find a situation when it changes the size by it self let me know and I can take a look.

4
Not sure about size, but sort order is often changed after search
Where is it changed ? Source panel ? target ?  I can't see that it change any opened tabs.
Because when a search happen.. new tab with RESx is opened, and new tab default to sort by first column. It the default for new tab.


5
I would like to clarify my suggestion: I would ideally like an option on right-click menu of the Columns to Lock them into Place, preventing User or MC from resizing/ dragging/ modifying their sizes ! MC keeps randomly squashing the Columns together & I have to Restore them using Defaults everytime ! See attached screenshot please ! This would help me a lot.

P.S: Then again I can understand if this cannot be implemented as "My Pictures", "Music" folder etc. uses different Columns than the default folders, so it's alright I'll let it rest for now…

Problem is that a lock would only prevent user from changing them. If MC do it in some situation that would not be prevented by a lock.
So the question is really.  In what situation does MC changes the size when it should not. ? Because that is probably a bug. Since MC should not resize if AutoSize is turned off.

6
Ahh that settings. forgot that it exists.. Ok I will check it out.

7
Support and Feedback / Re: Erklärung Dateiname
« on: June 23, 2025, 10:09:17 »
You can turn in off is it is not shown in the UI

Menu > Configuration > Explorer Panel Settings > Display (tab)
Under the section "Sorting and Columns"

Uncheck the option "Show link target in name column"

8
Support and Feedback / Re: Erklärung Dateiname
« on: June 23, 2025, 10:06:01 »
I can copy paste and translate on google.. but I don't have the time to mess with that and this forum is on english so most people looking for issues can read it.

'J' is Junction.. 'S' is SymLink..  that are different type of links on the filesystem that redirect to another file/folder
The path shown after the J/S is what the links goes to..

So for you
The Folder named "Cookies" it a link of junction type that points to "C:\Users\Joschik\AppData\Local\........."

9
Support and Feedback / Re: Erklärung Dateiname
« on: June 23, 2025, 09:34:15 »
This forum is in English please. I don't understand what you writing

10
Support and Feedback / Re: Erklärung Dateiname
« on: June 23, 2025, 09:21:32 »
??

11
I can't replicate that. I don't even get a confirm dialog.

* I Set file attribute to ReadOnly,
* Enter inline rename of file
* Change the name
* press return to confirm filename
* It gets renamed and no dialog is shown

I don't get any confirm dialog or anything. Not even Windows Explorer show anything when renaming file with ReadOnly attributre.. ReadOnly attribute does not prevent renaming so not sure why it is showing a dialog for you.

What do you do to trigger it?



12
Support and Feedback / Re: it always takes so long
« on: June 17, 2025, 07:48:02 »
it is always enabled by default. you need to disable it.

13
Support and Feedback / Re: it always takes so long
« on: June 16, 2025, 22:21:19 »
When you activate MC it will refresh the filelist. And after sleep network connection has gone done..
So If MC is showing a network shares, Then it will take a while before Windows timeout and lets MC know that it is not available anymore. And if it is available it can takes some time because Windows need to login and initialize a new connection to the server (but that of often quite fast)

You can turn off so MC does not auto refresh when you active the MC app.. Then you might have a chance to navigate away to some other location.
However. It will prevent some automatic refresh of the filelist view in MC.

Core Settings > FileSystem(tab) > Tweaking.
Then Uncheck "FileSystem Refresh > "Refresh tabs when application focus is returned"


14
I find no issue deleting folders with readonly attribures. MC will try to remove the readonly/system attributes that normally prevents deletes when deleting.

So I can't replicate it

15
I don't have FF.  I can't reproduce that.
 
There was no error before that, that it failed to delete some files in the folder ? Is the folder empty?
Is the folder a real folder ? or special virtual files that FF hook into to do special stuff with?

16
Then there must still be some file or folder inside, and it can't delete it because it is not empty.
Probably some files or subfolder that it was not able to delete because of some reason. Normally you get an error dialog about that. Unless you told it to continue on error.. Anyway the FileOperation log should have printed out the error

17
Beta Releases / Re: 15.5 Beta
« on: June 12, 2025, 22:56:25 »
The Syntax file is not replaced if you had some changes to the file..  to avoid overriding user changes..
But if you press the "*" button there. It will reset all of them.. 

18
I don't understand.

If you select to view the filelist in detail mode it will switch the view to detail view. You say automatic,  But selecting it to show the filelist as detail list is a manual things so what is automatic ?
You want it to automatically know when you want it in detaul vs listmode and select that by it self ?

19
So if Auto Size columns is off then the column sizes are fixed and do not auto resize..  They are locked.
So than I don't understand what you want to toggle.

20
So if you turn off "AutoFit columns to view width" in Explorer Panel Settings. Then resize the column and select "Save current layout as default"
Then columns will not auto size. and if they do not fit in view you get a scroll bar

21
So fixed column size ? no matter how you resize the window ?


22
Not able to reproduce it. But it sounds like a race condition. That it builds the menu before it has finished loading the TabSession data.
That can happend because during startup MC loads lots of things in parallell. And TabSession is loaded a lot sooner than building the menu. But since things are happening in parallell, then maybe on a system with less cores it takes longer for it to load it and it reach building menu too soon.

There should be a check for it so it waits. But sounds like it missing in some situation. I will check.

Sined they are visible in the Manage Session Windows.. They should pop back if you do something that will re-save them. Because then it will trigger a rebuild of the session menu.

23
Hmm problem is that MC does not have much of control over what is added there

MC creates a Popup Menu. Then tells the Windows to fill it with items. according to the list of file items that are also sent to it.

Since there is a reg hack to add this to Windows Explorer. It might be that explorer is also adding this manual to the list. and not via the shell context menu system.
MC might be able to too that. But then it will be under the MultiCommander menu. But currently I have no idea how to do that 'manually'

24
Very strange because there was no change around that in last beta.

25
Fix so sorting is saved and fixed so delete also deleted the item from the actual list. (not just UI)

Pages: [1] 2 3 4 5 ... 189