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 ... 126 127 128 129 [130] 131 132 133 134 ... 189
3226
I am using Version 4.2 build 1672 64bit. Folder tree panel open on both sides.
I would like to resize the folder tree panel and have it remain wider than it starts out.
If MC is closed with the folder tree open, it will remember that and it size when opened next time.

When I do click on some folders it randomly goes back to its original width and remains that width
 unless I manually change it again.
Is there a way to lock the width I want it?
I'm not sure how you manage to get the folder tree to resize automatically. Because that is not something it can do.

Also, I created a set of custom columns under "Music". How do I use them?
I cannot enter anything in the "Autoload on filetype" box and the "Auto load on Path"
box will not allow me to add anything.
Autoload of filetype is not activated yet.
For the Autoload on path you enter  the path in the edit field below the list... and then press "Add" to add it to the list.
Check the checkbox if the path you add also should match against subpaths.  Press the X to remove the selected path in the list.

3227
Support and Feedback / Re: Invert Selection
« on: April 22, 2014, 21:13:03 »
I Know, This is a know issue, it is not a quick fix but will be fixed sometime. (maybe)

It is a side effect of running Windows Explorer styled key and mouse setup.. MC prioritizes Commander styled key/mouse set up, and fixing it in Explorer styled setup would break other things in Commander Styled.

3228
Support and Feedback / Re: Double lines in panel
« on: April 22, 2014, 18:11:00 »
Not able to recreate it.. I suspect that it is timing related issues.  Which can almost be impossible to fix with being able to recreate it

3229
Feature Requests and Suggestions / Re: Synchronized Browsing
« on: April 22, 2014, 15:30:30 »
If would have been if everything was hardcoded. But MC is built around a plugin architecture. And every tab is like its own application that is run inside the MC framework. So when you open 4 Explorer Panels you have 4 separate instances of the Explorer Panel running, And normally they do not know anything about each other.

3230
Strange. It works for me
I can't find any reason why it should not work for you..

That tree look really messed up.. you got drives inside V:  not sure how that can happen.

3231
It is kind of by design since the inserted volume is removed.
But it should come back when a new card is inserted.

(You can type :rdrive in the command line field to rebuild the drive lists.)




3232
I know. I still got it in my list.
It was not something that could be fixed quickly, So it got pushed, Because there was other issues that had higher priority.




3233
Support and Feedback / Re: Can't install v4.2.0.1671 x64
« on: April 21, 2014, 09:39:45 »
That is because it was not uninstalled correct and it is still registered inside Windows as a program that is installed
(So it will be shown in "Programs and Features" window where Windows list all installed software. )

Remove the registry key

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MultiCommander

or

HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MultiCommander

(depending on what kind of installation you had, Single User or All Users)

3234
Support and Feedback / Re: Can't install v4.2.0.1671 x64
« on: April 20, 2014, 10:24:09 »
If the uninstaller failed it can be because of that.

The uninstaller probably failed because MC was already running (or something else was locking the files), and if MC was running then the installerer can not replace the file.

Make sure MultiCommander is not running and that the uninstaller removed the files in  C:\Program Files\MultiCommander\
Or just use the MultiUpdate to update instead of doing a reinstall..(but if you already uninstalled that program might be removed.)


3235
Not sure I completely understand. But you can probably do that using MultiScript.

You got command like GetSourceFocusName() that returns the name of the file in focus. and from that you can extract the client ID. and build a target path that you then send to the MoveFile(...) command.

MultiScript - Get Source/Target file Functions
MultiScript - File system functions

3236
Beta Releases / Re: Multi Commander 4.2 Beta
« on: April 18, 2014, 17:15:14 »
Do other popup menus work ?

Nothing in the code with the favorites popup menu or the path field have change i in 4.2 or not even in 4.1.

The only way I can make the favorites popup menu go way. is if I change the mouse configuration for "Path Field" and set the action "Right click outside path item" to "No Action"


3237
Feature Requests and Suggestions / Re: Synchronized Browsing
« on: April 18, 2014, 12:26:14 »
It is on my list but it is not something that can be easily added so it is not at the top.

3238
Support and Feedback / Re: high CPU usage
« on: April 18, 2014, 12:24:48 »
I can't redo it..
how FTP act depends a lot of how closely the FTP Server follows the standard.  And the problem is that almost all ftp server do not follow the standard correct in some places.  So there often need to be workaround for some servers.

Do you have NOOP (AntiIdle) enabled when connecting  (that is the only own background work that FTP do) ?
Do you know what kind of FTP server you connecting to ?

3239
Beta Releases / Re: Multi Commander 4.2 Beta
« on: April 18, 2014, 02:07:13 »
I'm not able to recreate that problem and don't even understand how the menu does not even show up.
Only reason is if it can't read the config file and it things the action is "do nothing" But even without a config file that should not happen since the default are "do something"..

Whitelist ?  Are you running some kind of sandboxing ?
There are all kind of strange problem with those, I do not use them and do not test using them.

If you run the installed version you can test and see if you get the same issue with the portable version (they use the same binaries. but different default config)


3240
Support and Feedback / Re: Current selection as TC
« on: April 17, 2014, 13:58:51 »
In color settings in Explorer Panel.

Enable "Use File specified background colors" and "Use Folder specified background colors"
then select "Focus" item for file and folder, Disbale "Use Default background" and then set select background to use.

3241
Support and Feedback / Re: high CPU usage
« on: April 16, 2014, 15:47:54 »
Yes he can do that, And he might get some clues.
However, It is a debug output of internal works. I normally do not advice doing that, because it is a very very technical output and most people will not understand it and will then just copy and paste the log back into here.
And that will most of the time not give me much since that information alone does not say much, The log by it self  is a bit out of context, You often need the log together with other information and other logs.

3242
Support and Feedback / Re: high CPU usage
« on: April 16, 2014, 12:34:09 »
When files in a folder are changed Windows will notify MC about that. And MC will refresh the file or entire folder if needed. but normally entire folder is not needed. But A rescan should not use a lot of CPU, (Windows even cache it.)

I have no idea how it can use lots of CPU for you, because it can be many many different thing that causes it to be slow.
I'm not able to reproduce it, not even on my old slow machine.

You can try to disable things that are running in the background like not showing icons, not showing overlay icons, make sure you do not view in thumbnail mode. (since thumbnails are fetched in background) , Only show standard columns  (name,ext,size,date,attribute)
If there are a lot of .exe / .dll files in the folder the AntiVirus software might hook in the scan the file before the program can get the program icon.


3243
Beta Releases / Re: Multi Commander 4.2 Beta
« on: April 13, 2014, 15:16:09 »
It must be just you :) because it is still there. But you must right click on "empty" area.  (Unless you reconfigured in under mouse settings in the Explorer Panel)

3244
Feature Requests and Suggestions / Re: Improved FTP support
« on: April 10, 2014, 10:31:50 »
Very strange. I'm not able to recreate any of those issues.

But FTP is messy since all FTP Server works different and almost none of them are following the standard correct.
Might be that the FTP server is doing something that makes MC freak out.
What kind of FTP server is it connection do ? Do you connecting using FTP-SSL/TLS ? or normal FTP ?



3245
Translations And Language Packs / Language Changes for v4.1 > v4.2
« on: April 10, 2014, 10:17:15 »
v4.2 Release Candidate is now locked for new language changes.. here is a list of new language texts IDs for v4.2

Application - Multi Commander - ( MultiCommander_lang_en.xml )

Column Properties
Code: [Select]
C-518
C-519

Custom Command
Code: [Select]
U-140
U-141
U-142
U-145

Color rules dialog - Font style
Code: [Select]
D-2360
D-2361
D-2362
D-2363
D-2364

File attribute - Place Holder file (Win8.1+)
Code: [Select]
D-2417
Error texts
Code: [Select]
E-159
E-236

Settings
Code: [Select]
S-1443
S-1158
S-1244
S-1249
S-3292
S-3567

Hints texts
Code: [Select]
H-100-152

Application - Explorer Panel - ( ExplorerPanel_lang_en.xml )

Custom command
Code: [Select]
C - 95
C - 96
C - 109
C - 113
C - 114

Settings
Code: [Select]
S - 471
S - 660
S - 610

3246
Translations And Language Packs / Re: Tips of the day
« on: April 08, 2014, 11:08:42 »
The "Tip of the day" texts are not supported by the Multi-Language system so they can not be translated.

3247
Support and Feedback / Re: high CPU usage
« on: April 07, 2014, 18:00:06 »
According to the dump it is not doing anything, it is idle.
not processing icons, not processing extra file properties,

According to the dump there is no high cpu usage at the time the dump was created.

If it comes and goes, then maybe the dump was created just after it went away or something.

Is it only happening after disconnect from FTP ?  how do you disconnect ?. (pressing the disconnect button in the Explorer Panel ? )

3248
Support and Feedback / Re: high CPU usage
« on: April 07, 2014, 12:21:58 »
The only background work that MC do is fetching file icons and file properties for extended columns (if you have any of them showing) and file coloring
However 3de party shell extension can also hook it self into MC and do stuff.

What you can do is to create a dumpfile when it is happening from task manager and then upload it to http://multicommander.com/upload and I might be able to see what it is doing

3249
Forst of all I'm not familiar with the syntax you're giving me, but I copy and pased it in and it does indeed work as you said - when used alone. Where do I find a complete overview of syntax?
You need to check the "regex" box for it to use regular expression

I do get a problem though, when I try to add size less than 1 MB. Then I get no hit. It is like if adding size imply I'm searching for a file, but what I really want is all directories if all files added together is smaller than 1 MB.

I could of course do it by sorting directories by size with Shift Alt Enter, but then I wouldn't be able to manipulate the search with sub levels, dates and attributes.
No you cannot matching folder size in search. Folders by them self do not have a size.
You can list folder size in the Explorer panel by selecting files and selecting menu > tools > Calculate folder size

3250
Beta Releases / Re: Multi Commander 4.2 Beta
« on: April 05, 2014, 14:39:14 »
New MultiScript functions

<str> PathMakeRelativeMC( <str> )

Convert path to a relative path. (Relative to where MC is installed)

<str> PathMakeAbsoluteMC(<str>)

Convert a relative to absolute path. (the relative path is assumes to be relative to MC)

<str> PathTranslatePath(<str>)

Translate path, Support both Relative to absolute and environmental tags ( eg %WINDIR% ) and ${mcpath} tag

<str> TranslateEnvString( <str> )

Translate a string that have environmental tags in it.
"Path to Windows is : %WINDIR%" => "Path to Windows is : C:\Windows"


Pages: 1 ... 126 127 128 129 [130] 131 132 133 134 ... 189