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: 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

4102
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.  )

4103
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



4104
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.. :)   

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

4106
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\

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

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


4109
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 ? )

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


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

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

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

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

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

4116
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.?

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

4118
I will see if that can be fixed

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



4120
The problem is that MC will resolve the link and go to the link target. But since the link is located on a network folder this does not work.

I will add a settings so that it can be changed, So that it will follow link instead of resolving them while browsing.

Might also need a setting to only allow that on network drives. Because always following link on local harddrive can result in a very strange behavior and you can end up in a never ending loop, for example if you browse the C:\ProgramData folder on Windows7

4121
Feature Requests and Suggestions / Re: Internal Viewer - WordWrap
« on: September 05, 2012, 21:49:56 »
Actually, if I want to select a text longer than the window, and word-wrap is off, the window do not scroll and I can't select this text.
The issue is for horizontal & vertical scrolling.
This is not the behavior I am used to, from notepad, word, notpead++, etc. Is this an expected & wanted behavior ?

That has not really anything to do with wordwrap.
But will add it to the list anyway.

4122
Support and Feedback / Re: Startup logo
« on: September 05, 2012, 11:35:07 »
Add a registry key under 
HKEY_CURRENT_USER\Software\MultiCommander\
Reg Key/Value  : "HideSplashREG_DWORD - value "1"

If you are running the portable version
then edit the file <mc install location>\SessionConfig\Misc\MultiCommander.ini

And add "HideSplash=1" to it

4123
Support and Feedback / Re: Refreshing Units
« on: September 04, 2012, 19:08:01 »
very strange.

Because when F5 (Refresh) is issues, The file system will be rescanned, And it will show the information that is provided by Windows, Why Window is providing invalid content I do not know. Might be because it still has some reference to it so it does not flush it.

I don't know what can cause it to happen and I do not have SD card reader here so I can not test my self.

4124
Ah yes, I can see the difficulty.
(Yes, "Default Date Format For New Tabs" makes it clear, but it would still be more intuitive to find the two settings one beside the other in the tree)

Probably some people will want their individual tab-specific settings to be persistent across app restarts too.

Maybe a new option or two would do it:
 - Apply this setting to:
     o  this tab (yes/no)
     o  other current tabs (yes/no)
     o  future tabs (yes/no)
     Default could be: this tab = yes, other current tabs = no, future tabs = yes


Do not think so.. I would require way to much code changes to make that possible. No, the date format option will probably change in the future to be same for all tabs


4125
Difference between Apply and Save is that Save also close the Settings Page while Apply does not. Allowing you to continue to change settings
 
Date format is probably the only setting that is not applied directly on already opened tab. There is a note about it on the settings page
"Date Display Format (Will not change already open tabs)"

Maybe should say "Default Date Format For New Tabs" ?

And I'm not quite happy my self how it works. So a while a got that setting was change to change all tabs. But a lot of users complained and want the ability to have different format for different tabs and they did not like the new behavior,  So I changed it back.. But I'm considering to change it again to always sync that settings to all tabs.


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