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 6 ... 172
26
Support and Feedback / Re: Quicklook - nearly works
« on: February 12, 2024, 23:19:52 »
MC got its own preview panel, and there you can preview images/pdf and more insida a tab..
This does not work properly. All my PDFs are displayed as empty, and while testing, MultiCommander crashed and was killed. DXF files are also very important for the preview. It would be better to completely remove the feature, as it is not usable in its current state.

Strange . Works perfectly for me. previewing PDFs daily. but it depend on the PDF viewer.. might be some none default pdf preview handler that is installed that works differently.
PDF / Word / Excel and some other format are depend on that there is a Windows Preview Handler installed for that format. MC do not render them by it self
There is not any noticeably amount of crashes for the preview. So if a crash report is sent. let me know the crash id. and I can take a manual look.
Also if you have a WindowsPreviewHandler installed for DXF you need to add it to allowed file types for MC to pick it up.

27
Support and Feedback / Re: Quicklook - nearly works
« on: February 12, 2024, 23:08:20 »
QuickLook does not know when the focus of a file in MC changes.

Indeed, so my question is probably, "is there a way to politely request MC to pass that info to QL" - after all, many file managers manage to do it (Windows, but also many of the *Commander and a slate of others - see https://github.com/QL-Win/QuickLook/wiki/File-Managers ). There may be profound technical reasons, of course, but at face value it does not sound implausible or unfeasible, I was wondering whether I had maybe overlooked an obvious setting.


Only FM that manage to do it is Windows. None of the other 3rd party filemanager can do that from what I see. Don't see any API for 3rd party tools
That it might work in Windows explorer is becuse I think they probably hook them self into the preview handler or into the shell.

28
Support and Feedback / Re: Quicklook - nearly works
« on: February 12, 2024, 18:57:53 »
QuickLook does not know when the focus of a file in MC changes.

MC got its own preview panel, and there you can preview images/pdf and more insida a tab.. That will update when focus changes. It might not be as extension av quicklook



29
Support and Feedback / Re: Flashing
« on: February 10, 2024, 19:16:01 »
Here is a video demoing it. I am not sure either, I thought I would report it anyway, maybe some others users might have the same issue, they can follow up here.

It is really a minor issue. How often are your opening new tabs..  :) annoying yes. but does not really affect the functions. :)
Also, I cannot check why it is happening since I cannot reproduce it.

30
Support and Feedback / Re: Flashing
« on: February 10, 2024, 10:07:34 »
I cannot recreate this.. And it is not the dubble buffer things, everything is drawn using that. That is standard.
The thing is that Windows do not really support darkmode of their old UI layer. and when a new window area is created. It is always white before it is redrawn. Normally there are no refresh of the UI between this. So you will not see it.
So not sure why it happening for you. Might be that you gfx card are too fast or something. I don't know. I cannot test it since I cannot recreate it

31
How do I save the panel/tab widths to always be the same size when I open MC? I tried clicking on header to 'Save current layout as defaults'. Not working.
Also, have the 'Save on exit' ticked.
Also have the 'Remember split size between restarts' ticked. Not working.
It always opens in the same way, and I have to make the columns bigger.
Thanks.
The split size is not save if you totally or almost hide one of the panels.

32
When  unzip and overwrite the original version, SessionConfig will overwrite the original configuration.
Don't do that. use the MultiUpdate tool to upgrade..

33
Not sure what you mean ?

34
Feature Requests and Suggestions / Re: Support for iso files
« on: January 29, 2024, 07:36:07 »
7Zip the program (their FileManager) and support for .7z algorithm are different.  MC support .7z files, the 7Zip algorithm.
ISO file are something totally different. it is a RAW image of a disk or CD/DVD.

But since Windows 7, you can just mount ISO file in Windows, and a drive letter is assigned to it, and any program can read from them.

35
Alright, thanks for clarifying ! :D
P.S: I tested, it doesn't work on WAV. But that's O.K.
Right now MC only allow .mp3 files. so MC block any other file at the moment..  But I think the Windows Audio Engine support Wav.. But I have not checked what formats it supports yet.

36
I Know..  it is haft there..
however File > Play audio works.. it wil play file mp3 file in focus..
but only for mp3 for now.. not sure if wav will work. using build in support for windows for it. Might be that Wav is also support. Have not checked yet

37
Beta Releases / Re: v13.5 Issues
« on: January 26, 2024, 15:37:41 »
Should be fixed in 2983 that is now published.

38
Beta Releases / Re: Re: v13.5 Issues
« on: January 26, 2024, 15:07:28 »
Not exactly the right thread but using MC 13.5 b2982 x64 W11 I'm seeing MC refuse to open .rars.

Otherwise so far so good ;)
Thanks for your continuing work Mathias

Ahh F...!!!  I know what I missed.. I will fix and re-Release..

39
I reassigned Rename from default Shift+F6 to F2. At the first launch after update to 13.4 both shortcuts stopped working. And AFAIR Rename item disappeared from the keyboard customization dialog (but I'm not sure). But I was unable to find there neither F2 nor Shift+F6. After restart everything came back to normal state.

Sound like it is a race condition.. file is already loaded into Windows cache the second time and the loading goes faster, so it able to load the file before it setups the commands..

40
Beta Releases / Re: v13.4 Beta
« on: January 25, 2024, 20:22:47 »
I don't want to create new topic...

Hang on exit still an issue, I guess maybe 4 of 5 exits leave the window hanging & unresponsive.

For me it still exists. And it seemingly doesn't depend on antivirus. IIRC it started happening since v13

The dumps I seen about it, then MC is waiting for windows to close down file change monitoring on some path. So it might be that it is some path to some special locations that cause an issue ?
Not sure if it hangs in same place for you.  But I haven't seen anything other reason.. yet..

I have never been able to reproduce it my self. So There must be something special with some peoples system that make Windows take long time unregister folders for change monitoring..


41
Is it all keys or some ?
I have not been able to reproduce it.  But it loads keys and other things parallel during start up so it can be a race condition.. it can be that some commands are setup before all customized keys are finished loaded. I will move around so customized keys are loaded earlier for the next release.

42
Support and Feedback / Re: right click menu issue
« on: January 07, 2024, 09:48:01 »
Not much for MC to do about that. MC do not have any control of the standard windows option. They are all handled by Windows.
It is up the shell extension that adds them to the menu to handle the execution of the command. and some shell extension require that the calling app is a Windows Shell window. and MC is not built on top of that.


43
Support and Feedback / Re: Disable "Copy dropped files" dialog
« on: January 06, 2024, 09:21:17 »
Maybe it is not files you are dragging. Some program send drag and drop data as special things that are not handled as files.. drops like that are handled different and is not a normal file copy

44
Support and Feedback / Re: Disable "Copy dropped files" dialog
« on: January 06, 2024, 00:37:30 »
I cannot replicate that.. I works when I try it.
Sure you have uncheck the option in drag and drop settings ?

45
Support and Feedback / Re: Disable "Copy dropped files" dialog
« on: January 05, 2024, 13:50:39 »
Look at

Core Settings > FileSystem (tab) > Drag an Drop fileoperation

46
Support and Feedback / Re: How to disable preview?
« on: December 22, 2023, 09:48:56 »
It is NOT ON by default.. you have to click icon on toolbar or press hot key to activate it. and it will not stay on between restarts.
The data preview is not something you use 100%.  You click to active it. when you need it.
And you can clear the hotkey mapping of you use that hotkey for activating it for other things
So I don't understand what issue you have with it since it not enabled by default.

47
Beta Releases / v13.4 Beta
« on: December 15, 2023, 13:25:16 »
v13.4 Beta Release

+32 Changes
-- 2974 ( 22-Dec-2023 )
 FIXED - Restored Tab are now opening in the correct tab location

-- 2973 ( 22-Dec-2023 )
 ADDED - Support for restoring closed tab. Right click on Tab area to get popup list
 CHANGE- Code clean up and code restructre, (prepare for future new features)
 FIXED - 2 Stability issue

-- 2971 ( 15-Dec-2023 )
 CHANGE- LogView (Ctrl+L) will now be in unicode so Chinese, Japanese characters are show correctly
 CHANGE- Logfile will now write in unicode so Chinese, Japanese are written correctly
 CHANGE- Upgrade of 3rd party frameworks used
 CHANGE- Lot of code cleanup
 FIXED - View file from password protected zip now works again
 FIXED - 7 Stability issues

 

48
Support and Feedback / Re: right menu lost "new text doc"
« on: December 15, 2023, 09:23:31 »
Look like Microsoft change how some items are registered. On my Win11 it works. I have not had time to dig into what exactly is different on some system.

However a faster way to create a new empty file is to write "cf <filename>" in the command line field. A empty file with that name is then created

Also searching online you will find ways to add it the Win10 way.

49
Support and Feedback / Re: Optimization in List view
« on: December 12, 2023, 13:21:04 »
It is important to quckly see date, time, size in the footer of the panel for List view, always in exactly the same spot.
Other older orthodox file managers had this implemented 30 years ago. So there was a use for it. It is not so practical for users to keep changing the view to see what they should see without changing anything.

See, that is how open sourcing would help the project. MC is nice and there is a lot that could be praised about it. But it is the vision of one man. It is what you want, not what people want. Open sourcing would make it (in time, of course) what you want AND what I want AND what others want. And this would bring maturity to the project.

In the upper right side of this forum I see "File Managment For Professionals". So maturity is to be expected from MC. By the way, there is a spelling error in that.

Then use detailed mode. :) it is much better anyway. I never use List view..(maybe why it lack features.. I never use it my self. ;) )
also many other might have had that a long time. But MC also had many things they do not have.

Open source would not help. As I said.. Nobody would contribute a major things that require architectural changes of the code.
Even if there was somebody willing to do it. it would require me LOTS of work do transfer everything to be open source.. and that is time that do not exists

However.... It is actually on the list.. but time is limited and it been pushed down. But some of the architectural changes are now done when Preview handing was added in previous releases so now it higher possibility for it to show up.

And Yes there are many spelling errors I know :)  If I ever get the time I will fix them. Right now the time I can spend on this is very limited.

50
Support and Feedback / Re: Optimization in List view
« on: December 12, 2023, 11:30:00 »
When panel is in List view, it is important to be able to see date, time and size for files under cursor. MC does not do that by default. Can it be configured?
That was detailed mode are for. so currently not there in list view
You can enable hover preview or preview panel, then that info is shown there

Pages: 1 [2] 3 4 5 6 ... 172