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 - Mathias (Author)

Pages: 1 ... 5 6 7 8 [9] 10 11 12 13 ... 172
201
Support and Feedback / Re: pack and unpack buttons
« on: February 17, 2023, 08:40:15 »
Is it only the buttons that does not work ?
Do the Pack/Unpack in the Menu ( File > Pack files / File > Unpack Files ) work ?
DO the short cut keys work ?

Is it only the Pack/Unpack button in the toolbar that does not work or is it all the buttons there ?

202
It should expand even if you just click on it in the tree.
Unless you disabled that option in Explorer Panel settings. Under the "Folder tree" section

203
SDK / Re: SDK outdated
« on: February 11, 2023, 14:19:55 »
is github still the place to fetch the latest SDK?
version on there is 1.85 (2 years old).
please update and tag with corresponding Multicommander version, if you want people to contribute extensions ;-)
It should auto updating. Howevery. I will fix that on monday

204
Support and Feedback / Re: Previous Versions tab under properties
« on: February 10, 2023, 17:36:04 »
You mean from the file properties windows that you get if you select "properties" from the shell context menu (popup menu) ?
That is from Windows. MC have no control over that.  MC just tell Windows to shown the properties Windows for that file.


205
Support and Feedback / Re: keyboard shortcuts
« on: February 02, 2023, 16:33:18 »
That are not user config files.. that are the settings template files that are used depending on what quick settings you select.

Type ":goconfig" in the command line field and it will take you to the user config folder (or Help > Go To > Config Folder)

206
Support and Feedback / Re: keyboard shortcuts
« on: February 02, 2023, 13:47:55 »
What should work..  If you select Windows Explorer styled seup at first startup it should have configured that for you

Is the CustomKeymappings.xml file in config updated when you save keys ?

207
Right click on the ".." folder and you get the context menu for the current location

or you can enable in Explorer Panel settings. under "Mouse Configuration" tab there is a "mouse action option" for showing context menu.
There you can enable that the context menu for parent (current location)  should be shown if click was on blank(empty) area of the row.. (like righthclick was outside of the filename text)

208
Feature Requests and Suggestions / Re: Synology Drive
« on: February 01, 2023, 13:52:58 »
I dont know what special device Synology is, Dont have one.. is it not a normal network attached drive ? Do they install some special software (drivers) for handling that ?

209
Support and Feedback / Re: default install
« on: February 01, 2023, 13:50:54 »
Well you can publish preconfigured configuration that you setup your self to
C:\Users\[USERNAME]\AppData\Roaming\MultiCommander\Config\

Or you can publish a special file that make MC read all configuration for other folders
http://multicommander.com/docs/customized-config-paths

210
Support and Feedback / Re: Flat View function
« on: February 01, 2023, 13:46:43 »
If you want to change the hotkey go to

Configuration > Keyboard customization

Then select module "Explorer Panel" and Category "Module specific commands"
Go down to "Flat filesystem view" and reassign that key to some things that fits you need better and that are not used by something else

211
Support and Feedback / Re: Lost Files
« on: January 17, 2023, 15:00:49 »
Never seen that happen.

Might be that you accidently written something in the dialog so it ended up in some sub/parent folder..
Depends on how you started the copy operation. there are multiple way to do that in mc.

All file operation are logged in fileoperation log (unless you turned that off)
type ":golog" in command line field. and look in the *-FileOperations.log that handled the copy and you see where the files was written to

212
If you hold shift while click you select an range from where you previous focus are until where you clicked
Holding ctrl and you select separate items.

And if you have commander style setup you just toggle selection right mouse button.. And you can configure how to select a lot in settings.


213
Support and Feedback / Re: Multi-Rename Syntax
« on: January 01, 2023, 16:24:13 »
You should be able to match everything inside the from the [ to the end using RegEx

214
Core Settings > FileSystem Tab
Under Tweaking at the bottom there is a setting named
"Auto refresh file list when detecting external changes" 

Set this to "No auto refresh"

You can also turn of the settings "Refresh tabs when application focus is returned to mc" that is located 2 steps up.

and if you just want to "unwatch a folder" from the folder change monitoring system.. you can use the command
list all   ":FolderMonitor list"
Remove ":FolderMonitor remove <folder>"

215
Beta Releases / v12.8 **BETA**
« on: December 11, 2022, 15:53:03 »
Beta

15+ Changes.
 

-- Build 2926 - 11-Dec-2022
 ADDED - Relative/Absolute path conversion for StartFolder / IconPath in QuickLaunch dialog
 ADDED - MultiScript function StrSplitAnyOf , will now split on any of the delimiters specified
 CHANGE- More Code Cleanup and restructing of code.
 FIXED - MultiScript function CopyFile now uses the target name of the file if set and is different that source name.
 FIXED - Rare crash issue that could happen during shutdown of program
 FIXED - Crash Issue if Renaming many selected item and one of them is deleted before it gets to than item
 FIXED - Rare crash issue with opening RAR archives
 FIXED - 4 Stability Issues


216
Feature Requests and Suggestions / Re: Multiscript StrSplit improve
« on: December 11, 2022, 11:32:15 »
Is Option 2 really needed ? if you enter many delimiters . dont you always want it to split at the position where any of the delimiters are found ? (option 1 ?)

Actually, there may also be 3 option :) The first char of the delimiter param would be the delimiter (";" in the code above). If not found, then the second one etc. So:
- 1st from the input string disregarding delimiters order
- 1st from the input string regarding delimiters order
- 1st from the delimiter string disregarding input string index

Yes I Know but I find the other case strange. and wonder how useful it really is. adding something just because it can be added is not time well spent.
looking around at split function in other places I find the "Split where the first of ANY of the specified delimiters is found.."  But I can't find any uses for the other options.


217
Code: [Select]
@var $res = CopyFile("d:\\temp\\abc.txt", "d:\\temp\\1.txt", "NODIALOG") should work.. something must have broken.. I will investigate and see If I can fix that

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

That should be able to do that is Script..
So you mean if you set target name like  CopyFile ("C:\NewFile.txt" , C:\MyFile.txt" , "NODIALOG, OVERWRITE_ALL" );
It does not work ?


219
Feature Requests and Suggestions / Re: Some ideas
« on: December 10, 2022, 14:47:59 »
1) If you have files / folders selected an open MultiRename Window, the selected files are already in the MultiRename window..
Or do you mean some other rename window ?

2)That is actually a limited in Windows..  If you select many files and press enter.. the list of all of them are sent to windows with the command "open" and Windows has a limited on how many it allows to be opened.
I think there is a registry settings for this will change that value.

Put you can create a script for it. that will take a selected file and then run Execute on each of them.. sending X calls to windows. for each selected files

220
I will check if that is possible. Add it to the list

221
Feature Requests and Suggestions / Re: Multiscript StrSplit improve
« on: December 10, 2022, 14:31:43 »
I think I rather add a new split function for it

StrSplitAny($str , ";|." );

Is Option 2 really needed ? if you enter many delimiters . dont you always want it to split at the position where any of the delimiters are found ? (option 1 ?)



222
So......  I'm guessing no non-overlapping SaR using script or MS rename tools is possible then...  :(

I don't know.

I don't understand what you are doing. So I can't setup a test to test it.



223
Most keys are customizable in the main app. But it is too much work to make every key in every dialog customizable..

Ctrl+F.. and Ctrl+N or only in the Favorites Windows.
alt+backspace open the favorites window


224
right click in the favorites windows and selection option. there you can select that paths should be shown instead of namees

225
Support and Feedback / Re: Default system dialogue for copy/move
« on: November 30, 2022, 06:09:55 »
If you copy using copy and paste (Ctrl+C / Ctrl+V) Windows copy process is used.

Pages: 1 ... 5 6 7 8 [9] 10 11 12 13 ... 172