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
It would be very helpful (for me). Maybe with the adjustable depth.

2
Shift+F3 seems to be the standard for "Find previous" action. Please add it to the MDV.

3
1. Find some text (which occurs multiple times) in a file
2. Find next several times
3. Now Find Previous.

Result: selection immediately jumps to the previous result

4. Now Find next

Result: nothing happens

5. Find next again

Result: now selection jumps to the next result

4
I'm unable to go to the root of virtual device/folder in the file list. Look at the pics attached. If I press ENTER or double click on the [..] item, nothing happens. So for the "Portable" I can't return to the "WPD:\LG Wine Smart", and for the "Registry" -- to the "REG:\HKEY_USERS"

However, "Go to root" action (button or shortcut) works. MC v15.1.3074 x64 Portable, Win 11 Pro

5
Support and Feedback / [Issue] Copy file: unhandled error
« on: February 27, 2025, 16:06:12 »
1. Copy any file to some directory
2. Try to copy the same file to the same directory (using F5)
3. When MC asks what to do (skip/rename/overwrite etc) choose Rename
4. In rename dialog press [Cancel]


Result: error appears or copy dialog stucks for a while (happened only once)

6
Support and Feedback / [Issue] MultiDataViewer word wrap is broken
« on: February 17, 2025, 20:45:23 »
Just look at the screenshots attached.

1. It wraps when it's unnecessary
2. It doesn't wrap when it's necessary
3. Hyperlinks are wrapped incorrectly: the upper part of the link is highlited and treated as hyperlink while the lower part is excluded from highliting and the actual URL-address.

7
Example file:
Code: [Select]
.test test  testtest
Try to find and/or highlight "     test     " (with spaces, without quotes).

P.S. It seems that Copy/Paste shortcuts (Ctrl+C, Ctrl+V, Ctrl+Ins, Shift+Ins) don't work in teh Find and Highlight fields.

MC v14.5.3054 x64, Win 10 Pro

8
Support and Feedback / Issue with file search
« on: November 29, 2024, 14:38:25 »
I've created a User Defined Command:

Code: [Select]
MC.FileSearch.Search SEARCHFOR=*.txt AUTOSTART HIDE SEARCHIN="c:\temp\22";"c:\temp\33\"
and inserted it to the QuickLaunch bar. The following is 100% reproducible for me.

0. There must be some txt files in "c:\temp\22" and "c:\temp\33\" folders.
1. Press the newly created button
2. Close the results Tab
3. Then change path. It may require several attempts

Results:
1. Explorer panel Settings look ugly (see pic)
2. Some item in the file list randomly becomes blanc. Refreshing the tab randomly replaces some oter item with a blanc line. Navigation via cusror keys can't skip that line. (see gif)


MC v14.3.3042 x64 Portable on Win10 x64 Pro

9
I've disabled Drives toolbar, it is hidden, but its button still work (they actually change current drive) and their hints are displayed (see pic)

10
For some file invoke MC context menu > File Checksum > Calculate checksum value from file.
Calculation never ends, operation can't be aborted and MC can't be closed (it freezes). File size doesn't matter.

MC v14.0.3016 x64 portable, Win 10 x64 Pro 22H2 build 19045.4529

11
Support and Feedback / Issue with search in MultiDataViewer
« on: March 14, 2024, 14:12:21 »
I have a txt-file with mixed cyrillic/english text in ANSI encoding. In MDV if I search for cyrillic word, nothing is found. Case dosen't matter. I basically copy some cyrillic text, paste it in the Find field, press Enter and get "No more found". Search for english text works OK.

If I open this file in Windows Notepad, search for cyrillic text works fine. If in Notepad I save this file as UTF-8 or UTF-16, then in MultiDataViewer search works, but only if case matches, so e.g. search for "станислав" can't find "Станислав" even with disabled [Match case] option.

12
1. Move some tab to the opposite panel
2. Press Tab key

Result: Focus doesn't move to the opposite panel. Moreover, if the preeceding panel was not previously opened it is opened empty (see gif)

3. Click mouse in the opposite panel to activate it
4. Press Tab again

Result: the opposite panel is activated but no file/folder is not focused. This only seems to work on fresh MC start.

13
1. Open Multiscript debugger
2. Invoke some function which waits for user response (e.g. AskText);
3. Close Multiscript debugger
4. Close dialog box shown by AskText

Result: MC freezes.

14
I've enabled hidden/system files showing, so they're displayed in the explorer panels and can be obtained via MultiScript function GetSourceItems().

But there're some files like e.g. pagefile.sys and swapfile.sys which "don't exist" for the FileExists() function. It means that function returns 0. I consider it a bug. As long as they exist in the filesystem and MC is able to "see" them, they should as well be visible to FileExists() function (and to others possibly affected).

Win 10/11, MC v13.1.2955

15
I have a bitlocker password-protected drive. When I connect and try to access it via MC, nothing happens. When I try to access it via Windows Explorer, Bitlocker password dialog appears. After unblocking the drive becomes available in MC.

Is it possible to add this behaviour to MC?

1. Attempt to access a drive
2. Invoke password dialog
3. If unblocked -> show drive contents

16
I've created a password-protected *.7z archive via 7z File Manager (official GUI).

When I enter such archive and try to copy some file via F5, password dialog appears which shows entered symbols instead of "*"

If I don't enter an archive but unpack it via Alt+F6, password dialog shows "*"

---

I've also created a password-protected *.zip archive via 7z File Manager (official GUI).

When I enter such archive and try to copy some file via F5, password dialog appears. If I press Esc, password dialog reappears.

If I don't enter an archive but unpack it via Alt+F6, password dialog is correctly closed via Esc and is not reshown.

MC v13.1.2955 x64 Portable

17
1. Enable hover preview
2. Move the mouse over some pdf file and wait for preview to appear

Results:
  • preview window can't be closed neither by Esc nor by moving the mouse over other files (even in the opposite panel);
  • it stays on top even after switching to other application;
  • it disappears after closing the tab (Ctrl+W);
  • after closing the tab Hover Preview no longer works for that panel (but still works for the opposite one).
P.S. I haven't changed the settings. Just updated MC from the previous version and left everything "as is".
P.P.S MC v13.1 b2955, Win 11 x64

18
1. Open some txt file in MDV
2. Type some text in the "Find" field
3. Press Ctrl+A

Expected: all the text in the "Find" field is selected
Result: all the text in the view area is selected

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

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

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

22
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

23
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

24
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

25
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

Pages: [1] 2 3 4