Author Topic: Multi Commander v3.9.9 BETA - Build 1598  (Read 10942 times)

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4271
    • View Profile
    • Multi Commander
Multi Commander v3.9.9 BETA - Build 1598
« on: December 19, 2013, 12:47:58 »
Release v3.9.9 (Build 1598)

   415+ Changes and some of them are...

-- Build 1598
ADDED - Show Select/Unselect popup menu can be shown using hotkeys.
FIXED - After scanning network, The background thread are now closed correctly
FIXED - FileType setup and icon override now works with quoted paths.
FIXED - Some places did not use the Multi Language System. (New Language Texts Added)
UPG   - Upgrade the 3d party Metadata library in the MCAudioTools extension, Now using TagLib 1.9.1


Change Log for Build 1595

Know Issues not fixed yet
* Icon cache is not flushed after a change of icons in FileType Setup. Do it manually with ":cic" command and then refresh views.
« Last Edit: December 19, 2013, 12:55:01 by Mathias (Author) »

Jungle

  • Contributor
  • VIP Member
  • *****
  • Posts: 510
  • Old Skull
    • View Profile
Re: Multi Commander v3.9.9 BETA - Build 1598
« Reply #1 on: December 20, 2013, 16:22:48 »
I. Localization issues.

1. Quick Look'n'Feel setup.
  a) "How do you want to control MC" uses english text
  b) "Customize" panel caption has no translation string
  c) Not enough height for text "Multi Commander is using the Commander Styled Look and Feel..."

2. Button Editor.
  a) "Don't show again" check box uses english text
  b) When command type is "User Defined Command", "User Defined Commands" and "Description" captions below are in english
  c) When command type is "Batch Script", "Codepage" caption is in english

BTW. All items in command type list are untranslatable, but i don't know if it has sence to translate them

3. Register dialog.
  a) "Register License" in title bar has no translation string
  b) "License" caption has no translation string
  c) Not enogh height for "Multi Commander does not require a license..." text

4. Filters edit / Columns customize dialogs: "Need help ?" is in english

II. Mouse cursor lock when resizing columns is still here.
« Last Edit: December 20, 2013, 16:31:14 by Jungle »

Jungle

  • Contributor
  • VIP Member
  • *****
  • Posts: 510
  • Old Skull
    • View Profile
Re: Multi Commander v3.9.9 BETA - Build 1598
« Reply #2 on: December 20, 2013, 16:25:32 »
1. Uncheck "Name" column in column menu
2. Check it.

Result: "Name" column has [almost] zero size

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4271
    • View Profile
    • Multi Commander
Re: Multi Commander v3.9.9 BETA - Build 1598
« Reply #3 on: December 21, 2013, 13:04:10 »
I. Localization issues.

1. Quick Look'n'Feel setup.
  a) "How do you want to control MC" uses english text
  b) "Customize" panel caption has no translation string
  c) Not enough height for text "Multi Commander is using the Commander Styled Look and Feel..."
a/b - MultiLanguage Text existed for them but is not used,  Fixed in next beta
c - The dialog is already at maxed size.. (Need to be able to be shown on low resolution screens. ) I will make the "spacing" a little small. and it might fit another row. Not sure if that is enough, If not then the translated text can cut some of the blank line or rephrase things.

2. Button Editor.
  a) "Don't show again" check box uses english text
  b) When command type is "User Defined Command", "User Defined Commands" and "Description" captions below are in english
  c) When command type is "Batch Script", "Codepage" caption is in english
a) I know. But can not be fix unless I rewrite major part of 3de party code and I do not have the time to do that.
b/c ) - Will see if it is possible to fix


3. Register dialog.
  a) "Register License" in title bar has no translation string
  b) "License" caption has no translation string
  c) Not enogh height for "Multi Commander does not require a license..." text
Will remove this since for 99.99% of uses this is not needed.

4. Filters edit / Columns customize dialogs: "Need help ?" is in english
MultiLangauge Text existed but was not used.. Will fix..


II. Mouse cursor lock when resizing columns is still here.
Still can not reproduce this, Something external most prevent either the mouse button up event to be sent to MC or prevent ClipCursor(..) API from working.
The code is correct.

1. Uncheck "Name" column in column menu
2. Check it.
Result: "Name" column has [almost] zero size
I know. Low prio issue. It is a minor issue that would require a lot of work to fix.