修改说明

This commit is contained in:
molon
2014-04-27 03:04:44 +08:00
parent 1b886e1a98
commit d3abf49d6a

View File

@@ -10,7 +10,9 @@ You can custom other replacer with regex.
![replace getter](https://raw.githubusercontent.com/molon/MLAutoReplace/master/replaceOther.gif)
You need add your own syntax of getter replacer.
![replace getter](https://raw.githubusercontent.com/molon/MLAutoReplace/master/addReplaceGetter.gif)
![replace getter](https://raw.githubusercontent.com/molon/MLAutoReplace/master/addReplaceGetter.gif)
You can use `Shift+Command+\` to auto re-indent all the current edit file's source.
##getter replacer
`<name>` means the property name.
@@ -39,4 +41,8 @@ You can also reload it with the reload button in MLAutoReplace window.
##regex replacer
Exmple:
![replace getter](https://raw.githubusercontent.com/molon/MLAutoReplace/master/regex.png)
This item means that plugin will replace `@s/` to `@property (nonatomic, strong) <#custom#>`.
The plugin will detect current input line content.