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

Pages: 1 [2]
26
Support and Feedback / Reopen tabs when closed
« on: June 04, 2012, 15:55:42 »
Hello

I realized that MC reopened as many tabs as there were when I closed it previously.
But all tabs that used to be on network drives (like S: mounted on \\srv\softs) or UNC paths are now on the root of C: drive.

Although I think it may be a prudential behaviour to not reconnect to network thingies (since it could lead to some timeout), I would like to share on how to help implement a better guess.
- I think mapped drives are easy to check : is the drive letter here, even if mapping is not refeshed. When clicking F5, trying to reconnect should get standard message (authentication, server not found, etc)
- UNC paths could be very slow to touch. So either a background thread to check against or do not reopen tab.

In both cases, is it realistic to do like for local drives: if previous path doesn't exist, try to get up one folder and re-check ?

And my last point:
- Is there a setting to disable reopening of tabs on next launch ?


Thanks

27
You're damn too fast  8)

28
Feature Requests and Suggestions / Internal Viewer - WordWrap
« on: May 30, 2012, 12:33:12 »
Hello

Could I suggest to add a wordwrap option in internal viewer?
Currently, since it doesn't scroll when we select past end of window, we never know where the select stop and if we reached EOL.

regards

29
Support and Feedback / Re: [FIXED] Copy issue
« on: May 29, 2012, 14:26:14 »
Marked as Fixed :)

30
Support and Feedback / Re: [Forum] Notify option
« on: May 29, 2012, 14:13:48 »
Actually, what I wanted is:
Profile/ Modify Profile / Notifications / Turn notification on when you post or reply to a topic.

Thanks anyhow


31
Support and Feedback / [Forum] Notify option
« on: May 29, 2012, 13:05:19 »
Hello
Is there an option to allow Original Poster to be notified by default ?

It will be handy for erratic posters.

regards

32
Feature Requests and Suggestions / Silent Copy on mouse drag
« on: May 29, 2012, 12:54:32 »
Hello

I would like to change default drag'n'drop commands. Actually I would prefer silent operations to occur by default, and having a modifier to force dialog.

does it sound feasible ?
Regards

33
Support and Feedback / [FIXED] Copy issue
« on: May 29, 2012, 12:34:04 »
Hello

I am using v2.1.1 (1038) 32 bit on WinXP SP3.

I set up a button to do a silent copy (MC.Explorer.Copy NODIALOG)
When I use it to copy one file, it creates a subfolder with the name of the file and put the file in. I have no problem with standard Copy operation.

Regards

BTW, you save me so much time with this app. Thanks very much

34
Script / Re: Create empty text file
« on: May 16, 2012, 18:43:59 »
Thanks for all answers,
I will check that on Friday.

TY

35
Hello,

The drives drop-down, with its shortcut, are of value to me.

One of the benefits having the drives as buttons is if I could reach the right-click context menu with it.
Drive context menu have some dedicated entries not available in folder one.
This menu is unavailable, even in the tree.
Since there is no "My computer" view, this is the only way to reach it from MC.

Regards

36
Script / Create empty text file
« on: May 14, 2012, 10:59:20 »
Hello

I have some use cases where i need to create empty text files. I would like to have a button/shortcut for that.
My workflow will be:
- Set the explorer panel in the folder
- Click the button
    * Create an empty text file and put it in rename mode, as it bahevaes currently when using right-click/New/Text Document

37
Script / Re: Toggle filter function
« on: November 25, 2011, 00:12:39 »
Nice. That's great !

TY

When do you plan the next stable (even a range) ? :)

38
Support and Feedback / Re: File filter issue
« on: November 22, 2011, 00:10:25 »
great!

TY

39
Feature Requests and Suggestions / Create New Tab on Double click
« on: November 20, 2011, 22:54:50 »
Hello

I think double-clicking the empty space next to the tabs could be used to create a new tab.

Regards

Mathias

40
Support and Feedback / File filter issue
« on: November 20, 2011, 22:20:02 »
Hello

I try to filter out folders, so i tried :

-/* in the filter box. This hides everything, files included
-/*.* : This hides all files and folders containing a dot in their names

It seems the / sign is not handled well by the filter.

MC 1.2.0 build 851 64bit

regards

Mathias

41
Script / Re: Toggle function
« on: November 20, 2011, 21:17:16 »
Also, the http://multicommander.com/docs/customcommands_list is empty. Is this expected ?

42
Script / Toggle filter function
« on: November 20, 2011, 21:15:19 »
Hello

I would like to have a button that toggle display filter on/off. for this to work, I need to know the state of my filter.
Is there some MC.Explorer.GetViewFilter  that can retrieve the current filter, or a way to test if a certain kind of file is displayed ?

I would expect doing something like that :

Code: [Select]
@var $filter = "-*.log"

if ( StrIsEqual({MC.Explorer.GetViewFilter}, $filter))
{
     MC.Explorer.SetViewFilter FILTER={$filter}
}
else
{
    MC.Explorer.SetViewFilter FILTER="*.*"
}

Is there already some stuff to do that ?

Regards

Mathias (yes, you read well)

Pages: 1 [2]