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 ... 161 162 163 164 [165] 166 167 168 169 ... 189
4101
Feature Requests and Suggestions / Re: Develop all nodes
« on: October 02, 2012, 13:58:14 »
It work like that because of performance reason. Else it would have to look in all subfolder and check if they really are empty or not, and that would hurt performance a bit.
I do not think I will change that behavior.



4102
This settings should not disable tooltips..
No. I mean tooltip for this option in settings tab.
Ahh Yes, The wrong version of the settings layout file got into the beta. But it is fixed. So in the release version it will show the tooltip

4103
Is it normal that hint (popup tooltip) is not displayed for this option? I think it should.
This settings should not disable tooltips..

4104
In the latest beta (build1196) you now have an option to "Auto select file/folder when hovering over it" (Explorer Panel settings , Mouse tab)

4105
Support and Feedback / Re: make a copy of a file
« on: September 28, 2012, 09:39:50 »
It will only be .bak if you press enter. you can change it. But if you want to automate it you can do it with script.

The easiest script would be to call Ctrl+C followed by Ctrl+V

( The ID command is found in Keyboard customization dialog )

Command Type : MultiScript
Code: [Select]
// Run Edit->Copy
MC.RunCmd ID=Core.1311

// Run Edit->Paste
MC.RunCmd ID=Core.1312


4106
Support and Feedback / Re: make a copy of a file
« on: September 28, 2012, 08:12:33 »
Menu > File > Copy (Quick)
or Shift +F5 (if running commder styled key setup)


4107
Feature Requests and Suggestions / Re: starting on the left panel
« on: September 23, 2012, 15:08:45 »
Not in an easy way yet. Since all tab are independent instances of an extension/plugin. The one that get the startup focus during startup is the one that get created last.

Until that can be done, there is a workaround for it using script.
You can create a User Defined Command that is automatically run after startup that changes the tab focus.

To auto run a command after startup you need to add the -AutoRun=<command to run> parameter to MultiCommander.exe
Code: [Select]
MultiCommander.exe -AutoRun=AutoRun
And then create a User Defined Command of "CustomCommand" type, That you name "AutoRun" (or what ever name you choose for the -AutoRun= parameter), Then in that command you can write
Code: [Select]
MC.SetActivePanel PANEL=LEFT

4108
Support and Feedback / Re: bug of multi-rename extension
« on: September 21, 2012, 10:23:44 »
another little issue
in preview versions ,right click on file icon or file name in file list both show context (i config it to).
but in 1190 ,only on icon do.right click on file name nothing happend.
I change a bit how some of the mouse actions works. So their might be some bugs their..

I don't really understand how you configured the right click thing.
Can you take a screenshot of the Mouse configuration page and show me. Then I might be able to recreate the issue.

( edit : I found the Issue.  )

4109
Support and Feedback / Re: bug of multi-rename extension
« on: September 21, 2012, 08:27:14 »
yes ,date can be retrieved in 1190.
but date string retrieve is formated to "2012/09/21 13:35:24",this makes file name invalud(because of / and : letter).
still unable to rename with tool.

i can change my system  date format to yyyy-mm-dd and retrieve substring 1 to 10 of date string.but this is too complex.
You can use the 'Search and Replace' to the right in the dialog to remove/replace invalid chars.
For example tell it to replace : with nothing will remove all of them, and you can replace / with -

But there is also a new thing.. You can define a date and time format to use in the tag.
[?ExtendedProp.datemodify-{<dateformat>|<timeformat>}]

examples
Code: [Select]
[?ExtendedProp.datemodify-{yyyy-MM-dd|HHmmss}]
[?ExtendedProp.datemodify-{yyyy-MM-dd|HHmmss},1,5]

// Only show time , Empty date format.. do not forget the | separator before the time format.
[?ExtendedProp.datemodify-{|HHmmss}]

// Only show date
[?ExtendedProp.datemodify-{yyyy-MM-dd}]

Date Formatting
Time Formatting



4110
Beta Releases / Re: 2.7.2 BETA - Bugs - Report Bugs for 2.7.2 BETA here
« on: September 21, 2012, 08:16:47 »
No translation string for Explorer panel settings > Layout > Hot Paths node
Ops.. Will fix.

P.S. [Application][Explorer Panle] m.113 (Thumbnail details) - where is it used?
No where.. Yet.. I'm planing for the future.. :)   

4111
Support and Feedback / Re: bug of multi-rename extension
« on: September 21, 2012, 07:02:58 »
This is fixed in the latest beta (build 1190)

4112
Support and Feedback / Re: Bug with displaying Drives toolbar
« on: September 18, 2012, 17:00:09 »
Strange. because all languages works for me.

When it does not work is when switching language because the show/hide status for the toolbars in the registry [1] is stored with the localized toolbar name.

[1] REG:\HKEY_CURRENT_USER\Software\MultiCommander\SessionConfig\Toolbars\

4113
Support and Feedback / Re: Unpack with Password
« on: September 18, 2012, 15:15:27 »
Zip archives in MC does not handle password protected files yet. (mostly because the password security in standard zip format are very bad and unsecure )

So I do not understand how you can see a dialog asking for password.. That dialog most be from another program.

4114
Support and Feedback / Re: Bug with displaying Drives toolbar
« on: September 18, 2012, 12:46:51 »
Well. It only happens if you change language between restarts.

If you set Russian language. Then restarts. Then hide drive toolbar, Then Restart, They are now still hidden.


4115
Support and Feedback / Re: Unpack with Password
« on: September 18, 2012, 07:23:16 »
Im not able to reproduce this.
What archive format are you using and how to you unpack it ? (Unpack from menu ?, Browse into it and select copy?, Copy with Autounpack ? )

4116
Beta Releases / 2.7.2 BETA - Bugs - Report Bugs for 2.7.2 BETA here
« on: September 15, 2012, 14:24:45 »
Bugs that are related to new feature or fixes for bugs that still does not work in the v2.7.2 BETA
Report them here.


4117
Beta Releases / 2.7.2 Beta - Change Log
« on: September 15, 2012, 14:23:18 »
Changes since v2.7.1 : 75+ Changes

ADDED - Removal/Inserts of SD-Card in SDCard reader is now detected correct.
ADDED - Can now run "MultiCommander.exe /OPEN [path]" to open [path] as a new tab in an already running instance of MultiCommander
ADDED - Online documentation is updated and new pages are added for features that was added in previous releases.
ADDED - Can now configure User defined commands to mouse button commands.
ADDED - FTP Bookmark now support remote dir that it should go to when connecting.
ADDED - Now possible to enable 'Auto Select itfile/folder when hovering over', Useful for single click configuration.
FIXED - Connecting to FTP using command line command now works again ( ftp://[<username>:<password>]@host[:port][/remotepath] )
FIXED - Various FTP fixes.
FIXED - Context menu on RightClick button now works again.
FIXED - Issues with startup if working directory was not MultiCommander install folder.
FIXED - Rename action did not work on some mouse configurations, like Click and Wait action for Right or Middle button.
FIXED - Password problem with 7-Zip.
FIXED - Issue with file property that prints a date/time in MultiRename tool.
FIXED - Some Multi-Language issue when running in portable mode.
FIXED - Issue where some tabs reverted to C:\ when a USB/Removable drive was removed.
FIXED - Drag and Drop issue when dropping folder from programs that where using the FILEGROUPDESCRIPTORW, Way of dropping files.
FIXED - Crash problem when using FTP that only affected some languages.
FIXED - 7 Crash problems reported by crash report system.

4118
Support and Feedback / Re: can MC support flat files view
« on: September 15, 2012, 13:22:18 »
No you can now list content like that.

However you can get almost that behavior by open a search for that folder and search for everything.
The result of the search is shown in a flat way.

4119
Tips and Tricks / Re: Go to Sibling Folder Faster
« on: September 14, 2012, 17:36:41 »
No it should work.  It might not work if you have modified to use pageup/down for something else.

It is also using the same sorting that you currently have and if the next item is not a valid folder, it will not go to it.

4120
Support and Feedback / Re: problem with accessing \\tsclient\
« on: September 13, 2012, 16:02:46 »
Yes I know. It is on my to do list. But It have been down prioritized since another issued have been more imported to be fixed. I will see If I can squeeze it in, in the near future.

4121
Blog post comments / Re: Multi Commander 2.7.1 BETA - Build 1178
« on: September 13, 2012, 15:16:11 »
Or to remove it completely.

Menu > Configuration > Core Settings > Layout > Quick Launch Bar (Entire row)

4122
I open directories and files with a single click, I'm used to it very much.
Sometimes I need to mark one file or directory and do some operation with it, since I open files with a single click, I'm not albe to move the cursor to the file with a mouse in Multi Commander, I have to use up and down keys.

I would like the cursor to follow the mouse cursor - it works in Total Commander, if you check the settings 'Open files and directories with a single click'. Please see attached image.
Don't understand why some whats single click. Don't you accidental starts file or goes into folder ? Nevermind. 

So you want an option to that will make it automatically change what file item that is in focus to the file item that you hover above.?

4123
Support and Feedback / Re: switching tabs with left + right arrows?
« on: September 08, 2012, 11:33:51 »
No, the TAB key can not be reconfigured.

and since arrow keys are also used in many other places there would be lots of conflicts between them.

4124
I will see if that can be fixed

4125
Support and Feedback / Re: open a closed tab
« on: September 07, 2012, 10:02:32 »
No. sorry there is no "undo close" It is actually on my to add list.



Pages: 1 ... 161 162 163 164 [165] 166 167 168 169 ... 189