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

Pages: 1 [2] 3 4 5 6 ... 9
27
Beta Releases / MOVED: Quick search
« on: October 22, 2020, 09:37:43 »

28
Beta Releases / v10.0 RC 2733
« on: September 22, 2020, 17:22:25 »
Lots of internal UI change.
Support for Dark Theme and other fixes


Release v10.0.x

-- Build 2733 ( Release Candidate - 24-Okt-2020 )
   FIXED - Fixed some high DPI issue in many places,
   FIXED - Freespace field will now auto scale font according to DPI settings.
   FIXED - DarkMode works again in Windows 10 10H2 release
   CHANGE- Change some default values
   ADDED - In FindFiles dialogs, You can now set search path to selected folders in source/target panel
   FIXED - 2 Stability issues

-- 2731 ( Beta - 11-Okt-2020 )
   ADDED - CopyTo Dialog now have buttonfor easy adding path from other open tabs , favorites and recent vistied locations.
   CHANGE- Minor redesign of CopyTo dialog
   FIXED - Fixed problem that tab open from locked tab did not receive input focus
   FIXED - Search dialog will not start search if return is pressed when input focus is in text box.
   FIXED - Issue when dragging from search result RESx: devices
   FIXED - Right click on rename icon on toolbar now have same items in popup as rename submenu in menu has.
   FIXED - 2 Stability issues

-- 2728 (Beta - 22-Sep-2020 )
   FIXED - Tab Tooltip wrong if a tab was moved inside the same panel
   FIXED - All toolbars can now be hidden again
   FIXED - Dialog size of Filter Editor is now correct
   ADDED - When dark mode is enabled, it will now try to force enable it
   ADDED - Option to now activate tab when dragging over a tab when dragging files

-- 2726 (Beta - 19-Sep-2020)
   FIXED - EntireRow QuickLaunch bar now works again
   ADDED - MultiScript SaveStringToFile can now append to file

-- 2725 (Beta)
   ADDED - Enable/Disable Dark Theme settings that also can change some customized colors if wanted
   ADDED - New Toolbar that support dark mode and resizing better (and other improvments in the toolbar)
   FIXED - DeviceCombo is now updated correctly when devices are added/removed
   FIXED - Lots of minor fixes and changes to support dark theme
   FIXED - ComboBox Popup fixes with High DPI mode
   FIXED - High DPI Issues with Checkboxes
   ADDED - ComboBox now support dynamic width with the popup
   ADDED - Makesure Alt+Arrow Down and Alt+Up withs in Combobox to show/close popup
   FIXED - Sometimes device combo was not updated.
   ADDED - DarkMode support on Windows 10 in MOST places.. MC have over 100 dialog so only the most common are changed
           Using Undocumented Windows 10 API. so might stop work on new version of Windows.
           See Forum for more info  http://forum.multicommander.com/forum/index.php/board,8.0.html
   ADDED - FindFiles option to do content search in binary files.
   ADDED - FindFiles will no longer by default search binary files when doing content search.
   ADDED - Custom ComboBox (Dropdown) controller that support darkmode
   ADDED - Command field command to set position and size of MC.  ":setpos x y""

30
There are lots of code changes in version MC 10.
And they are almost all because of one feature. Dark Mode

Some background
Dark mode is somethings I wanted my self for sometimes and also a feature that is often requested.
However. It is also somethings that is not exactly easy to add.
Windows do not have any support for dark mode for standard desktop apps. (only for new UWP styled apps)
But Microsoft is working on some sort of dark mode support for standard desktop apps. Windows Explorer does support it in Windows 10.
However, it is using undocumented functions in Windows but ONLY the UI controllers that you see in Windows Explorer is supported in dark mode.
And that list is very very very low. The colors in most standard UI controller can be tweaked, Some more than other. some only in part.

So do be able to support Dark mode MC have to use undocumented features that can change between releases.
Also It require that I create custom variants of UI controllers like ComboBox (Dropdown list), Checkbox, Radio Button, and more
It also requires that current custom UI controllers must be updated to allow dark mode.
And MC contains more than a 100 dialogs and each one of them need to be tweak.

So, What is done ? And known issues.

The most common dialog does now support Dark mode, (CopyTo / Progress. Conflict dialog and more)
But not ALL of them will be fixed. there are too many, and some is very rarely shown.
But if you have one that popup a lot and want that fixed. Post a request about it here.

I created a new ComboBox like controller. Its default look of it is almost the same as the standard one.
But it might have some different behaviors. That is somethings I wanted to do for some time anyway. since I got other plans in the future that required
a combobox where I got full control of the popup that is shown.
This is used anywhere where a dark mode combobox is shown. The Command Line Field.  Device DropDown. and other places.

The option for dark mode in settings only changes the default UI, The list view. since all those colors can be customized.
If you want a full change to dark mode that also changes all the other colors go to Quick Look'n'Feel Setup and selected a new darkmode option in cutomize.
There should be a configuration for that.  (might need to restart, app for now)

MenuBar is not dark. MC is currently using the standard menubar in Windows and there is no way to change the color of that.
and I had not bad the time to create a custom menubar controller for MC. The Menubar is very deeply connected into the core of standard application.
So creating a custom menubar require a lot of work.

When a ComboBox is in NOT a dropdown list mode, it has a edit field. Like the commandline field.
This edit field is not a custom controller. creating a custom controller that is an editor is A LOT of work. because there are a lot
of language depended things it needs to support. so, the standard edit controller is used. And it is possible to tweak its background and text colors.
However. some of the edit controls in MC have a cue banner text.  this is the text that is shown if there is no text in it and it is not in focus.
And this text color can NOT be changed. That makes the text hard to read in dark mode. And there is nothing I can do about it for now.

When showing the dropdown from a ComboBox, it is shown directly. it is not animated like it was pulled down. Like the standard one. But I almost sees that as a features. It is faster to just show it.
There are some minor bugs still with the dropdown.
There might be some issue in high DPI mode, I have not done any testing with high DPI yet.
And finally, Dark mode is ONLY support on Windows 10 and because MC is using the limited support that is in Windows for it. And Windows 10 Dark mode is a theme. You will get a weird look (I assume) if you turned of all theming in Windows 10.

IMPORTANT.

Bugs you find in version 10 report them here. BUT only if there are unique for version 10.
like Darkmode stuff or other UI issues that can have been affected be the dark mode changes or new UI controllers. For other not UI released bugs please check if they are in the latest version 9.x. if they are report in normal place. Else report them here.
I really need to separate issues that are version 10 unique or not, My time is very limited since I also have a day job. And the more clear the bug reports are the the better

Also this is a ALPHA, There will be issues with it. DO NOT upgrade current version to this without creating a backup first.  Recommended is to run the portable edition

Version 10.0 (2709)  Contains all fixed that are in 9.7

Changes:
Custom CombBox controller supporting custom colors.
Custom Checkbox/Radio Button supporting custom colors.
GroupBox controller updated to a 3rd party that support custom colors and more UI options.
Some icons updated to work better with dark mode.
Default font changed to Segoe UI (if MC is upgrades this is not changed)

Other Changes:
- Everything in 9.7
- When searching for files using content matching, Binary files are not searched by default, New option added to include binary files.
- Command line filed command ":setpos x y" or ":set pos x y h w" to set pos and size of MC window.

Know issues:
- Some of the controllers may have high DPI issues. (please report issue with DPI you find)
- Device Dropdown list is not calculating the correct width. So it is not expanded if needed
- Dark mode only works with Windows 10 1903+ (Minor issues in 1804 that can be fixed)
- Menubar is not dark. And right now it can't be fixed without major rewrites. Hoping Microsoft will add DarkMode support for that. (Or if I find a good 3rd party option)
- Many dialog is not change to DarkMode. All of them will not be change. But request the dialogs that pops up often for you that you want to be updated.

2020-06-06 2716
FIXED - ComboBox Popup fixes with High DPI mode
FIXED - High DPI Issues with Checkboxes
ADDED - ComboBox now support dynamic width with the popup
ADDED - Makesure Alt+Arrow Down and Alt+Up withs in Combobox to show/close popup
FIXED - Sometimes device combo was not updated.


32bit Portable : http://multicommander.com/files/alpha/MultiCommander_win32_Portable_(10.0.0.2716).zip
64bit Portable : http://multicommander.com/files/alpha/MultiCommander_x64_Portable_(10.0.0.2716).zip

32Bit Installer : http://multicommander.com/files/alpha/MultiCommander_win32_(10.0.0.2716).exe
64Bit Installer : http://multicommander.com/files/alpha/MultiCommander_x64_(10.0.0.2716).exe


31
Announcements and News / Version 9.7 ( 26-Apr-2020 )
« on: April 27, 2020, 22:53:48 »
Release v9.7 is a minor release. Mostly fixes. Most of the development time have gone into the coming version 10.  But that is not ready yet.
So instead here is a minor release with the fixes.


Release v9.7 (Build 2590) ( 26-Apr-2020 )
 
   ADDED - New Language - Slovenian , created by Jadran Rudec
   ADDED - CustomCommand MC.Run will now set the exitcode to $__CMDRESULT if WAIT option was used.
   FIXED - Filesearch with date match had an UTC issue when comparing time
   FIXED - MultiScript command GetXXXXXXSelectedFileNames()/GetXXXXXSelectedPaths() functions now support the option "IGNORE_FOCUS" that ignore fouce item if no items are selected.
   FIXED - MultiScript command "NetWGET" tried to save to alternative when it should not.
   FIXED - Fixed crash issue with WPD (Portable)
   FIXED - Issue when copying from RESx/Flat view and selecting merge folders.
   FIXED - 6 Stability Issues

32
Script / New function in 9.5 (ArrayToString)
« on: January 04, 2020, 14:34:37 »
From version 9.5 ArrayToString(..) now exists
http://multicommander.com/docs/multiscript/functions/array#arraytostring

It let you have an array of strings and create one string out of them, and you can specify what delimiter you want to use. (text bit that should be in between the strings)
and also if you want to put " around the each string.

All this can already be done with MultiScript funtions, but this function will make it much easier.
The main reason for this is to make string that are sent to external program as parameters easier.
like if you want to create a string with all the selected files and want to use them as a parameter

example
Code: [Select]
// get FULL path for all selected items from active view
@var $selectedItems = GetSelectedPaths();

// delimiter here is a comma and then space. ", "
// 1 is that all string should have " around then. so if there are space in the string the program can open them correct anyway
@var $selected = ArrayToString( $selectedItems , ", ", 1 );

MC.Run CMD="C:\Apps\NotePad++\notepad++.exe" ARG="{$selected}"

33
Beta Releases / Version 9.5
« on: December 30, 2019, 23:07:10 »
Version 9.5


 30+ Changes

Build 2570 - (30-Okt-2019)
*  ADDED - Possible to customzie the font that the tabs will use
*  ADDED - Possible to limit tab size is with by size
*  ADDED - Possible to limit tab size is with by characters
*  ADDED - Video Properties for length,width,size,FPS,BR,FourCC (Using Windows Shell)
*  ADDED - Customze Column list now support double click to remove or add items
*  ADDED - Create MD5/SFV files now support subfolders, however if used, it will make them incompatible with most other checkers
*  ADDED - New Language Ukrainian, Created by Bohdan Kalynyak
*  ADDED - MultiScript - ArrayToString(arr, delimiter, esacpe yn) that take an array of string and combine them to a string with delimiters.
*  FIXED - FindFiles windows enabled/disabled in another way so should work better for all now
*  FIXED - Correct MCIcons.dll files so icons are now correct again.
*  FIXED - 5 Stability Issues


34
The MultiCommander website and forum and mail system is coming back online.
It all when down after a internet provider network change. It should have been down for only an hour. But because of some very strange and annoying reason it took them 3day to fix it.
(Everything that could go wrong did)

Everything is starting to work again. It might take up to a day until everything for everyone, since the IP was changed the domains was updated and since the domain is cached in many places on the internet it can for some people take up to a day before the are provided the correct IP address.


36
Beta Releases / Multi Commander 9.1 **BETA**
« on: August 12, 2019, 14:40:31 »
Version 9.1 **BETA**


 75+ Changes

Build 2554 - (17-Okt-2019)
* ADDED - Extended logging to startup and shutdown proceess, Only active if loglevel DEBUG is set for Application log
* ADDED - Commandline field command ":qexit" That will exits MC quickly without save cleanup
* ADDED - Internal command to launch internal text or picture viewer even if anohter viewer is configured
* FIXED - WebDownload window will now use translated texts
* ADDED - WebDownload progress dialog will now show download speed
* FIXED - SortFolderByName option now works again
* FIXED - 2 Stability fixes
 
Build 2552 - (29-Sep-2019)
* ADDED - Toolbar inside FolderTree with Collapse all command (more commands later)
* FIXED - QuickLaunchbar Icon for local icon works again
* FIXED - WebDownload windows do now support translations
* FIXED - 3 Stability fixes

Build 2548 - (25-Aug-2019)
* ADDED - When renaming folder to already existing folder. You can now selected to merge content.
* FIXED - Added workaround in MultiDataViewer to avoid weird scroll behavior
* FIXED - Crash when using Env variables that no longer is valid in QuickLunchBar
* FIXED - Using UderDefinedCommands in CustomContextMenu would mess up if you removed some UserDefinedCommands.
* FIXED - Change how Secure FTP (SSL/TLS) communication works.
* FIXED - 2 Stability fixes

Build 2546 - (19-Aug-2019)
* ADDED - Added option for FolderTree if auto adjust horizontal scrollbar should be used
* FIXED - Possible hang issue when expanding FolderTree
* FIXED - Sometimes removable devices was added twice to the FolderTreeView
* ADDED - VirtualDevice created from search will now preset search string for viewed files if search used content matching
* ADDED - FTP - Change order of some of the commands sent when connection using SSL/TLS, Some FTP server that did not like previous order
* ADDED - Internal command and Menu command to restart current instance as Admin
* FIXED - MultiDataViewer user profiles could sometimes not be removed
* FIXED - MultiDataViewer user profiles with forced view mode did not always load correct
* FIXED - Ctrl+Return now works in VirtualDevice (RESx:)


Build 2540 - (12-Aug-2019)
* Added WebDownload features. Use from Tools menu or type ":wget <url to file>" in command line field
* Added Internal Command to save layout (Just as it is when exiting but without exiting) (Core.1130) (To be used from own script)
* Added Option to sort files so files are shown before folders
* Added MultiScript command "StrToCamel" that convert string to 'Camel Case'
* Fixed Calculate checksum now shows the CRC32 value in the correct way
* Fixed Progress dialog when using 'Correct folder date/time'
* Fixed Using 'Find And Replace in file' on file in virtual device (ex RESx:)
* Fixed 3 Stability issues

37
Support and Feedback / V9.0 IS FINALLY OUT
« on: July 29, 2019, 18:44:38 »
Version v9.0 is now finally out !!!

The workaround for the window focus bug in Windows 10 (1803) took longer then planned and also the virtual device thing took a lot longer then planned.

Next Release will not contain any major feature like that. It will be a fix up release for bugs that are found and minor changes and minor new features.
And will be released a lot faster.

So if you got any requests that you would like to see in the next version. Let me know now! (Even if you asked before)
Since I'm currently planning what to include in the next release.

There more information you can provide around a feature idea the bigger the chance is that it will be added.
However.. If it is a major addition. I will put in the the backlog for major ides for future release. For the next release I'm look for smaller quality of life fixes/addition.

(Post idea here http://forum.multicommander.com/forum/index.php/topic,3552.0.html )

38
Feature Requests and Suggestions / V9.0 IS FINALLY OUT
« on: July 29, 2019, 18:43:01 »
Version v9.0 is now finally out !!!

The workaround for the window focus bug in Windows 10 (1803) took longer then planned and also the virtual device thing took a lot longer then planned.

Next Release will not contain any major feature like that. It will be a fix up release for bugs that are found and minor changes and minor new features.
And will be released a lot faster.

So if you got any requests that you would like to see in the next version. Let me know now! (Even if you asked before)
Since I'm currently planning what to include in the next release.

There more information you can provide around a feature idea the bigger the chance is that it will be added.
However.. If it is a major addition. I will put in the the backlog for major ides for future release. For the next release I'm look for smaller quality of life fixes/addition.


40
Beta Releases / MultiCommander v8.9 BETA
« on: March 03, 2019, 14:50:39 »
Finally a new Beta version is here.

It been a while and it is because I do not have so much time to put on MultiCommander these day like before.
Also this release have taken extra long since I had to redesign more than I planned.

The new major core feature is that MultiCommander now have core support for virtual devices.

What it that?
That is a fake device inside MultiCommander that can hold references and show files and folder that are located in other places.
But since they are located in the virtual device almost all other features in MultiCommander will work on them,
also the Explorer panel see it as any other location so File coloring, custom columns, thumbnails and so on works on file references located in the virtual device.

So what are you going to use this for? Well as a user you will not use it directly but other features in MultiCommander will and the first one
that is using it is File Search.
Instead of file search to open its own result panel. the result will now be show in a virtual device named RES1:, or RES2:, RES3, (up to 9)
So with this,  File coloring and filtering and other features that normally work with normal paths now works on the search result.

(If there are any issue with the new result devices for file search you can enable the old search panel in Core settings > fileSystem > Tweaks )

Some other bug and minor features have also been fixed but they are not included in this beta. They re added in another code branch and will be included in the coming beta versions.

So test out the new search result panel. and let me know what works and what does not work. I got a list already of something to change. But all feedback around this is good

One different from the old panel search is that you no longer can have multiple searches running at the same time.
Not sure if that is and issue ? Support for that might be added again if there are any requests for it

Build 2515
This release has no new fixed for the new search but how progress dialogs are shown have been rewitten. This to get around the Windows 10 (1809) bug where the input focus window was not returned to MC when progress was closed. If there are any issue there is a temporary settings in Core Settings > FileSystem > Tweaks  that can you change to go back to the old way.


Build 2523 - 2019-06-08
* Can now search in the RESx: Device, So it is now possible to search in the search result
* Other minor fixes and clean up making ready for release

Build 2520 - 2019-05-26
* Added button in Explorer panel that are active only for Virtual Devices.
  It have commands for excluding items and more
* Added above commands also to context menu
* Bug Fixes

Build 2517 - 2019-05-03
* Added button top stop / pause search in waiting screen
If two panels show the res both will show the button and screen.

Build 2515 - 2019-04-28
* Fixed update issue with some progress dialogs in some situations
* Fixed issue view VirtualDeviceFolder then populated by Search Result
* Various minor update issues with search and virtual device folder fixed
* Folder search is currently searching is is now shown when filesystem scan is waiting for search to complete.
* GoogleDrive is now detected and shown in DropDown/Toolbar for cloud drive.
* SQLite support added. MC can now read/wite SQLite DB. Used for GoogleDrive support, But are plans to use it for other things in the future
* Pressing Ctrl+Left/Right arrow in th RESx: panel now works better, (Open item into other panel)
* Some stability and memory issues fixed

Build 2508 - 2019-04-07
Rewritten how progress dialogs are shown to get around the Windows 10 1809 Bug where focus was not returned to MC when program dialog was closed

Build 2500 - 2019-03-10
Added running progress in status bar when searching is active
If RESx: panel need to open open. It will now open in the target panel
Language Fixes

Build 2499 - 2019-03-06
Removed so you can not force start the old search panel from menu.
Search in extension menu is replaced with the "Find Files..." command that are also located under File Menu
You might need to update shortcut if you customized it.

 

(Bug post from previous build is split into its own post)

41
Beta Releases / Multi Commander 8.3
« on: August 03, 2018, 16:24:29 »
Better late then never :)

Release v8.3

I have not had so much time to spent on MC as planned , also been working on some internal changes.

 15+ Changes

-- Build 2466 - 3-Aug-2018

 ADDED - Executing generate bat script can now accept parameters from commandline field
 ADDED - Can now select Skip All when error is SOURCE and TARGET is same path
 ADDED - Create new shell item will now logout what is happening. Some users have issue with this, and this might solve why
 FIXED - Invert selection now works better in Windows Explorer Mode
 FIXED - Image library failed on PSD files.. remove PSD support since it was very buggy
 FIXED - Now support more then 300 UserDefinedCommand, New limit is 600
 FIXED - 2 Stability issue reported by crash report system


42
Support and Feedback / ** NEW VERSION v8.0 / v8.1 **
« on: May 01, 2018, 12:35:25 »
Final a new version. Took a lot longer than expected.


v8.1 (Build 2452) ( 5-May-2018 )

10+ Changes

 FIXED - Sometimes overwrite of readonly files failed
 FIXED - Showing second dialog page in MP3 Info dialog (ctrl+y) caused a crash
 FIXED - AudioTool - Create Mp3 Playlist can cause a crash if filter used mp3 genre matching
 FIXED - Crash when trying to replace a file inside a zip archive
 FIXED - FSBZip2 extension now support new overwrite system when extracing multile files from .tar.bz2 file
 FIXED - 3 Stability issue reported by crash report system

v8.0  (Build 2450)  ( 1-May-2018)

 140+ Changes

 ADDED - FS7Zip extension is now build using 7Zip SDK 18.01
 ADDED - FolderTree now support rename
 ADDED - Core Settings to start MultiCommnder minimized
 ADDED - Added Command line settings /MINIMIZED to force MultiCommander to start minimized
 ADDED - FolderTree can now show smart expand boxes, That only show the (+) expand box if folder have subfolders.
         (However it can cause performance issuse since it must scan all folders, Enable settings in Explorer Panel Settings)
 ADDED - Copy/Move option to skip copy or move of empty folders
         (Moving on same drive with this option will be slower, since optimzied move cant be used)
 ADDED - CustomCommand MC.Explorer.Copy/Move now support SKIPEMPTYFOLDERS
 ADDED - CustomCommand MC.Explorer.Copy/Move Now support overwrite options OVERWRITE_IFNEWER / OVERWRITE_IFSIZEDIFF / OVERWRITE_IFSIZELARGER /
                                                           OVERWRITE_IFSIZESMALLER / OVERWRITE_AUTORENAME_EXISTING / OVERWRITE_AUTORENAME_NEW
 ADDED - MultiScipt CopyFile/MoveFile function now support OVERWRITE_IFNEWER / OVERWRITE_IFSIZEDIFF / OVERWRITE_IFSIZELARGER /
                                                           OVERWRITE_IFSIZESMALLER / OVERWRITE_AUTORENAME_EXISTING / OVERWRITE_AUTORENAME_NEW
 ADDED - MultiScript function to work with tabs. (TabActivePanelSide/TabActiveTab/TabCount/TabGetPath/TabLoadTabSession)
 ADDED - Option to turn thumbnail on/off in AlreadyExistsDialog
 ADDED - Overwrite 'both' works for files copied to/from normal file system
 ADDED - Pressing F4 in the Overwrite dialog will change 'Append' button to a 'Resume' button
 ADDED - AlreadyExistsDialog shown for virtual filesystems like archive (zip,7zip) will now support the new overwrite states.
 CHANGE- Major internal change for handling of options of overwrite of files.
 FIXED - Changed how MultiCommand detects shutdown/restart of Windows 10. So it should no longer hang around when restarting Windows 10
 FIXED - Issue with single instace and show tray icon
 FIXED - Issue with minimize to tray icon and but Keep taskbar icon setting
 FIXED - Misc uncommon issues with copy overwrite options.
 FIXED - AlreadyExistsDialog , Overwrite option now works for Portable device (WPD)
 FIXED - Selecting AlreadyExistsDialog Append/Rename for single file in dialog now works.
 FIXED - New AlreadyExists dialog now works with drag/drop of Stream data (eg Office Outlook)
 FIXED - FSRAR,7Zip, FSZip, FSBZip2 now support now file overwrite options better
 FIXED - 4 Stability issue reported by crash report system



43
Beta Releases / Multi Commander v8.0
« on: March 21, 2018, 15:49:57 »
Release v7.9 RC v8.0

I have not had so much time to spent on MC as planned and also an intern redesign took a lot longer then planed
But here are some fixed anyway

125+ Changes

** PLEASE REPORT ANY ISSUE YOU HAVE WITH NEW/LISTED THINGS HERE, SINCE I DO NOT HAVE RESOURCE TO DO MASSIVE TESTING ON ALL KIND OF SYSTEMS **



-- 2450 - (1-May-2018) - Final
 ADDED - Pressing F4 in the Overwrite dialog will change 'Append' button to a 'Resume' button
 FIXED - Changed how MultiCommand detects shutdown/restart of Windows 10. So it should no longer hang around when restarting Windows 10
 FIXED - FTP conenction will now be shown correnct in the folder tree
 CHANGE - Smart expand boxes in FolderTree only works for local harddrive. for Remote and Virtual devices it is too slow


-- 2446 - (26-Apr-2018) - RC
 ADDED - FolderTree now support rename
 FIXED - FolderTree failed to expand virtual device in the tree correct
 FIXED - Overwrite options was reset if unpacker copy plugin was used with zip archives, and if there was multiple zip files.

-- 2444 - (22-Apr-2018)
 ADDED - CustomCommand MC.Explorer.Copy/Move now support SKIPEMPTYFOLDERS
 ADDED - CustomCommand MC.Explorer.Copy/Move Now support overwrite options OVERWRITE_IFNEWER / OVERWRITE_IFSIZEDIFF / OVERWRITE_IFSIZELARGER /
                                                           OVERWRITE_IFSIZESMALLER / OVERWRITE_AUTORENAME_EXISTING / OVERWRITE_AUTORENAME_NEW
 ADDED - MultiScipt CopyFile/MoveFile function now support OVERWRITE_IFNEWER / OVERWRITE_IFSIZEDIFF / OVERWRITE_IFSIZELARGER /
                                                           OVERWRITE_IFSIZESMALLER / OVERWRITE_AUTORENAME_EXISTING / OVERWRITE_AUTORENAME_NEW
 FIXED - Issue with single instace and show tray icon
 FIXED - Issue with minimize to tray icon and but Keep taskbar icon setting
 FIXED - New 7Zip SDK broke FS7Zip so password protected archive fail to open. Now works again

-- 2442 - (19-Apr-2018)
ADDED - Copy/Move option to skip copy or move of empty folders
         (Moving on same drive with this option will be slower, since optimized move cant be used)
FIXED - Misc uncommon issues with copy overwrite options.
FIXED - AlreadyExistsDialog , Overwrite option now works for Portable device (WPD)

-- Build 2437 - (2-Apr-2018)
ADDED - AlreadyExistsDialog shown for virtual filesystems like archive (zip,7zip) will now use preprocessing of overwrite state.
ADDED - FS7Zip extension is now build using 7Zip SDK 18.01
ADDED - Core Settings to start MultiCommnder minimized
ADDED - Added Command line settings /MINIMIZED to force MultiCommander to start minimized
ADDED - FolderTree can now show smart expand boxes, That only show the [ + ] expand box if folder have subfolders.
         (However it can cause performance issuse since it must scan all folders, Enable settings in Explorer Panel Settings)
FIXED - selecting AlreadyExistsDialog Append/Rename for single file in dialog now works.
FIXED - new AlreadyExists dialog now works with drag/drop of Stream data (eg Office Outlook)
FIXED - 1 Stability issue reported by crash report system

-- Build 2430 - (21-Mar-2018)
ADDED - MultiScript function to work with tabs. (TabActivePanelSide/TabActiveTab/TabCount/TabGetPath/TabLoadTabSession)
ADDED - Option to turn thumbnail on/off in AlreadyExistsDialog
ADDED - Overwrite both works for files copied to/from normal file system
CHANGE- Major internal change for handling of options of overwrite of files.
FIXED - FSRAR,7Zip, FSZip, FSBZip2 now support now file overwrite options better
FIXED - 2 Stability issue reported by crash report system


MultiScript functions
Code: [Select]
<1/2> TabActivePanelSide(); // 1 left / top , 2, right / bottom
TabActivePanelSide(<int/string> side );
<int> TabActiveTab( <int/string> side);  // return tab in panel that is active
 TabActiveTab( <int/string> side, int tabIdx );  // set tab in panel side as active
<int> TabCount(  <int/string> side ); // return the number of tab a panel side have
<string> TabGetPath(  <int/string> side, int tabIdx); // return the path of a tab IF that tab has a explorer panel, else empty string is returned
TabLoadTabSession( <string> nameOrID ); // load tab session

When providing side parameter it can be    1 = Left, 2 = Right , "right", "left", "top", "bottom", "target", "source" , "active" "inactive"
However. Be aware that this functions will require the UI to update, and while the script it running the UI will not update.
This is because the script is running on the same thread. So This function should be used with care. Depending on what you do after running this command. Some other command might fail. or not work as expected.


** Know issue **
 - SkipEmptyFolder do not work for ALL kind of extended volumes.  some FTP location support it some not.
   And when unpacking from archives it is only support for some archives. and only when unpacking using Copy method. not Unpack


45
Translations And Language Packs / Upload Language Packs Works again
« on: February 07, 2018, 22:15:30 »
The Webserver stopped accepting language pack that was being upload from within MultiCommander.

This is now fixed and upload works again.

46
Beta Releases / New Already Exists Dialog
« on: November 21, 2017, 13:28:48 »
From build 2390 MC have a new File Already Exists dialog

This is still work in progress

New
  + Show thumbnail for images for and icons for other files.
  + For .exe files it will also display the version information
  + Layout changes all Single files option are on the top row. The ALL files options on the bottom row
  + New Option  "Overwrite if size differs"
  + Commands have changed from Replace, Repalce All and such to Overwrite and Overwrite All.

TODO
 * Texts can be translated yet. Since they are not finialized.
 * Add "More" button with more option fo "All Items"  like Overwrite all smaller , Or larger . or other ?? YOu have any suggestion? let me know
 * Tool tips for the path row so entire path is shown if very long
 * If you have any idea of other improvments for the dialog. let me know ASAP.


47
Beta Releases / Multi Commander v7.6 BETA
« on: November 14, 2017, 19:21:28 »
Release v7.6 BETA RC

I'm been so very very very busy. So I had not had time to add everything I had planned.
But here are some fixed anyway

160+ Changes

** PLEASE REPORT ANY ISSUE YOU HAVE WITH NEW/LISTED THINGS HERE, SINCE I DO NOT HAVE RESOURCE TO DO MASSIVE TESTING ON ALL KIND OF SYSTEMS **


 -- Build 2400 - (16-Dec-2017 )
  ADDED - New AlreadyExistsDialog - Overwrite Larger/Small options now works
  ADDED - New AlreadyExistsDialog - Minor UI Tweaks
  ADDED - Improved logging in some places
  ADDED - Unpack Zip/7Zip now support IfSizeDiffer, IsLarger,IsSmaller overwrite options
  FIXED - 2 Stability issue reported by crash report system

 -- Build 2398 - (5-Dec-2017 )
 ADDED - New AlreadyExistsDialog - now got a "More" button that allows for more options (Options do not work yet)
 ADDED - New AlreadyExistsDialog - Now shows a tooltip when hovering over filename
 FIXED - New AlreadyExistsDialog - Tweaked the arrow navigation in the dialog

 -- Build 2397 - (4-Dec-2017 )
 FIXED - New AlreadyExistsDialog - Will now show icon if no thumbnail
 FIXED - New AlreadyExistsDialog - Size/Date will be red/green if differs
 FIXED - New AlreadyExistsDialog - Works in move operations
 ADDED - New AlreadyExistsDialog -Tooltip show if path is to long to be shown
 FIXED - Overwrite if size differs now works for Zip/7Zip
 FIXED - Zip/7Zip now using the new dialog correctly
 ADDED - API to Add/Remove column to current view
 FIXED - 2 Stability issue reported by crash report system

-- Build 2391 - (15-Nov-2017 )
 FIXED - Fixed crash issue with range selection
 FIXED - Wrong thumbnail was shown for target file
 FIXED - Crash if dialog was shown for file inside archive.. No crash anymore. but info shown in empty for now

-- Build 2390 - (14-Nov-2017 )
 ADDED - NEW Conflict dialog when copy/move files and file already exists. The new window have support for thumbnails are more options (And more will be added to it)
 ADDED - Settings if FocusItem should be saved on exit or not
 ADDED - MultiDataFileViewer got more default setups (thanks to pncdaspropagandas )
 ADDED - Added workaround for issue that if network mounted device got unmounted and remounted it got the same name since Windows Cached it.
 FIXED - Issue with range selection in WinExplorer setup
 FIXED - Issue with tab stealing focus when MultiRename window closes
 FIXED - 3 Stability issue reported by crash report system

48
Documentation / Missing Documentation - Status
« on: July 25, 2017, 12:28:54 »
I know some parts of the documentation are not up-to-date and some parts are missing..
Writing documentation, Fixing screenshot and such take a lot more time that one might think, And my time been a bit limited.


The following features are missing from the documentation

Missing
  • TabSessions
  • Custom Context Menu configuration
  • Filters

Need Update
  • File Search (Current is for the old search)

49
Beta Releases / MultiCommander v7.4 BETA
« on: July 24, 2017, 17:03:53 »
Release v7.4 BETA

Major internal change that can have caused other issues. (Presentation issues of how files are shown and such)

85+ Changes

 -- Build 2379  - (11-Aug-2017 )
 ADDED - CommandLine parameter /Instance=NAME , Will load/save config/userdata/log under its own instance name so you can run Multiple instances with separate config
 ADDED - Wheelzoom to change Thumbnail size now support larger sizes
 FIXED - 1 stability issue reported by crash report system

 -- Build 2377 - (9-Aug-2017 )
 FIXED - Sometimes when clicking on a item in Multi Commander window when focus was another app and filesystem slow, the wrong item was set as focus
 FIXED - Sometimes when doing force refresh the file coloring did not reapply
 ADDED - Settings for Device Dropdown if it should remember last used path or not
 ADDED - Holding CTRL while confirming an option in the custom create folder popup (Ctrl+Shift+F7), It will now enter that folder after creating it

 -- Build 2374 - (3-Aug-2017 )
 ADDED - FolderTree can now also sort using language aware sorting, if that settings is on
 FIXED - Somehow columnset can get saved with cleared flags resulting in strange column behaviors, Flags will now be verified at load/save
 FIXED - 2 stability issue reported by crash report system

 -- Build 2372 - (2-Aug-2017 )
 FIXED - Some OneDrive Sync ondemand issues. (Only on Windows Insider edition) (Some still left)
 ADDED - MultiDataViewer will now toggle WordWrap with Ctrl+W
 ADDED - Checksum tool now support SHA256/512
 ADDED - FolderTree will now show folder with the same colors rules as the normal list view. (Can be turned off)
 ADDED - Fixed issue with MultiScript function "SetClipboardText" Can now set clipboard data that are larger
 ADDED - ToClipboard > FileContentAsText  menu option is now enabled and works

-- Build 2368 - (26-Jul-2017 )
 FIXED - MultiDataViewer will now format hyper links with https: as clickable links
 FIXED - FSFTP caused a crash if the server return incorrect information from a PASV/PORT call
 FIXED - Tweaked column autosizing when new tab is show the first time.
 ADDED - Language Aware sorting (Slower, but some language will get a more correct sorting)
 ADDED - Settings might be saved if external program closes MultiCommander while being minimized to tray

-- Build 2365 - ( 24-Jul-2017 )
 FIXED - Fixed rare crash issue with MultiRename
 FIXED - Fixed issues when Windows returned an invalid icon overlay ( Insider Preview Windows 10 (Fall Creator Update) )
 CHANGE- Major internal change to avoid conflict with new FileSystem changes in Insider Preview Windows 10 (Fall Creator Update)
 CHANGE- Other internal changes and code cleanup


50
Script / MOVED: Re: Go To Link Target
« on: July 18, 2017, 15:28:50 »

Pages: 1 [2] 3 4 5 6 ... 9