Anzeigen der neuesten Beiträge
0 Mitglieder und 5 Gäste betrachten dieses Thema.
Finally back and able to do a little. Sorry to all that I have been gone solong but medical issues have me going sorta slow. And, I lost a couple of drivesso when I was able to try and begin again I had lost code and all my to-dolists. So if you have not given up on me please email your requests and I willdo my best to work them in if possible. For those wanting A43 in 64 bit it willnot happen, sorry. It will take a complete rewrite and I do not know/think itwill be possible using the code base I have. I have written a simple filemanager and text editor I use in PE situations that I intend to post here in afew days. These are simple but do allow me to do the work I need in PE. Perhapsfrom this I can start a new file manager (A54?) if I receive feedback. They arex86 and x64 so you can give them a go if interested.A43 now has option to toggle real file size versus formatted file size forfeedback in the statusbar.Option to hide folders in the file list. (Not persistent between sessions.)Option to toggle the showing of selected file size. This speeds it up greatlyon a slow network. I will try to rewrite this function to not be recursive asit is now and that should help the slow down.I found some sloppy code and cleaned it up and in the process of this plusgoing back to old code I have lost some of the request changes I had added, soif you see it missing email me and I will get it back, hopefully.Again, sorry to be gone for so long. But, I do give thanks and praise to Godthrough Jesus Christ my Lord and Savior for His strength daily and allowing meto even be able to try writing code again. His peace to all...
Over 360 + ChangesCHANGE- A lot of internal core changes.CHANGE- A lot of SDK/API changes.FIXED - Commands run from the commandline field will now use the FileType setup to determin how the file should be run.ADDED - New MultiScript functions StrRFind, PathGetPathPart, PathGetNamePath, PathGetFileExtPart, PathGetPartsFIXED - Problem with MultiScript function StrRegExpFindFIXED - Crash problem when running incorrect code as MultiScriptFIXED - Script engine can not return a const array of variables correct.FIXED - Issues with the MultiScript Debugger.ADDED - Favorites can now be shown as a popup menu in the crumbbar. (as right click action on the Path field)FIXED - Text issue when deleting favorite item.FIXED - Fixed some strange lost focus problem with Favorites Window.FIXED - Many texts that did not use the MultiLanguage system is now using itADDED - Language selection dialog show on first run. Will now autoselect the users language if found.ADDED - Major change on How the MultiLanguage system works.ADDED - Built in language editor updated with more features.CHANGE- MultiCommander will now read the language files from the LanguagePack files named LangPack_xx.zip stored in the Languages folder.FIXED - Changing hotkey to a extended key did not always survive restart.FIXED - Extensions that are disabled by the user are now no longer loaded.FIXED - Issue with pressing right button while draggingFIXED - Hide/Show state of toolbars might be reset after update because of a fix in how it remember the state.FIXED - Extra long path issue fixed when syncing source/target path.FIXED - Extra long path issue when copy path to clipboard.FIXED - Extra long path issue when copy long path to a short path.FIXED - Thumbnail view mode setting was not always saved.ADDED - Empty folder will now show 0 is size folder when doing folder sizing.ADDED - Folders can be forced to be sorted by name.ADDED - MultiUpdate using new way of downloading updates. (Old way can be activated in settings)ADDED - The Device Toolbar will now show tooltip for the device/folder icons.FIXED - Fixed problem when saving a FileOperations presets.CHANGE- Customized FileOperation Read/Write strategies are no longer stored in MultiCommander.xml, Now stored in FileOpRWStratergy.xml, Will autoconvert.CHANGE- FileOperationPluginProfiles are no longer stored in MultiCommander.xml, Now stored in FileOpPluginProfiles.xml (Will be autoconvert)CHANGE- FileOperationPresets are no longer stored in MultiCommander.xml, Now stored in own file FileOpPresets.xml, (Will be autoconvert)CHANGE- Alias information is moved from MultiCommander.xml to its own file Aliases.xml. (Will be autoconvert)CHANGE- Modules information is moved from MultiCommander.xml to its own file Modules.xml. (Will be autoconvert)CHANGE- Improved performance when reading config/settings information. (Will probably not be noticable, but it is a lot faster)CHANGE- Icons used in MultiCommander.exe and some of the extensions are moved to it's one DLL file named MCIcons.dllCHANGE- Lots of internal changes to handle the new Icon systemREMOVE- Many obsolete icons that was still inside MultiCommander.exe removed.FIXED - 4 Crash issue reported by crash report system.