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 ... 150 151 152 153 [154] 155 156 157 158 ... 171
3826
Support and Feedback / Re: UserDefinedCommands.xml
« on: June 29, 2012, 09:22:29 »
Thanks, I will look into that.

3827
Support and Feedback / Re: Virus/Malware in the package?
« on: June 29, 2012, 09:21:23 »
Looks like the AV Forti report it as having a virus. (which is false)

And the virus is an old one and only 1 of 42 AV ( https://www.virustotal.com ) software report it as having a problem.
so it is defiantly a false positive error for the Forti AV. Since the virus it reports is old, If it was true that it had that virus then all of the AV software there would report a problem.

Will see if I can find a mail to Forti to let them know about the false positive, So they can update there signatures.

Might be enough to just rebuild the affected file.


3828
Support and Feedback / Re: Virus/Malware in the package?
« on: June 29, 2012, 08:29:42 »
You must be getting a false positive.

I have tested it with 3 AntiVirus software and they do not find any problem.

What Antivirus program do you run ?

EST NOD32 - OK
Microsoft Security Essentials - OK
Symantec - OK 

3829
If the filter based coloring also can match if a file is in focus/select then Yes, you might be able to use the filter based colors instead of the separate file/folder selected/normal/.. settings,

But I think the current coloring will still be there as a base. and used by default. Maybe make it so they can be disabled if you only want to use the filter based. 
I do not want to replace the current way with the filter based, because filter based colors is a lot slower. I notice that already with the color you can set based on file name. So I made it do the coloring in the background, so that it would not hold up the GUI.


3830
Support and Feedback / Re: Line numbers in multiviewer
« on: June 28, 2012, 21:26:34 »
You where right. It looked better.. Fixed in v2.5.1

3831
Support and Feedback / Re: Listview mode improvement
« on: June 28, 2012, 21:25:47 »
v2.5.1 handles this better. you should now always see the extension in LIST mode when having the Extension option "Filename with right aligned extension"

3832
Support and Feedback / Re: Show hidden files and folders?
« on: June 28, 2012, 21:23:27 »
Is it possible to toggle this settings via custom commands?
I haven't found a way.
in v2.5.1 is now is

MC.CmdLineRun CMD=":showhidden"

3833
Support and Feedback / Re: aliases bug
« on: June 28, 2012, 21:22:14 »
This is fixed in v2.5.1 (1114)

3834
The color item by filter rules is still in design and planing stage.

I had some plans for this (grayed out) on system/hidden files. But had some problem with it. But it was a long time ago, So that might be possible to add now.

But there are also some other problems that must be consider when adding grey out. What color to use? Should the color be configurable? or should it just use a lighter then the default color? if the default color already is white, should it make it darken then? or should it change the font to italic or bold? or should that be an option? or... or...

But I have it on my list and will do some test later to see how it can work.

3835
Quality loss all depend on the icon, and most file / folder icons are fetched from the file so the quality is up the file, but there are a couple of file/folder icons that MC are providing. This icons must fixed.

But it is planed. But it is not just to change so it gets icon of size 24 instead of 16. There are also a lot of other fixes and changes to the icon system that are needed. And if icons are scaled there might be a performance issue. and the icons are used in many places and all places need to handle the new icon size.

24/48 icons have not had high prio since most user wanted to have 16 size icons since they wanted to be able to show as many files as possible.
But with the rise of user that are using high DPI mode then the need for more sizes have gone up.

3836
24 and 48 is planed for the files and folder icons.

But kind of same issue here as with toolbar icon sizes... some file/folders icons is not supported in that size. However their are fewer icons for the file/folders then for the toolbar that needs fixing, So It might be easier to fix them.

3837
Large 32x32 is planed.
24 is a problem, The icons only exists as 16 and 32 sizes. And scaling 32 down to 24 is ugly.


3838
Im not able to recreate the problem.

And it is hard to say what the problem can be.

When you copy using ctrl+c , ctrl+v the copying is handled by Windows it self and not MC, and MC has to rely on Windows to notify MC that the file system have changed, This often happens if the target is a network device, But can also happen in other situations.
It can also fail if MC has lost the notification hookup to the system. But happens mostly only on network devices.

You can always force a refresh with F2. (If running commander styled key setup)

3839
Men > Configuration > Explorer Panel Settings

(Tab) Layout

File Extension : [ Both in filename and ext field ]

3840
Support and Feedback / Re: Compressed files handling
« on: June 28, 2012, 14:02:15 »
If you do not want MC at all to support any 7Zip (pack/unpack/browse) you can disable the FS-7ZIP plugin (restart mc afterwards)

If you only want to remove so that the .7z (7zip) file extension is not handled as a virtual filesystem by MC  then you need remove so that FS-Zip does not register it self as handler for .7z

In the Configuration > Manage Plugin and Extensions -> FileSystem Plugins.

Select FS-7Zip then click on Option
then double click on 7z in the list and click on remove. And close and save changes and restart MC.

Now .7z file will not be handled as virtual filesystem and if you click on them they will be launch, and if 7Zip is installed it should open it that.


3841
Support and Feedback / Re: View Filter
« on: June 28, 2012, 13:52:08 »
Yes. That is wrong. The commands are not localized. I will fix that.

3842
whops..  that is a typo..  :) thanks. will fix that

3843
Yes.
V2.5 ended up using some of the FatCow icons. unfortunately they are only 16 and 32 sizes. but that has to be enough for now.
I would like to have more sizes in the future to support high DPI mode better.

3844
You can.
In Explorer Panel Settings under the Color tab you can enable "Alternating background color"

3845
Support and Feedback / Re: Map drive in MC?
« on: June 25, 2012, 21:10:54 »
Ahh ok..

Well you can always using scripting that use the net.exe command.

net use z: \\computer\c$

3846
Support and Feedback / Re: Map drive in MC?
« on: June 25, 2012, 18:33:46 »
it is not a button..
When you list the content of a network server the path for that server is "\\<servername>", and then it will list all network shares on that server.
And then in the context menu for a network share you have that option.


3847
Support and Feedback / Re: Map drive in MC?
« on: June 25, 2012, 17:21:49 »
If you go to "\\Server" and right click on a share you have "Map network drive..."


3848
Feature Requests and Suggestions / Re: Hey Mathias!
« on: June 25, 2012, 14:56:28 »
Yes a preview panel being planed. It will be able to show images and file content and more in a panel. Exactly how it will work is not decided yet.

3849
Support and Feedback / Re: Manage Aliases - Resize column bug
« on: June 25, 2012, 10:33:44 »
If it helps I can uninstall MC in one of them and install it again with the default settings and see what happens

No, I do not think so.

I do get the second column to auto expand over the entire area so first column goes away. But I don't get it until I try to resize the column.
I suspect it is the same issue. But on you machine something is triggering the resize automatically.



3850
Support and Feedback / Re: aliases bug
« on: June 23, 2012, 23:28:24 »
Strange, Might be because of some settings in MC or OS. I will see if I can recreate ut someway

Pages: 1 ... 150 151 152 153 [154] 155 156 157 158 ... 171