Recent Posts

Pages: 1 [2] 3 4 5 6 ... 10
11
No wait, Spacebar & Backspace keys work !!!  :)  But it would still be nice to use ArrowKeys for Images in DataViewer Navigation…
12
After updating to the latest Beta (the latest one which reads long paths in Images in built-in DataViewer), by a stroke of genius I found out that running in a duplicate portable copy folder, I'am able to cycle through images in built-in DataViewer by pressing the blue Back & Forward Buttons in the Image DataViewer's Menu. I was wondering where the hotkeys for these reside, so I can try changing the keys for this & stop using JPEGView for images. When I press Spacebar it displays the next image in the foler, but the ArrowKeys & PageUp/Down don't work, perhaps re-customizing the hotkeys might fix this ?! (if I knew where they were in the Keyboard Customization)…
P.S: Please allow the Tab Forward/Backward cycling keys to be customized. I don't like Ctrl+Tab/Ctrl+Shift+Tab for cycling tabs, I would prefer Ctrl+PageUp/PageDown instead, if that means clearing the hotkey for the Image cycling (or whatever) Ctrl+PageUp/PageDown I will do that if I have to !

Please allow customizing/ setting hotkeys for back & forward cycling of images & Tabs !!
13
Support and Feedback / Re: Regex matches in MR
« Last post by Mathias (Author) on April 02, 2025, 13:50:23 »
Don't forget to check the "RegEx" checkbox
14
Support and Feedback / Re: Regex matches in MR
« Last post by Mathias (Author) on April 02, 2025, 13:42:36 »
There are variants of RegEx.. I think MC is using ECMAScript standard of regex.

Exactly how it works I don't know. MC is using code that exists in c++ for it.



But it works for me
15
Support and Feedback / Re: Regex matches in MR
« Last post by Jungle on April 02, 2025, 13:40:19 »
For me, both scenarios work.
But be careful with #2. If you enter Find and Replace editor (by pressing [...] button), it will corrupt your "|"-separated group as long as it itself uses "|" as a Find-Replace separator
16
Support and Feedback / Regex matches in MR
« Last post by Ulfhednar on April 02, 2025, 13:20:53 »
I have a couple of questions about regex use in MultiRename

(?:[0-9a-z]{30})
should match string:-
0ec4dc9a5ea17339b06d1d0f1b2283
but doesn’t find it whether alone or placed in a longer string.

Test page on regex101.com shows it works in both instances eg:
Quote
(?:[0-9a-z]{30})  /gm
Non-capturing group (?:[0-9a-z]{30})
Match a single character present in the list below [0-9a-z]
{30} matches the previous token exactly 30 times
0-9 matches a single character in the range between 0 (index 48) and 9 (index 57) (case sensitive)
a-z matches a single character in the range between a (index 97) and z (index 122) (case sensitive)


Multiple search matches when | separated eg:-
(abc|zxy|der)
won’t work, each element needs to be separately entered on an individual line.

Is this expected behaviour?
I checked the regex's work online so I'm wondering what is different.
17
Beta Releases / Re: 15.3 Beta 3079
« Last post by Ulfhednar on April 02, 2025, 13:06:43 »
Thanks for the fix Mathias ;)
18
Beta Releases / Re: 15.2 Beta 3078
« Last post by Ulfhednar on March 28, 2025, 12:18:39 »
Thanks for the update Mathias.
Unfortunately some of my context items have now been lost.  They still exist in Explorer but not in MC i.e. - the base item remains but the submenu is a blank tab.  ::)
Tried a reinstall - no change.
Can I manually restore these? Regedit?
19
Support and Feedback / Re: Foldersize wrong if folder contains very long paths
« Last post by StefanH on March 28, 2025, 12:02:08 »
I'm not able to test it at the moment..

But to get this right.
Folder sizing show wrong size on network path that are extra long ( Longer then 255char ) ?  => yes

Long path support is supported. but it might fail on some places. since not all windows API support it.
I know it worked before. But folder sizing has been reworked since then.
But it can most likely be fixed if it is an issue. I will check tomorrow
20
I'm not able to test it at the moment..

But to get this right.
Folder sizing show wrong size on network path that are extra long ( Longer then 255char ) ?

Long path support is supported. but it might fail on some places. since not all windows API support it.
I know it worked before. But folder sizing has been reworked since then.
But it can most likely be fixed if it is an issue. I will check tomorrow
Pages: 1 [2] 3 4 5 6 ... 10