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

Pages: 1 ... 5 6 7 8 [9] 10 11 12 13 ... 21
201
Support and Feedback / Re: NON-TEXT
« on: February 04, 2014, 07:07:45 »
Does it happen with any UI language?

P.S. I've switched through some languahes and it seems that the problem only appears for Czech language. Maybe something wrong with resource file.

202
Support and Feedback / Re: Double-Click Row to Open File or Folder
« on: February 04, 2014, 04:19:43 »
Try
Explorer Panel settings > Mouse Configuration
or
Quick Look'n'Feel setup > Commander style

203
Support and Feedback / Add MultiRename Tag dialog is untranslatable
« on: February 01, 2014, 11:20:56 »
Add MultiRename Tag dialog is untranslatable. I mean dialog appearing when you press [<] button and then choose Plugin and more menu item.

And i think that property type and value should be delimited. E.g. now it looks like Standard Name. I suggest to make it look like Standard: Name or Standard - Name or similar.

204
Feature Requests and Suggestions / Tray menu improvement
« on: January 31, 2014, 17:42:27 »
If Show icon option is enabled and sub-options are disabled, MC is minimized to the task bar. In that case Open Multi Commander menu item in tray menu does nothing. I suggest to make it restore MC.

205
Indeed. I can confirm strange behaviour of hide/show hidden button. It broke my coloring until MC restart. But it happened only once and i can not reproduce it.

206
Support and Feedback / Re: File coloring bugs
« on: January 30, 2014, 17:41:30 »
One more bug. Very often date value combo boxes (hours/days/...) have list height = 0. I.e. list is almost invisible. So only cursor selection works.

P.S. It happens on WinXP. Can't check on Win7 now.

207
Support and Feedback / Re: File coloring rules
« on: January 30, 2014, 17:35:29 »
I've created the same profile and some files with date matching its rules. All i see is that rules work within 1 day. I.e. files for the first 3 rules are colored while others are not. You can see it if disable/enable rules one by one.

P.S. I've also tried rules like 1h < date < 6h, 6h < date < 1d. By the way, Mathias, how <= rule can bes set (less or equal, gretaer or equal)?

208
Support and Feedback / Re: File coloring bugs
« on: January 30, 2014, 14:05:11 »
I've sent you video.

209
Support and Feedback / Re: File coloring bugs
« on: January 30, 2014, 13:42:38 »
And a bug in choose colors dialogs. When you choose Invert, Text color is set to black.
I'm not able to reproduce that. Might depend on color settings. Will try again later..
When you press Invert, sample field looks right, but in the color panel cross cursor is moved to bottom. And when you press Apply, text color is black.

210
Support and Feedback / Re: File coloring bugs
« on: January 30, 2014, 13:33:14 »
Looks like you've copy-pasted wrong piece of text

211
Support and Feedback / File coloring bugs
« on: January 30, 2014, 13:25:03 »
One more bug. If there're more than one profile, [Default] will not be applied after restart. Previous will be applied instead.
So if i have profiles [Default], test1, test2, selected e.g. test2, then selected [Default], then restart MC and get test2 profile applied.

===

And a bug in choose colors dialogs. When you choose Invert, Text color is set to black.

212
Support and Feedback / Re: File coloring rules
« on: January 30, 2014, 13:07:08 »
What are you rules? May you list tem?
I've tested a Profile with 2 rules:
1) Date :: Before :: 29.01.2014 15:52:20
2) Date :: After :: 29.01.2014 15:52:20

Both rules are applied.

===

Mathias,

There're 2 bugs in Coloring Rules Editor.

1. Value for Date field doesn't respect time zone when you choose Match Before or After.
2. When you press [.] button in the right top corner of the dialog and then press it again (change/restore dialog colors), spin buttons in the e.g. date edit controls are not updated and look like gray rectangles.

213
Clean install?
Try disabling file coloring.

214
Beta Releases / Re: Multi Commander v4.1 BETA
« on: January 27, 2014, 12:34:58 »
1. When cursor is over a flat button on the button panel, button looks like normal button (has 3d face) whereas flat buttons on drive bar has thinner face.

1. Yes, That is by design.

It looks ugly with disabled themes service.

215
Beta Releases / Re: Multi Commander v4.1 BETA
« on: January 26, 2014, 18:30:10 »
1. When cursor is over a flat button on the button panel, button looks like normal button (has 3d face) whereas flat buttons on drive bar has thinner face.

2. "Text" and "65% Done" strings in Core settings > Colors seem to miss transalation items. Don't know if it really matters.

216
Support and Feedback / Re: Bugs of CopyFile script function
« on: January 23, 2014, 12:40:48 »
Indeed, it works with ending path delimiter

217
Support and Feedback / Bugs of CopyFile script function
« on: January 23, 2014, 12:24:11 »
I have the following script:

Code: [Select]
@var $dst = GetTargetFocusPath();
@var $src = GetSourceFocusPath();

CopyFile( $dst, $src, "" );

Target focused path is E:\temp\_mc_test\1, source focused path is E:\temp\_mc_test\2.

Debugger shows:
Code: [Select]
$dst  string  E:\temp\_mc_test\1
$src  string  E:\temp\_mc_test\2

Bug #1. When dialog appears, target path is E:\temp\_mc_test\ instead of E:\temp\_mc_test\1 (so if "NODIALOG" parameter is passed to CopyFile, error occurs "...Can not copy a file to itself").

Bug #2.  MC crashes when [Cancel] button is pressed in this copy dialog. It happens if copy was called from debugger.

Now assign this script to a QuickLaunch button. Enable Allow - Rearrange of buttons option for QL bar.

Bug #3. After copy dialog appears, this button will move over QL bar following mouse cursor (even if cursor is outside QL). Now:
  a) if you press Esc copy dialog will be closed and the button will take new position;
  b) if you click somewhere outside QL bar the button will take previous position and keep focus cursor around itself;

218
It would be great if CopyFile/MoveFile functions could accept string arrays for targetPath and sourceFile.
So it would be possible to copy items to multiple folders and get less warning messages.

P.S. Maybe also add new parameter "NEWQUEUE" to force creating new queue.

219
Feature Requests and Suggestions / Re: Main Top Menu Font Change
« on: January 23, 2014, 06:15:44 »
oktom,
changing system settings doesn't affect MC, am i right? Have no idea what's wrong. As you can see on attached pictures, normally it works.

220
1. [Create new coloring profile and] add a rule.
2. Set it to Attributes :: Has :: D
3. Set some background color, e.g. green.
4. Save and close coloring wizard.

Result: both panels now have green-colored folders

5. Now go to wizard and uncheck that rule.
6. Save and close.

Result: coloring is refreshed only for active panel.

221
Feature Requests and Suggestions / Re: Main Top Menu Font Change
« on: January 21, 2014, 17:04:30 »
oktom,
I suppose Mathias talked about Menu font size which can be customized in the Personalization setup (Win7) - look here
(for WinXP look here)

222
you can type ":rdrive" in the commandline bar to refresh drives.
Maybe it should be done automatically after restoring from tray?

223
Support and Feedback / Can't drag'n'drop to folder shortcuts
« on: January 14, 2014, 07:52:00 »
1. If i create shortcut of a folder, it looks like a file shortcut
2. I can't drag'n'drop items to folder shortcut (it is possible in Windows Explorer)

224
Have you tried Tools > To Clipboard menu actions?

225
Beta Releases / Re: Multi Commander v3.9.9 BETA - Build 1598
« on: December 20, 2013, 16:25:32 »
1. Uncheck "Name" column in column menu
2. Check it.

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

Pages: 1 ... 5 6 7 8 [9] 10 11 12 13 ... 21