Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mopemope committed Jan 31, 2017
1 parent 5674dfd commit 6b1b514
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Install meghanada from melpa.
(lambda ()
;; meghanada-mode on
(meghanada-mode t)
(add-hook 'before-save-hook 'delete-trailing-whitespace)))
(add-hook 'before-save-hook 'meghanada-code-beautify-before-save)))
```

### Meghanada-Server
Expand Down Expand Up @@ -174,14 +174,16 @@ Goto declaration.

Go back from declaration position.

### meghanada-code-beautify

Format buffer code.

## Troubleshooting

See `*meghanada-server-log*` buffer.

## TODO

* Reformat source (IntelliJ Rule)
* Refactoring

## License
Expand Down
15 changes: 14 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
# Version 0.5.0 (2017-01-XX)
# Version 0.5.0 (2017-01-31)

## Highlights

* Add code beautify (meghanada-code-beautify-before-save)
* Improve incremental build.
* Fix method reference bugs.

### Code Fomatter

Meghanada uses eclipse code formatter.

Formatter rule file is `meghanadaFormatter.properties`.
`meghanadaFormatter.properties` location should be project root.

Rule detail see below url.

http://help.eclipse.org/neon/index.jsp?topic=%2Forg.eclipse.jdt.doc.isv%2Freference%2Fapi%2Forg%2Feclipse%2Fjdt%2Fcore%2Fformatter%2Fpackage-summary.html

# Version 0.4.0 (2017-01-25)

Expand Down

0 comments on commit 6b1b514

Please sign in to comment.