Ye, I wanted to that
Thx. Ill add it to the next release when it happens.
The main differences between MRT and MRS are:
1. MRS plugins can accept parameter. For instance FileInfo.5 returns 5th column from the CSV file. You can also set delimiter.
2. MRS has scripting support, while MRT doesn't. You can use script.wdx tho, but I don't like VBScript, nor anybody else serious enough.
3. MRS can be used outside TC, you can integrate it in Explorer or any other file manager.
4. You can extend its button menus.
5. Undo works any time (after closing or restarting) and you can easily creatre multiple undos (few lines of code)
6. Interface is
much better. The interface, actually, is one of the primary things I don't use MRT. It simply makes me insane.
7. You can double click the file and see the range construction real time. Instead of the selection that you must set in MRT, you can only set the cursor to get [N x- ] range which makes
much more sense as file names are
not the same lenght. In MRT you must
always edit the result afterwards.
Initialy I wanted to create app that can chain multiple presets on file list and execute them all. I didn't do it so far, as I didn't have time to create interface for it. However, it can be programmed in an hour or two. Its usualy much easier to create multiple paterns that transform file list to something else, then to create 1 pattern to do it (or constantly reload).
Ie:
fileList - P1 -> P2 -> ... Pn -> filelistOut
I gues this is the same that nsp ment:
I know that i can do it but i have to open MRT more than once and/or have file renamed with "temporary names"
I don't know how it turned out this way, cuz that was the MAIN thing i wanted to do when i started
And the code is indeed well done. I was commenting every thing and was taking into account that it will be read and changed by others. Everything is modularised and you can quicly plugin/out anhything. I am glad somebody already posted improvement