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

Pages: 1 2 3 4 [5] 6 7 8 9 ... 21
101
Support and Feedback / Re: Forced split size
« on: November 07, 2016, 13:45:11 »
that is not a solution because sometimes the EXE is launched from taskbar and in those cases, it takes no params.
See no problem. Create a shortcut with commandline param and pin it to taskbar.

102
Support and Feedback / Re: Forced split size
« on: November 07, 2016, 06:42:43 »
By default you can't do this.

But you may create user defined command and pass it as a command line param when launching MC, like the following example:
Code: [Select]
X:\mc\MultiCommander.exe -AutoRun="split 100/0"

103
Support and Feedback / Re: Use of ONLYFILES & ONLYFOLDERS Commands
« on: October 13, 2016, 09:58:33 »
Try adding
Code: [Select]
FILTER=*
So the command should look like
Code: [Select]
MC.Explorer.Select ONLYFOLDERS FILTER=*

104
One more FR: Ctrl+Enter to open dropdown item in a new tab.

105
Support and Feedback / Re: Icon size
« on: September 20, 2016, 08:43:23 »
Toolbars: Configuration > Core Settings > Application Layout > Toolbars > Icons size
Explorer panel: Configuration > Explorer Panel Settings > Display > Icons > Icon size

106
Support and Feedback / Re: Need help with MultiRename
« on: August 26, 2016, 13:07:40 »
Error message is just "Failed to rename"? No more information? What does FileOperation log show?

Maybe some folder (which you haven't selected) has the same name as the new name of a folder being renamed?

107
Beta Releases / Re: Multi Commander 6.4.5 BETA
« on: August 09, 2016, 06:59:49 »
MC still can't unpack archives (Alt+F6 and MC.Filesystem.Unpack) to protected locations like "X:\Program Files". No Admin mode activation request, no errors in FileOperations log.

Is it planned to be fixed?

108
You may create user command:
Code: [Select]
MC.Explorer.Copy NODIALOG
P.S. It seems to be broken in 6.4.3

109
Explorer Panel Settings > Display > File and Folder Dislplay > View Mode Settings

110
Support and Feedback / Re: Start up with folder tree openend
« on: July 28, 2016, 10:38:03 »
doglover3920
You may create User Defined Command with command type Multi-Script. Like this

Code: [Select]
MC.SetActiveTab PANEL=LEFT TAB=1
MC.SetActiveTab PANEL=RIGHT TAB=1

and specify command line param -AutoRun="your_command_name"

Mathias
Maybe -AutoRun param should also recognize command Unique ID?

111
Beta Releases / Re: Multi Commander 6.4 BETA/RC
« on: July 27, 2016, 20:52:53 »
Filesystem scan
1. Enter %windir% (or very "big" folder with thousands of files) in both panels
2. Enable Flat View in one panel (e.g. left) and then in other (right).
3. Abort file scanning in the first (left)
Result: after operation has been aborted both panels become empty.

Language
1. "Show filesystem log" string in Core settings seems to be hardcoded.
2. There is a popup menu in the settings. Strings "Load presets" and "Revert value to default" seem to be hardcoded. And these functions don't work

112
Beta Releases / Re: Multi Commander 6.4 BETA
« on: July 18, 2016, 09:06:20 »
New filesystem scanning.
1. Go to 'big' folder like x:\windows or x:\users (tens of thousands; actually I can't provide more accurate values)
2. Switch to List View
3. Enable Flat View
4. After scanning scrolling via keyboard gets broken. Cursor can be moved but file list is not scrolled until scrollbar is clicked.

View mode switching.
After changing view mode via UI (clicking btton and choosing mode from menu) focus remains onto panel with buttons (root/view mode/free space/device dropdown). I think it should go onto the active file panel.

Hotkeys
If Quick Search is done via Ctrl+Alt+[Letter] or Alt+[Letter], then other Ctr+Alt+ (Alt+) based shortcuts don't work. I think MC should warn a user in both cases:
a) in Customize keyboard wizard when user tries to set Ctrl+Alt / Alt based shortcut while the same Quick Search is enabled;
b) in Explorer Panel settings when user tries to set Ctrl+Alt / Alt based Quick Search while having the same based shortcuts.

P.S. Flat view was tested on Intel i-5 3570 CPU, 8 Gb RAM, Win7 Enterprise.

113
But if I just pack empty folder without filter, it is added to archive.

114
E.g. i have the following file/dir structure:
Code: [Select]
\txt
  1.txt
  2.txt
1.dat
2.dat
3.txt

If i set pack filter to "-*.txt" then archive will not have txt folder. But i want that folder to be in the archive even it's empty. What is the proper filter?

115
It doesn't work. At least in 6.2 portable. Haven't checked non-portable version.

116
Mathias
Add STRATEGY option to MC.Explorer.Copy custom command.

117
Support and Feedback / Re: Color coding one specifc folder
« on: June 08, 2016, 19:51:39 »
Coloring is not available in folder tree, is it?

118
I think it may be implemented via MultiScript.

119
If you mean QuickSearch but not ViewFilter then pressing Esc should work

120
Support and Feedback / Re: Filter + Custom commands broken?
« on: May 14, 2016, 19:42:03 »
Ulfhednar
Just one addition. You may also create filter (Configuration > Filters...) and use

Code: [Select]
MC.Explorer.Selection.Select FILTERID=your_filter_id

121
Support and Feedback / Re: Filter + Custom commands broken?
« on: May 13, 2016, 13:40:24 »
AFAIK, custom commands support only one command. So to perform multiple action you probably should use MultiScript

122
Support and Feedback / Re: Filter + Custom commands broken?
« on: May 13, 2016, 12:47:33 »
Try space instead of semicolon
Code: [Select]
FILTER="*.zip *.rar"

123
Beta Releases / Re: Multi Commander 6.2 BETA
« on: May 07, 2016, 20:33:36 »
But if nothing happens, Then it will probably go out on tomorrow  (8-May).
So there will be no "Language changes" post? Do you plan it for "more serious" release?

124
Script / Re: CopyFile has me Beaten
« on: April 21, 2016, 19:37:57 »
It fails because you're trying to copy non-existing file ($copytext).
CopyFile seems to copy existing file/folder to existing path

125
Support and Feedback / Re: Store location to the closure
« on: April 17, 2016, 19:10:17 »
Jochen
You may save/load tabs. See here
It is also possible to use startup file and/or startup User command. See here

Pages: 1 2 3 4 [5] 6 7 8 9 ... 21