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

Pages: 1 2 [3] 4
51
Support and Feedback / dragging a file over the tabs area.
« on: September 15, 2020, 19:57:46 »
Hi,
I do this often, drag a file from somewhere into another program, browser etc.
When the drag crosses the tabs area, the tab changes to where to mouse crosses there.  Now i have to aim my drag so it crosses the current tab.  If i don't do that, another tab gets focus which is not what i want. I hope you can understand.
Thanks.

52
Support and Feedback / when a share is closed, mc becomes unresponsive
« on: September 15, 2020, 19:53:54 »
For instance i have a network share to my laptop form the deskop. If i turn off the laptop then on the deskop Mc becomes unresponsive. It was minimized so i tried to maximize it but i got a blank screen and i had to wait a minute or so. There are also variations when it just says 'not responding', but always with either a network share or an ftp tab that has lost connection.
I'd love to see this fixed and have my fav filemanager become more stable.

53
I have a lot of favourite folders, i'd love a long list to pick from. Thanks.

54
Well i did this, skipped a file from the cue.
Then the lower progress said the files were moved 100% while the above progress bar happily continued to move files.  ;D (fortunately)

55
Mathias no need to clutter the ui, i wouldn't mind some ini file like

Code: [Select]
[red]
c:\in
d:\in

or

c:\in=red
etc or something like that.

56
Script / Re: Is it possible to append text to a file?
« on: April 25, 2020, 13:11:45 »
maybe addarray / savearray / loadarray?

57
Support and Feedback / Re: search files
« on: April 15, 2020, 14:24:15 »
Yes i think that was my mistake, thanks again.

58
Support and Feedback / Re: search files
« on: April 15, 2020, 12:05:14 »
Mathias, i get the error again, look at the pic, it's supposed to find Adams*.ab, as you can see the file is present but the search results are empty. Explorer finds the file. It's the only search criterium, i don't see what i'm doing wrong.
Then i switched to normal mode, did the same search and now it finds them all.
Can't make much sense of it, seems very random.

59
tabs for some paths with persistant color, for instance always color d:\in red.
So that when you make a new tab and browse to d:\in (or subfolder) it will get red. I have a few paths i would love to define that way, not dependant on the tab property but in some setting window like the favourites paths. Or maybe let me assign a tab color to one of those.

60
Support and Feedback / Re: search files
« on: April 13, 2020, 14:42:22 »
sorry for the fuzz, it's working now. Dunno why it didn't before.

61
Support and Feedback / search files
« on: April 12, 2020, 13:31:21 »
Hi folks,
What am i doing wrong, i'm trying to search a map for filenames with the word 'on', but it shows me wrong results. Explorer shows the files are there.

62
Tab colors have not disappeared again! Great.

63
Can't remember what caused it. I didn't change things, on the contrary, now i have some tabs locked and colored i'd like to keep them this way.
I will keep an eye on it, I made a config backup for in case it happens again.
Thanks!

64
Mathias, today all my colored tabs except one are gone.
Be careful eveybody.

65
1, it works now, must have missed something, i'm sure it didn't work before, but it's ok now.
2. I understand, it's not a modal window, good luck.

66
Hello,
1. I just noticed that after a restart mc looses it's tab colors, is there a way to remember/reapply them?
2. On the multi-rename window, please give the Start and Close button both a keyboard shortcut. I would like more keyboard shortcuts in that dialog, after all, when renaming you mostly use the keyboard.
Thanks

ps i donated and was expecting something like contributor status, it's not important, only i didn't see it.

67
thanks, in the latest version, size is remembered and i can close the window with escape. However there is no way to Start the rename from the keyboard as far as i can see.

68
great, thank you.

69
If someone is looking for a way to do this, this works for me.

Code: [Select]
@var $files = GetSelectedPaths(), $n;
@var $s = "";
for( $n=0; $n<arrayCount($files); $n++ )
  {
  $s = $s + "\"" + $files[$n] + "\" ";
  }
$s = "c:\myprog.exe " + $s;
MC.Run CMD={$s}

70
Script / send selected files to a program in the 'send to' list
« on: March 08, 2020, 12:13:03 »
Back at multicommander after a trial of directory opus. Glad to be back, i prefer MC, not only money wise.

Is it possible to send selected files to a program in the 'send to' list by a script?
Another solution for me would be the ability to assign a key to that specific program in the 'send to' list.
The whole idea is that i'd like to send selected files to a utility with just one keystroke.

71
And possibly make Start the default button when you press Enter, or give it a shortcut key.
And please also some means of closing the multirename window by keyboard. So that when i'm working with it don't have to switch to the mouse.
Thanks.

72
Support and Feedback / ftp trice
« on: November 02, 2019, 09:03:23 »
I often see names in a ftp window twice, this is the first time i see them trice. :)

Edit: just now i saw them four times :)

73
Support and Feedback / Re: Folder Tree - Folder not shown
« on: September 25, 2019, 08:56:46 »
@mathias, that folder already exists.

74
Support and Feedback / Folder Tree - Folder not shown
« on: September 20, 2019, 12:06:00 »
see, first pic, on the right there's a map Pd, but not on the left. Now when i double click that pd map, it appears in the tree.

75
Beta Releases / beta 2548
« on: August 31, 2019, 17:50:24 »
- when going back to an ftp window after some time and trying to do something Mc becomes unresponsive, also when doing escape or trying to close the window.
- an ftp window often has all files/folder listed twice.

Pages: 1 2 [3] 4