Multi Commander > Beta Releases

Multi Commander v3.5 Alpha/Beta

<< < (2/6) > >>

exosceleton:
inline rename Ctrl issue gone in new build

Mathias (Author):
In Build 1469 the file coloring rules can now be edited using the File Coloring Rules Editor.

There is still some features missing from it like import/export, enabling/disabling of individual rules and the use of alternative rules sets and support for Multi-Language and more

Also the old file coloring is now removed and the user configuration of the old file coloring is converted into the new Coloring Rules.

Also MultiRename search/replace part support regex and there is a new Multi-Script function that replaces using regex StrRegExpReplace

--- Code: ---<str> StrRegExoReplace(<str>, <regex>, <replaceWith>, [int startPos] )
example

@var $str = "This.String.A02B22.SUBString-ZZZZ";
@var $re = ".A[0-9][0-9]B[0-9][0-9]."";
@var $result = StrRegExpReplace($str, $re, "XX");
 // result is This.StringXXSUBString-ZZZZ

--- End code ---


ice-man:
Awesome.

The file coloring rules works great.
And the UI is very dynamic. I like it. and how the background colors in the rule list follows the colors defined in the explorer panel, nice easy to show how the final result will look like.
It must have been a pain to develop, I done a lot of UI development my self in C++ and it can drive you crazy. C++ is not an easiest language to create UI in.

Some questions..

The small button in the top/left corner that switches background.. That will not be there in the final? it is a test before deciding how to go ?.. I would vote for going with the white background, look more modern, at least on Win7/Win8.

The [...] button.. What are they for? (They are all disabled now) I guess they are not for file browsing?

Also if you get the time.. When you add so it is possible to have multiple sets of "Colors profiles". It would be good if it was possible to copy all or some rules from one profile and paste into another.  Maybe as a right click menu on the list with rules. ( Copy selected, Copy All , Paste )


Ulfhednar:

--- Quote from: Mathias (Author) on August 17, 2013, 17:36:50 ---In Build 1469 the file coloring rules can now be edited using the File Coloring Rules Editor.

There is still some features missing from it like import/export, enabling/disabling of individual rules and the use of alternative rules sets and support for Multi-Language and more

Also the old file coloring is now removed and the user configuration of the old file coloring is converted into the new Coloring Rules.

Also MultiRename search/replace part support regex and there is a new Multi-Script function that replaces using regex StrRegExpReplace

--- Code: ---<str> StrRegExoReplace(<str>, <regex>, <replaceWith>, [int startPos] )
example

@var $str = "This.String.A02B22.SUBString-ZZZZ";
@var $re = ".A[0-9][0-9]B[0-9][0-9]."";
@var $result = StrRegExpReplace($str, $re, "XX");
 // result is This.StringXXSUBString-ZZZZ

--- End code ---

--- End quote ---

Yaaaaaay for regex script function !!   ;D 
I will be trying this asap!

Like the look of the colouring dialog, I find the file type colours very helpful.

Mathias (Author):

--- Quote from: ice-man on August 17, 2013, 22:20:34 ---The small button in the top/left corner that switches background.. That will not be there in the final? it is a test before deciding how to go ?.. I would vote for going with the white background, look more modern, at least on Win7/Win8.

--- End quote ---
Yes, You are correct.  I have not decided if it should be the standard dialog background or white (or really default window background.. that by default is white unless you customized windows colors)


--- Quote from: ice-man on August 17, 2013, 22:20:34 ---The [...] button.. What are they for? (They are all disabled now) I guess they are not for file browsing?

--- End quote ---
When pressed you will get a dialog where you can easily input the data. if the rule require a date/time you will get a dialog where you can pick date/time.
if it is attributes you get a list of attribute that you can easily check.


--- Quote from: ice-man on August 17, 2013, 22:20:34 ---Also if you get the time.. When you add so it is possible to have multiple sets of "Colors profiles". It would be good if it was possible to copy all or some rules from one profile and paste into another.  Maybe as a right click menu on the list with rules. ( Copy selected, Copy All , Paste )

--- End quote ---
Good idea.  I will see if I get the time. or maybe for the next version.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version