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 ... 127 128 129 130 [131] 132 133 134 135 ... 172
3251
You press the disconnect button to eject a removal device. And if the ejected device is shown that view will change to first available drive letter. Usually C:\

3252
Support and Feedback / Re: Copy fails/stucks
« on: June 23, 2013, 12:50:03 »
That is strange because MC is using Windows subsystem to read/write bytes, Then it must be something else that locks it up.

But if you create a dump of MC when it hangs and sent it to me I can take a look at that and might be able to see what it waits for.

When the hang has happen start Task Manager, Go to the Details tab and right click on the MultiCommander.exe process and select "Create Dump File"

A path will be shown where task manager have saved the dump file..  (This path can be copied to the clipboard )
Since this file can be very big compress it with Zip or 7Zip or something and then upload it at
http://multicommander.com/upload/


3253
If you are running Explorer Style setup then the context menu is shown on right click.
With Commander styled setup it is on Right Button Click and Hold.. (Hold down for 2-3 sec) and on Double click with right button..

And yes the right click action will change when doing "Quick Look'n'Feel setup" but it also changes a lot of other settings.
(Just make sure that the settings panel is not opened when you do it. because the settings panel will not magically update it self )

Not sure that the issue with rename is. How are you renaming ?
This ways will do inline rename without popup..
Shift+F6  (Commander style)
Click and wait and then change the name
Rename action from the Context Menu

You can however get a popup message if there is a name conflict..


3254
Support and Feedback / Re: Copy fails/stucks
« on: June 23, 2013, 00:30:33 »
When this happens it is often a hardware, filesystem or driver issue.. (Or AV software or other program that hook it self into the subsystem, But not so likely.)

MC is using Windows to read/write data. and if Windows has problem reading/writing the data or something happens that prevent it from returning.
The copy operation will hang and it can not be aborted since MC is waiting for the Windows Subsystem to return.
You can press Ctrl+L and check the File Operation log for any errors but I guess you will not find any error there. (Because then you should have been shown a error window )

Also If windows is self has detected any error you might find information about that in the Windows Event Log (Use Event viewer, and look for errors in the Application and System log)

You can also use the "Resource Monitor" in Windows 7/8 to see if another program reads the same file.

3255
Im note able to repo it..  Must be because of permissions

3256
Maybe are is a permission problem. Normal Users account have limited access in C:\Program Files.
Try start MC as Admin so everything in MC get full access and not just the "retry as admin" that only allows some of the operations to run as admin.

3257
Not sure what the problem might be. 
Are you sure that the program is not running is some files are locked or that some other program locks them ?

If you do Ctrl+L you see a log window.. Look in the file operations log tab, it might give more information on why it is happening. also you can increse the loglevel so it logs more under
Menu > Configuration > Core Settings > Logging (Tab)

3258
I know there have sneaked in a stupid bug with filenames that use some special characters.
It has been fixed and a rerelease of 3.2 is coming soon. (v3.2.1)

3259
Support and Feedback / Re: Install corrupted b1430?
« on: June 19, 2013, 23:25:25 »
Don't think so.

3260
Support and Feedback / Re: Install corrupted b1430?
« on: June 19, 2013, 15:38:01 »
Very Strange.. Don't understand what can have happened.. But great that it works now.

3261
Support and Feedback / Re: Install corrupted b1430?
« on: June 19, 2013, 14:20:54 »
Very Strange

Something must be blocking it from being written.
If it was AV software then it should popup an say something.

You can download the portable version and unpack it in that location and then remove "config/MultiCommander.xml"
(Then it will not be configured as portable anymore, and should read your old config files stored under your user account )

3262
Support and Feedback / Re: Install corrupted b1430?
« on: June 19, 2013, 13:47:37 »
Maybe MC was not completely turned off when the update started? And it failed to replace files. ?
If it can not replace mcadmin.exe (or someother files. ) it is because either you do not have permission to delete the files or the progream is running or locked by some external program.

Delete all files inside the MultiCommander folder, and make sure everything is gone.
If you can not delete some files check process tab in taskmanager and makesure that the file is not running.

Then start "Program and features" from the control panel in Windows and select "MultiCommander" and right click on it on select "uninstall"
but since the file is gone it will say that it can not find it and you be asked if you want to remove it from the list. Say Yes, and it will be removed from the program list.
Uou can now reinstall MultiCommander again from the installer








3263
Script / Re: How to close all tabs?
« on: June 19, 2013, 08:16:09 »
For the next version I will add

Code: [Select]
MC.CloseAllTabs
MC.CloseAllTabs LEFTONLY
MC.CloseAllTabs RIGHTONLY

And since it is under the core "MC" namespace it will close ALL of them. Even search tabs or other extensions, and It does not need to be handled async.

3264
Support and Feedback / Re: windows 8 libraries
« on: June 19, 2013, 07:02:57 »
MC currently does not support virtual folders like libraries. Since they are not real folder. MC only shows the real layout of the filesystem.
But some support for the virtual folders are planed.

3265
Script / Re: How to close all tabs?
« on: June 19, 2013, 06:59:36 »
Hmm too bad..
Think is is because CloseAll is sent as an async operation. and since the script is running in main thread it is not processed until script ends.

3266
Script / Re: How to close all tabs?
« on: June 18, 2013, 21:42:12 »
Maybe

Code: [Select]
MC.Explorer.CloseAll
However, It closes all Explorer Panel tabs, It will not close Search tabs.

3267
Support and Feedback / Re: Problem with coloring files/folders
« on: June 14, 2013, 08:51:15 »
F2/F5 only refreshed the filesystem content. Not the colors.

(Just to clarify for everybody else, Rule based file coloring is still experimental and is still under development )

3268
Support and Feedback / Re: Problem with coloring files/folders
« on: June 13, 2013, 18:03:36 »
It does.. 
Code: [Select]
FileColoringRefresh(); resets all set colors

3269
Support and Feedback / Re: Problem with coloring files/folders
« on: June 13, 2013, 13:16:27 »
I know.. Right now it does not reset the assigned color when file item is changed.

3270
Yes. as I said. some keys can not be changed because of technical reasons. A workaround is to create a new command and from that command call the old internal command. And the map the new command to the key you want.

3271
Support and Feedback / Re: tabbed_startup.ini
« on: June 11, 2013, 06:51:32 »
It works when I tries it.

I used.

Code: [Select]
[PANEL_1]
Path=D:\
Side=L
ShowTree=1
Locked=0

[PANEL_2]
Path=C:\
Side=R
ShowTree=1
Locked=0

Then starting with

MultiCommander.exe -F=D:\Startup.ini


3272
  • Right click on column header and select set current layout as default. or go into column customization and change the with of the column.
  • Tab color can not be change at the moment.
  • In color customization make sure that "use file(folder) specified background colors" is set. Then the background color for every item can be overwritten
  • Like what the "insert" key does ? There is a "Toggle selection and move to next item" command. try assign space to that.
  • Ctrl+T is duplicate tab and if there is no tab to duplicate., It can not duplicate it. There is a command under Explorer Panel called "New - Explorer Panel". Assign a key to that and it add it for you
  • Dependsy. Some key combination does not work so good in some places because of technical issues.
  • Ctrl+F7 (for command styled setup) or you can change it. Or you can also use script to preload the search with options and filters.

3273
Support and Feedback / Re: tabbed_startup.ini
« on: June 10, 2013, 18:32:19 »
Strange..

Nothing with the startup and startup ini file has changed for a long time.
What version are you running ?. maybe something in the the startup is corrupt ?

3274
I know. As I said.. only basic functions included. And that include error checking and retry as admin stuff :)

3275
Beta Build 1425 now have Create And Edit file .

Only the basic function for this in included. A more feature rich version of this planned. Like possibility to create a file from an template and able to create other document types and so on. but that have to wait.



Pages: 1 ... 127 128 129 130 [131] 132 133 134 135 ... 172