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

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

103
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

104
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?

105
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?

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

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

108
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?

109
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

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

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

112
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?

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

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

115
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?

116
I think it may be implemented via MultiScript.

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

118
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

119
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

120
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"

121
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?

122
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

123
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

124
Support and Feedback / Re: Moving HTML files.
« on: April 14, 2016, 12:51:35 »
The program have to assume/guess that the files belong together and I think that can be dangerous. and lead to issues..  Maybe..
Just to clarify. I meant if USESHELL applied then MC should perform copy via Windows shell API.

125
Support and Feedback / Re: Moving HTML files.
« on: April 14, 2016, 09:40:11 »
abrogard
You still can have [almost] the same behaviour with MC (tested on Win7), but you'll have to use Ctrl+C/Ctr+X/Ctrl+V instead of F5/F6

Mathias
Actually, this is possible in Win7. See here

BTW, an option may be added to custom commands Copy/Move/Delete like USESHELL which would perform file operation via Explorer. It could make writing user script an easier task.

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