Added
- Add sub-menu for Maven and Gradle projects in Java Project explorer. PR#664
- Add Rebuild commands into context menu. PR#663
- Support
Run Build Task...
in theTerminal
menu. PR#660 - Show
Reload Java Project
shortcut in editor title area on demand. PR#671 - Add
zh-tw
locale. PR#669, contributed by @MuTsunTsai
Changed
- Rename the task type
java
, which is used for exporting jar files, tojava (buildArtifact)
. #665