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 ... 160 161 162 163 [164] 165 166 167 168 ... 171
4076
In what situation is it slow ? Normally it should be faster then Windows.

Copying HD to USB Memory Stick has an issue that in default mode it can be a bit slow. But tweaking the read/write stratergy will change that.

4077
Support and Feedback / Re: Tree View Font Size
« on: December 11, 2011, 16:22:42 »
It should use the same font and size that are set for the list view, but it looks like it has been broken.

I will put it on the list of things to fix.


4078
Support and Feedback / Re: I like the registry functionality!!
« on: December 10, 2011, 15:34:16 »
Thanks.

If you find that you wish you could do something with the registry. Let me know and I might be able to add that feature.


4079
That is very strange.

All tests I do here, it works.  Don't really know why it does not work for you. It should.

NTFS vs FAT only matters when comparing using time. There might be some daylight saving or timezone stuff effecting the FAT32 time.
because some files look to have an diff of exact 1h.. (but not sure since seconds is not shown)


4080
If it is the same MultiCommander.exe that is started it should stack them unless you change some option in Windows 7 telling it not to.

The default behavior in Windows 7  is to stack them. It is possible for window to opt out if that. And the only window that does that are the Copy progress windows and FileViewer window.

but the Main window should always be stack.
Unless Windows settings preventing it or if the two instances are not the same .exe from the same path.



4081
Support and Feedback / Re: User commands, hotkeys
« on: December 05, 2011, 19:19:45 »
Thanks ..

I will take a look at it.

4082
Support and Feedback / Re: Keyboard File Select
« on: December 04, 2011, 15:22:23 »
You can configure how keys typed in the explorer windows should be handled.

Menu > Configuration > Explorer Panel Settings > (tab) Layout > Keyboard Handling

You can tweak that in different way.
For example if you enable Quick Search, And set Search Keys to "letters only" and disable the search field.
You can start to type something and the focus item will move to the matching item.

If using the search filed. you can also move up/down to next matching file using arrow keys.


4083
Feature Requests and Suggestions / Re: language.
« on: December 04, 2011, 15:14:28 »
Since Multi Commmander is free there is no money to buy translations.

So new languages are only going to be added if someone is creating a translations them self.
And then sending me the language files, I will then include them into the next version.

(A tool for helping with creating translations is included with Multi Commander)

- Mathias



4084
Support and Feedback / Re: File operations
« on: December 02, 2011, 14:31:58 »
Did some tests on Windows XP. But was not able to get any errors.

4085
Support and Feedback / Re: File operations
« on: December 02, 2011, 11:36:45 »
2. Not sure if I understand what the problem is.. You get an error message when doing 'take ownership' on a file that you already are owner on ???
Yes. You're right. I was confused when tried it several times, because other admin-functions worked well. But then i applied it on the file which had other owner and got success.

Im not able to make it fail here. Might be a XP only issue. Will check XP later

4086
Support and Feedback / Re: File operations
« on: December 02, 2011, 10:47:37 »
1. I will investigate that

2. Not sure if I understand what the problem is.. You get an error message when doing 'take ownership' on a file that you already are owner on ???

4087
Script / Re: Toggle filter function
« on: November 26, 2011, 10:53:30 »
Va none beta version of 1.2.1 is planed for this weekend. (today or tomorrow)

4088
Script / Re: Toggle filter function
« on: November 22, 2011, 20:11:56 »
In the latest Beta RC (874)

this can work now.

Code: [Select]
@var $filter = "-*.log"
@var $currentFilter;
MC.Explorer.GetViewFilter
$currentFilter = $__CMDRESULT;

if(StrIsEqual($currentFilter, $filter))
{
  MC.Explorer.SetViewFilter FILTER="*.*"
}
else
{
  MC.Explorer.SetViewFilter FILTER={$filter}
}

4089
Latest Beta RC (874) should work better.

4090
Feature Requests and Suggestions / Re: Create New Tab on Double click
« on: November 22, 2011, 19:00:25 »
I been planing something like that. So it is coming.. :)


4091
Support and Feedback / Re: File Verifier (checksums)
« on: November 22, 2011, 18:47:42 »
1. Fixed (Build 874)

2. Fixed (Build 874)

3. Can not reproduce this. But have fixed a couple of gui issue. So that maybe fixed it.

4. Double click now works and context menu option for it added ( Build 874 )

4092
Support and Feedback / Re: File Verifier (checksums)
« on: November 22, 2011, 15:27:46 »
1. Ahh okey. Will take a look

2. Ahh multilanguage text for that text is missing..OKey will fix

3. That strange. That worked before. I will have a look.

4. Yes entering checksum for manual compare are a bit tricky. Click and wait is what it is called. I been planing to redesign the whole thing for a while so because of that I have not wanted to waste time changing sometime that would be change again soon.
But maybe I just add an "Edit Checksum" option to context menu for easier editing.

4093
Feature Requests and Suggestions / Re: Develop all nodes
« on: November 22, 2011, 15:19:48 »
So if you stand in C:\ in the FolderTree view it should expand the entire drive ?

That feature was left out on purpose, because it can have some really strange effect on the program with lockup and other stuff. in situation where you got lot of files and subfolders.




4094
Support and Feedback / Re: File Verifier (checksums)
« on: November 21, 2011, 22:08:02 »
1. Don't really understand what you are doing.

You create two md5 files. and then test them without the actual files there. ?

2. The value copied is the "Calculated" value. if it is empty

4095
It might in part. But it does not explain the extra selected files that are unique in one of the panel. ( unless you happen to select "newest and missing" options)

I do not have a FAT32 disk here at the moment so I can not test and confirm if that is the problem. But I will check it out.

I will see if there can be a way to modify the resolution of the time, if that turns out to be the issue.


4096
Strange.  I'm not able to make it fail. All the tests I do work.


You sure not the Grey files that are the selected one in the right panel ? :) Then it would fit.
Or "Compare Folders, Select Newest/Missing" would also fit.


When it compares date/time it checks down to the seconds.  So maybe that are different. ?
Are one of the panels on a disk that is FAT and the other NTFS ?  FAT have less time resolution on files. and same file on FAT vs NTFS can be different.



4097
It will selected the newest of the duplicated files/folders

if readme.txt is located in both left/right

The one of them that is the newest based on file date is then selected.

If you want to selected files that exists in both left and right then select "Compare Folders, Select Duplicates"


4098
Script / Re: Toggle filter function
« on: November 20, 2011, 22:33:28 »
No there is no "MC.Explorer.GetViewFilter" But sounds like a good idea to add.

I will add that to the next release.


(edit)
After thinking about it, It might not be so easy to fix. This "Custom commands" can not return sometime to the script engine.  Yet.
But I will see if i can figure out a solution for it.

4099
Support and Feedback / Re: File filter issue
« on: November 20, 2011, 22:31:04 »
This bug is fixed.

It will be available in v1.2.1 coming in a couple of days.
Or you can download the beta.. ( How to get beta )

4100
Support and Feedback / Re: Hangs-up while copying files
« on: November 20, 2011, 18:47:26 »
This is usually a hardware problem with usb device.. some devices does not support the optimized write settings.

You can try it using a different read/write strategy in the "Copy To" dialog by select "Options > Advanced " > Read/write Strategy
And there select the "Normal, Same disk" profile.

Normally it is the write strategy option "Use System cache" and "Use drive Cache" that makes it fails.





Pages: 1 ... 160 161 162 163 [164] 165 166 167 168 ... 171