[UliPad]

Simple mako template support
==========================


Can add mako project and you should make mako filename suffix is 'mko'.


batch filenames rename plugin
==========================

Only support simple case.

0. update from svn
1. Install batchfilenames_plugin
2. restart UliPad
3. tool->Batch Filenames Rename

Add files -> add the filenames which you want to rename
Remove files -> remove filenames from the list
Select All -> select all filenames in the list
Skip filename suffix -> don't deal with the filename suffix

After you adding filename, you can input the pattern in the Pattern
input field, or double-click on one item, then the filename will be
displayed in the Pattern input field, then you can modify it. You can
use '???' string for num creation, i.e.:

aaaaa????

There are four '?' here, so the length of num pattern is 4, then you
can specify the Start Num, for example 1. And then select the
filenames which you want to deal with, you can just click Select All
checkbox to select all the items. Then click Create button, then the
result will be displayed in the Results column next to the Source
Filenames column. And at this time, you have still not apply the
results to the disk. If you want to apply the changes, you can click
the Apply button, then the selected filenames will be removed from the
list, and you can see these filenames have been renamed. And the
selected filenames with empty result will not be changed only be
simply unselected.

And you can see, the batchfilenames_plugin only support automatically
creation according to the number pattern. And I think it's the most
simple case.

If you like it, you can try it now.

你可能感兴趣的:(SVN)