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.


Topics - Jungle

Pages: [1] 2 3 4
1
Feature Requests and Suggestions / Multiscript StrSplit improve
« on: December 09, 2022, 14:37:47 »
Now delimiter param in StrSplit function is used as a single separator. It means that the following code will not split input string

Code: [Select]
@var $str = "123,|456;|,789";
@var $arr = StrSplit($str, ";|,");

I request additional optional param like any_char (0/1):
- with the value 0 the function would have current behaviour;
- with the value 1 the character of the delimiter which has the lowest index in the input string would be used as a delimiter (so in the code above it would be "," char)
- with the value 2 the first found char of the delimiter would be used as a delimiter (so in the code above it would be "|" char)

2
I want to copy some file to the same dir with a new name (manually specified, no autorename). But CopyFile function accepts only path as a target param.

Is it somehow possible to achieve the goal? If no, maybe enhance CopyFile with an additional param or implement a new function CloneFile?

3
I have the following UDC:

Code: [Select]
MC.Utils.FindAndReplace REPLACEALL MODE="Many" FIND="fff\nddd" REPLACEWITH="zzz\naaa" FILE="d:\\temp\\1.txt" TARGET="*_new.*" SILENT OVERWRITE
It works if target file doesn't exist and doesn't work otherwise


UPD. It seems that TARGET param doesn't support direct file names. I.e. if TARGET="d:\\temp\\1_new.txt" it doesn't work. Mask works OK.

4
1. Create new User Defined Command
2. Right click on the QuickLaunch Bar and select "Insert User Defined command"

Result: there's no newly created command in the list. MC restart required

5
Now only Program Path parameter has [R] button to convert path to relative. It woud be great to have the same for Start Folder and Alternative Icon parameters. Actually relative paths are already supported, but it's a bit inconvenient to change Alt. Icon manually via xml-file

6
Support and Feedback / Dragging bug
« on: October 19, 2022, 09:19:20 »
1. Start MC with multiple tabs
2. From the current tab (Tab1) drag a file over inactive tab (Tab2)

Result: Tab2 is activated with blank Explorer panel and drive combo-box

3. Cancel dragging
4. Now press Al+F1/F2 (depending on current panel) and select a drive

Result: New path is set in Tab1, not in current blank Tab2

MC v12.5 b2910 x64 Portable, Win11 Pro Portable

7
Support and Feedback / Re: Correct Folder Date/Time No Longer Works
« on: August 03, 2019, 13:31:33 »
Correct folder date/time works for me but only partially. It only applies datetime of the newest file but not folder. E.g. if there is a file with 08.03.2019 12:03 and a folder with 08.03.2019 12:05, then after correcting parent folder will have datetime 08.03.2019 12:03 instead of 08.03.2019 12:05

8
Support and Feedback / Packing with custom extension issue
« on: June 26, 2019, 13:03:31 »
There's a minor problem. If custom extension is set in pack dialog, no packing occurs. Instead MC creates a folder with new name and copies files there.
E.g. if I set archive name to X:\temp\archive.zzz instead of X:\temp\archive.zip, MC will create X:\temp\archive.zzz\ folder.

9
Support and Feedback / Checksum calculation issue
« on: June 05, 2019, 08:21:48 »
1. It seems that MC fails to calculate SHA-256/512 checksums
2. For SHA-512 no caption is displayed in the checksum tree

MC v8.3.2469

10
Please consider implementing Resume operation for copy/move in Already Exists Dialog. So only remaining part of source file would be appended to the target file (instead of whole file like Append operation does).

It might be an item in [More >>] menu. E.g. when target file has less size than source, that item would be enabled, otherwise it would be disabled.

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

12
Support and Feedback / Add MultiRename Tag dialog is untranslatable
« on: February 01, 2014, 11:20:56 »
Add MultiRename Tag dialog is untranslatable. I mean dialog appearing when you press [<] button and then choose Plugin and more menu item.

And i think that property type and value should be delimited. E.g. now it looks like Standard Name. I suggest to make it look like Standard: Name or Standard - Name or similar.

13
Feature Requests and Suggestions / Tray menu improvement
« on: January 31, 2014, 17:42:27 »
If Show icon option is enabled and sub-options are disabled, MC is minimized to the task bar. In that case Open Multi Commander menu item in tray menu does nothing. I suggest to make it restore MC.

14
Support and Feedback / File coloring bugs
« on: January 30, 2014, 13:25:03 »
One more bug. If there're more than one profile, [Default] will not be applied after restart. Previous will be applied instead.
So if i have profiles [Default], test1, test2, selected e.g. test2, then selected [Default], then restart MC and get test2 profile applied.

===

And a bug in choose colors dialogs. When you choose Invert, Text color is set to black.

15
Support and Feedback / Bugs of CopyFile script function
« on: January 23, 2014, 12:24:11 »
I have the following script:

Code: [Select]
@var $dst = GetTargetFocusPath();
@var $src = GetSourceFocusPath();

CopyFile( $dst, $src, "" );

Target focused path is E:\temp\_mc_test\1, source focused path is E:\temp\_mc_test\2.

Debugger shows:
Code: [Select]
$dst  string  E:\temp\_mc_test\1
$src  string  E:\temp\_mc_test\2

Bug #1. When dialog appears, target path is E:\temp\_mc_test\ instead of E:\temp\_mc_test\1 (so if "NODIALOG" parameter is passed to CopyFile, error occurs "...Can not copy a file to itself").

Bug #2.  MC crashes when [Cancel] button is pressed in this copy dialog. It happens if copy was called from debugger.

Now assign this script to a QuickLaunch button. Enable Allow - Rearrange of buttons option for QL bar.

Bug #3. After copy dialog appears, this button will move over QL bar following mouse cursor (even if cursor is outside QL). Now:
  a) if you press Esc copy dialog will be closed and the button will take new position;
  b) if you click somewhere outside QL bar the button will take previous position and keep focus cursor around itself;

16
It would be great if CopyFile/MoveFile functions could accept string arrays for targetPath and sourceFile.
So it would be possible to copy items to multiple folders and get less warning messages.

P.S. Maybe also add new parameter "NEWQUEUE" to force creating new queue.

17
1. [Create new coloring profile and] add a rule.
2. Set it to Attributes :: Has :: D
3. Set some background color, e.g. green.
4. Save and close coloring wizard.

Result: both panels now have green-colored folders

5. Now go to wizard and uncheck that rule.
6. Save and close.

Result: coloring is refreshed only for active panel.

18
Support and Feedback / Can't drag'n'drop to folder shortcuts
« on: January 14, 2014, 07:52:00 »
1. If i create shortcut of a folder, it looks like a file shortcut
2. I can't drag'n'drop items to folder shortcut (it is possible in Windows Explorer)

19
Beta Releases / [3.9.9] Issues
« on: December 17, 2013, 06:15:05 »
File types.

1. Icon in "View"/"Edit" tabs is not displayed if icon file path is relative or enclosed by quotes (see pic1)

2. Icon in "Icons" tab, "Extensions" column is not displayed if icon file path is enclosed by quotes (see pic2)

3. Icon is not applied (to file list) if icon file path is enclosed by quotes

4. If you add new extension in "Icons" tab, then "Override" icon for that file type in "View"/"Edit" tabs, you will see only one entry in the "Icons" tab until MC restart. If you uncheck "Override" again (before restart), this entry will disappear from Icons list.

5. If you create new entry in e.g. "Edit" tab, type extensions or/and parameters and then choose path to program, extensions and parameters will be cleared.

6. It's a little bit confusing that in "Icons" tab extension should be typed without "*." (e.g. txt) whereas everywhere else it should be typed with "*." (e.g. *.txt)

7. Custom icons are only applied after MC restart, but there are no any warning.

20
See pic.
Last file column is not fully visible (it has smaller width than previous).
I'd like MC to automatically scroll file list when file cursor moves to such "partial" column.

21
Support and Feedback / Issue with copy to existing file
« on: October 22, 2013, 10:17:53 »
E.g. i have two panels with the same folder x:\temp, and there are 2 files there:
Code: [Select]
x:\temp\file.txt
x:\temp\file_bak.txt
I want to copy file_bak.txt to file.txt (replace). But after copying file.txt remains, instead file.txt (1) is created which is the copy of file_bak.txt. No overwrite dialog appears.

22
1. Open some archive on a flash drive
2. Start copying files from that archive
3. Switch from copy queue to MC.

Result: file list remains empty (see pic) until copy is finished.

Is it a bug?

23
Beta Releases / 1470 issues and questions
« on: August 17, 2013, 20:26:10 »
1. Keyboard customization dialog captions "Hotkey" and "Name tag" seem to miss translation strings.

2. Delete dialog does'n use localized string for caption at the start. E.g. try to delete non-empty folder. Warning dialog will be shown. At this time delete dialog has caption "Deleting".

3. I don't understand the purpose of putting options "Continue on error" and "Delete all" in delete dialog.
  a) if there are many "problematic" files (ro/hidden/system) you will simply have no time to check them;
  b) buttons "Skip all", "Delete all" in error dialog should act exactly as if those options were enabled.

So instead of one properly working scheme there are now two partially working schemes. Btw, there is the same problem with copy/move dialog. If there're many blocked files you always need to confirm skip/delete partial. Try to copy e.g. "Documents and settings" folder (Win XP).

4. Color rules dialog is non-localizable

5. When i press "Add" button in color rules dialog, MC freezes and can't be killed.

24
Support and Feedback / Folder sorting issue
« on: July 12, 2013, 15:27:29 »
I've enabled separate sorting for files and folders, always sort folders by name. Folders which begins with non-alphanumeric characters are shown in the end. E.g.
Code: [Select]
Folder1
Test Folder
!test
#test

But "!" and "#" precedes alphanumeric characters, so they should be at the top:
Code: [Select]
!test
#test
Folder1
Test Folder

Is this by design?

25
Support and Feedback / Some localization issues in 3.2.1
« on: July 04, 2013, 07:30:44 »
1. It seems that additional columns like comment for pictures or tags for music can't be displayed in unicode

2. Column sets are stored in the settings with current localized captions, so when you change MC language, columns will be displayed in other language

Pages: [1] 2 3 4