Skip to content

Commit

Permalink
update READEME
Browse files Browse the repository at this point in the history
  • Loading branch information
x-hansong committed Mar 28, 2017
1 parent 5572a01 commit a26c5f0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ The output class will be created at the source path of origin class. The followi
- Generate the model class for the persistent class.
- Generate the converter class for the model class and the persistent class.
- Support add custom template to generate more code.
- Generate `@see` doc for override method

# Install
1. Search 'CodeMaker' in Idea plugins
Expand All @@ -25,7 +26,7 @@ To install a plugin from the disk in idea

# Usage
This plugin generates code from right click 'Generate...' menu while focused on a java class.
![Generage](http://7xjtfr.com1.z0.glb.clouddn.com/codemaker0.png)
![Generate](http://7xjtfr.com1.z0.glb.clouddn.com/codemaker0.png)

The plugin support multiple class to generate one code, you can set the class number of template to select multiple classes to use.

Expand Down Expand Up @@ -78,6 +79,3 @@ The plugin support multiple class to generate one code, you can set the class nu
## - params: the method params, like "(String name)"#
########################################################################################
```

## More features
- Generate @see doc for override method
4 changes: 0 additions & 4 deletions src/com/xiaohansong/codemaker/DocWriteAction.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* Alipay.com Inc.
* Copyright (c) 2004-2017 All Rights Reserved.
*/
package com.xiaohansong.codemaker;

import com.intellij.openapi.application.Result;
Expand Down
4 changes: 0 additions & 4 deletions src/com/xiaohansong/codemaker/action/DocGenerateAction.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* Alipay.com Inc.
* Copyright (c) 2004-2017 All Rights Reserved.
*/
package com.xiaohansong.codemaker.action;

import java.io.IOException;
Expand Down

0 comments on commit a26c5f0

Please sign in to comment.