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 ... 172
3826
Support and Feedback / Re: Select files with shift-click
« on: July 03, 2012, 13:31:32 »
Im not able to see that behavior.
So It might depend on your setup..


Did not see your last line, where you said you already fixed it :) good that it got solved.

3827
..\ paths should work. It does not convert the path to a relative path by it self, but typing one should work.
The Icon path is relative to where MultiCommander.exe is located.

It was planed to add better relative path support with tags and buttons to convert. But I did not have had the time, So that bit was pushed to the future

3828
Tips and Tricks / Internal CommandLine commands
« on: July 01, 2012, 14:49:02 »
The Command line field support some special internal commands.

*<external program>Start a external program as administrator, Eg "*cmd" starts a admin prompt at current path
!<cmd / path>Normally Multi Commander will go to a path if it is enterd, Typing ! infront of the path will force the path/cmd to be opened by Windows Shell
cd <path>Change directory
mkdir <path>Create Folder
cf <file>Create a new empty file
alias <name>=<expanded to>Create a new alias, eg "alias d=d:\bin"
alias2 <name>Create a new alias for current path, eg "alias2 d"
topmost 1Change Multi Commander from being a always ontop. Use 1 to enable, else it will disable it
addlanguageUsed to add support for another language so that you can create new translations
importcmdUsed to import a script command fast.
dbg fologEnable full file operations logging
dbg fslogEnable full file system logging
dbg applogEnable fullapplication logging
:saveSave all autoload settings for all tabs. Same save that is done before exit.
:showhiddenChange the settings to show all system and hidden files
:hidehiddenChange the settings to hide all system and hidden files
:goappGo to the path where Multi Commander is started from
:userdataGo to the path under the user account where Multi Commander saves data
:gomcregGo to the path in registry used by Multi Commander
:gologGo to the path where Multi Commander stored the log files
:goconfigGo to the path where Multi Commander read/write the settings files.

Since v2.7 the following is also available

:boxGo to the location where you have your DropBox folder. (If you have DropBox installed)
:skyGo to the location where you have your SkyDrive folder. (If you have SkyDrive installed)
:deskGo to the desktop
:dlGo to the Windows Download folder (No available on Windows XP/2003)
:ctcClear Thumbnail Cache - Will remove all thumbnail cache information stored in memory

3829
Your Topic "What do YOU want to see in the next major version" does not contain "REPLY" button.
You have the replay button in above the post to the right.

But anyway I would suggest that the customization files need to be simplified. If possible they sould be merged into one file.
I don't understand. you mean the settings ? what settings ? all of them ?


3830
Im currently compiling the result of the request here and from mail and will post the shortly.
First I want to comment on some of the issue and suggestions named here. some of them are just bugs and some are fixed in v2.5.1

- maybe I was too lazy, but with "File Search" I was not able to find a specific text within multiple binary files, or maybe this a problem with File Search and not MultiCommander

This is a bug. And if you can provide me with a example case where this can be recreated I will look into that.

2. an easy way to select non consecutive files using the keyboard
for e.g. in win explorer you hold down the ctl key, then move down with arrow key and select individual files with space key

3. an option in picture tools to resize or compress
either in terms of percentage (10 - 30 - 50 %) or in a few predefined resolutions  (small - medium - large)

4. change of the arrow behavior during rename function
I explain.  after you press "rename" or f2, the selected ......
2. Im note sure what you mean with this.

3. You mean like a quick zoom feature. pressing shortcut x and it wlil got to 10% and pressing y it will got to 20 % ?
Or do you mean that it should resize and save the image to disk ?

4. This is fixed in v2.5.1

- also drive drop down list and icons on the right (parent folder, root, ...) are too big

- scrolling file list with elantech touchpad is impossible. I dont know the reason, but scrolling in all other applications is working fine except in multicommander. I dont have another laptop to test on, so I dont know if other touchpad brands work better.

Icons are to big ? really they are 16x16. All other complains have been that they are too small.

scrolling, Well I don't really know why this is happening. I do not have a device like that so I can not test it.
Anyone else have this problem ?

- Custom icons for filetypes (File Type Setup) - with relative paths support
- Drive buttons instead of drive drop-down (explorer panel)
- Fix: "${mcinstallpath}" is inserted in the File Type Setup if you click on "${mcpath}"
- Removal of inactive frame border (explorer panel) - kinda annoying, feels like the inactive panel is active

Custom icons for the filetype, Hmm Might be possible to add. But with if you got .txt defined for a viewer and another for editor. what icon should it show ?

Drive Buttons can be shown in the explorer panel. but the drive dropdown will also be there. But a request to make that optional is on the list

${mcpath} problem is fixed in v2.5.1

A test for removal av the active border highlighting has been added in v2.5.1
type the command ":activeframe_disable" in the command line field to activate it (it will NOT remember the state between restart at the moment)
Is this what you looking ?

3. Allow multiscript to execute internal and custom commands (those created via User Defined Commands).
As i see now it is impossible to execute e.g. Edit action from a script.

3. Added in v2.5
Code: [Select]
MC.RunUserCmd and
Code: [Select]
MC.RunCmd
be careful so you do not create a script that call it self. :)

in v2.5.1
Code: [Select]
MC.Edit , MC.View  was added.

List of Custom Commands are now in the doc. (all descriptions not 100% done yet)


3831
Support and Feedback / Re: Virus/Malware in the package?
« on: June 29, 2012, 18:52:56 »
I rebuilt and replace the 1114 build with 1115. The false alert is now gone.

3832
Support and Feedback / Re: Compressed files handling
« on: June 29, 2012, 17:05:03 »
Nooo.. I don't think so..  I tried it before and it worked..  :)

Maybe you forgot to press save ? :)


3833
Support and Feedback / Re: Compressed files handling
« on: June 29, 2012, 16:11:59 »
Disable is more like 'do not load'. But as they are built in. They are always there. There is no way to not load something that is built it.

If I get the time I might redesign the loading process to take care of it.

3834
Support and Feedback / Re: Compressed files handling
« on: June 29, 2012, 16:00:57 »
Disable by checkbox might not work for built in extensions..

3835
Support and Feedback / Re: Compressed files handling
« on: June 29, 2012, 15:56:22 »
FS-7ZIP is a plugin to..  You can remove this too.

But Zip/Tar/gz/Bz2 is built in.

But you can do what I sad as a second option
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.

.. Change that for all plugin that you do not want MC to support as virtual filesystems




3836
Some caching can of course be done. But it might slow down the navigation speed when going fast in/out of folders before color data has been cached.

But when filtered coloring is implemented. Then I will notice how fast it is and if the normal should be removed or change or whatever.

I also think that filtered coloring is harder to configure. It is also easy to make error. easy to create conflicting rules.

But Im going to start with just adding filtered coloring, and then we can see if it works good, so that the standard coloring can be disabled or changed.


3837
Support and Feedback / Re: Virus/Malware in the package?
« on: June 29, 2012, 10:23:17 »
The virus is being report for the file : USBStart.dat  (Btw It still does not contain any virus )
(This file is not included in the Update package . only full installer )

This is a small 32kb file that is used to launch MC from USB. (When you install MC on USB you can choose to get a StartMC.exe in the root, that file is USBStart.dat but with the relative path to MC included inside that file)

That file is optimized to be as small as possible. and it is probably why it gets tagged.

3838
Support and Feedback / Re: UserDefinedCommands.xml
« on: June 29, 2012, 09:22:29 »
Thanks, I will look into that.

3839
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.


3840
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 

3841
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.


3842
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

3843
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"

3844
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"

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

3846
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.

3847
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.

3848
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.

3849
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.


3850
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)

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