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 - AlanJB

Pages: 1 ... 9 10 11 12 [13] 14 15 16 17 18
301
Beta Releases / Re: Multi Commander 6.5 BETA
« on: December 07, 2016, 23:34:11 »
Hi Mathias.

My bad - I read that as "Ctrl + zero".

But the "tab is locked..." dialog for every locked tab is still a pain in the ass!!

Thanks for the clarification.

302
Beta Releases / Re: Multi Commander 6.5 BETA
« on: December 07, 2016, 14:21:09 »
Hi Mathias.

I know why I get the dialogs, but that is not a very user-friendly way to restore tab sessions, IMHO.

Are you saying that:
Quote
ADDED - Double Hotkey for to Switch TabSession Ctrl+O and then Ctrl+1 to switch to first TabSession, and Ctrl+O + Ctrl2 for second and so on, up to 0
does not work at all?

303
Beta Releases / Re: Multi Commander 6.5 BETA
« on: December 07, 2016, 12:25:39 »
Testing Tab Sessions in 2294.  Two issues arise:

1. When loading a saved session, I get the "Tab is locked - close it any way?" Dialog for every locked tab in the current session. Yuk!

2. The double hotkeys for saved sessions do not seem to work.  I saved my "Default Session" to slot #1, but ctrl+0, ctrl+1 does nothing.

Or is it me?

304
Beta Releases / Re: Multi Commander 6.5 BETA
« on: October 30, 2016, 14:19:48 »
Thanks for this Mathias.

These I will find very useful: :)

  ADDED - ExplorerPanel settings for not saving none locked tabs on exit (Only keep locked tabs)
  ADDED - Popup menu on Tabs now have command to "Close all none locked tabs"
  ADDED - CustomCommand "MC.CloseAllTabs" now have the option "KEEPLOCKED", that will close all tabs except locked.

Haven't managed to break anything in testing yet ;)

305
Support and Feedback / Re: Create Folder (On Target) Bug?
« on: October 18, 2016, 23:51:58 »
I, for one, am confused.

Are you saying you were able, using your two commands, to create a folder with the same name as an existing file in the same path ?!

306
Support and Feedback / Re: Create Folder (On Target) Bug?
« on: October 17, 2016, 16:54:25 »
That all makes perfect sense:  "Target" is the "other" panel (the one without focus).

You cannot create a folder with the same name as a file (under the current path) in any Windows operating system - it is simply not allowed.

307
Feature Requests and Suggestions / Re: MultiUpdate Behaviour
« on: September 06, 2016, 23:23:13 »
Maybe should list the command line paramters.   With them you do not need to go into settings. and if you do not go in there, nothing is written to registry :)

Now THAT sounds like a great idea  :D

308
Feature Requests and Suggestions / Re: MultiUpdate Behaviour
« on: September 06, 2016, 14:48:26 »
Got it.  Thanks Mathias.

309
Feature Requests and Suggestions / MultiUpdate Behaviour
« on: September 06, 2016, 13:35:01 »
I have 2 installations of MC (both Portable, 64-bit).

I want the "test" environment to download available Betas, but the "live" one to download only stable installs.

The problem is that MultiUpdate stores its settings in the registry (not good for a Portable app, IMHO).

This means that if I download a Beta in the test setup, the next time I use the live setup it, too, will download the Beta.

My request is that MultiUpdate stores its settings in a local .ini (or .xml) file instead.

310
Beta Releases / Re: Multi Commander 6.4.7 BETA
« on: August 26, 2016, 19:28:39 »
It is there.

Makesure that check for new Beta is enabled in settings

Thank you - old age & an older memory ;)

311
Beta Releases / Re: Multi Commander 6.4.7 BETA
« on: August 25, 2016, 23:46:29 »
Er...  where - no update available anywhere that I can find?

312
Beta Releases / Re: Multi Commander 6.4.7 BETA
« on: August 25, 2016, 23:43:22 »
Thank you :)

313
Support and Feedback / Re: Custom Keyboard keys for Multi-Rename?
« on: August 23, 2016, 11:17:13 »
You need to do this via a User-defined Command.  Create the command (Configuration -> User Defined Commands) as follows:

Command type:  Internal Commands
Module:  MultiRename
Command:  MultiRename

Save it with a meaningful name and assign your Hotkey Ctrl+M to it.

HTH

314
Beta Releases / Re: Multi Commander 6.4.6 BETA
« on: August 22, 2016, 11:03:06 »
Understood.

Thanks.

315
Beta Releases / Re: Multi Commander 6.4.6 BETA
« on: August 21, 2016, 23:36:11 »
Many thanks.

But read my last post in "Support and Feedback"...

316
But only in a specific situation in MC 6.4.6 (2246)...

If I lock all my tabs (Allow Subpath change); close MC; reopen MC: all is well: no logged error and all tabs (including REG:) remain locked.

But if I load a set of tabs from a .mctab file, I get the error logged, and the tab is, indeed, not locked.

Script to load tabs:
Code: [Select]
@var $xTabFile = "${mcconfigpath}" + "\\MultiCommander Tab Config.mctab";

// Do NOT move the line below or Colouring Rules break!
MC.Explorer.SetColoringRules NAME="";

MC.CloseAllTabs DONOTASK;
MC.LoadTabs REPLACE FILENAME={$xTabFile};

MC.SetActiveTab PANEL=RIGHT TAB=1;
MC.SetActiveTab PANEL=LEFT TAB=1;

Let me know if you need more info Mathias.


317
Beta Releases / Re: Multi Commander 6.4.6 BETA
« on: August 20, 2016, 19:06:07 »
Hi Mathias.

Are you going to offer build 2246 as a full, final install?  It is rock-solid :)

318
Support and Feedback / Re: Can't hide Quick Launch Bar permanently
« on: August 17, 2016, 16:19:47 »
How exactly did you hide it?

Which version of MC are you using?

319
Beta Releases / Re: Multi Commander 6.4.6 BETA
« on: August 16, 2016, 15:36:39 »
I bet myself you would say that ;)  Thanks - no issues at all so far.

Have you considered taking a day of rest and NOT touching the keyboard at all? :)

320
Beta Releases / Re: Multi Commander 6.4.6 BETA
« on: August 16, 2016, 12:54:21 »
Hi Mathias.

I have updated and begun testing...

I can confirm the "REG: at root" locking issues is fixed - thanks for that.

But 2246 does not identify itself as a Beta...?

321
Support and Feedback / Re: Unexpected Error for a REG: Tab
« on: August 11, 2016, 17:32:26 »
Thank you, my friend :)

Alan

322
Support and Feedback / Unexpected Error for a REG: Tab
« on: August 11, 2016, 17:09:48 »
I have a default set of tabs across 2 Explorer Panels, all of which are Locked - Allow Subpath change.

But since installing  build 2242, I get an entry in the log at startup, such as:

"2016-08-11 15:48:55.745 [3012] Cannot lock path. Path don't exists : REG:\"

I am able to set the tab to "Lock Tab - Allow subpath change"

323
Support and Feedback / Re: Crash upon opening Multicommander
« on: August 09, 2016, 23:39:31 »
Still no cats, but...

I just re-tested with build 2242, but this time I did not set the column layout with 'Length Total' as 'Default' - I set it only for the folders that contain audio files.

No crashes to date.

Looking good Mathias!

Alan

324
Andras,
  you can hide all the toolbars outside the explorer panels and the menu bar too, of course.

Since you are a keyboard user, it is easy to create simple user-defined commands to launch calc, notepad, etc.  and assign them to your own hot keys :)

Alan

325
Is there a hidden file or folder with the name 'Desktop'?

Pages: 1 ... 9 10 11 12 [13] 14 15 16 17 18