Javatar
Java Development Plugin for Sublime Text 3
Details
Installs
- Total 90K
- Win 52K
- Mac 19K
- Linux 20K
Apr 19 | Apr 18 | Apr 17 | Apr 16 | Apr 15 | Apr 14 | Apr 13 | Apr 12 | Apr 11 | Apr 10 | Apr 9 | Apr 8 | Apr 7 | Apr 6 | Apr 5 | Apr 4 | Apr 3 | Apr 2 | Apr 1 | Mar 31 | Mar 30 | Mar 29 | Mar 28 | Mar 27 | Mar 26 | Mar 25 | Mar 24 | Mar 23 | Mar 22 | Mar 21 | Mar 20 | Mar 19 | Mar 18 | Mar 17 | Mar 16 | Mar 15 | Mar 14 | Mar 13 | Mar 12 | Mar 11 | Mar 10 | Mar 9 | Mar 8 | Mar 7 | Mar 6 | Mar 5 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 1 | 1 | 5 | 1 | 0 | 1 | 1 | 3 | 5 | 0 | 1 | 2 | 3 | 1 | 3 | 3 | 1 | 1 | 2 | 0 | 0 | 1 | 0 | 2 | 1 | 1 | 0 | 1 | 2 | 3 | 4 | 2 | 3 | 2 | 0 | 1 | 2 | 1 | 2 | 0 | 4 | 3 | 5 | 3 |
Mac | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 1 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 2 | 0 | 0 | 1 | 0 | 1 | 2 | 3 | 0 | 3 | 0 | 0 | 0 | 0 | 2 | 1 | 0 | 1 | 0 | 0 | 0 | 1 |
Linux | 0 | 0 | 0 | 1 | 1 | 3 | 1 | 0 | 0 | 4 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 3 | 1 | 0 | 0 | 2 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 2 | 1 | 1 | 0 | 0 | 1 | 0 |
Readme
- Source
- raw.githubusercontent.com
Javatar
A Sublime Text 3 Plugin for Java Development
JavatarDoc: https://javatar.readthedocs.org/
Report Issue: https://github.com/spywhere/Javatar/issues
release | master (develop) |
Javatar v2.0.0-prebeta.4
To install a prerelease version, please add Javatar
to the install_prereleases
list in the Package Control user's settings.
Prerelease version contains a new feature which will introduce in Javatar v2.0.0 but please keep in mind that prerelease version is not a stable build to use and not all features are fully working.
Please note that Javatar v1.0.0 settings are not compatible with Javatar v2.0.0 settings. Even though some settings remain the same.
For the development roadmap, please checkout DevelopersNote.md
file in the Developers
directory on the Javatar repository
What's new in Javatar v2.0.0-prebeta.4
- Remove in v2.0.0
- Package Channel
- Javatar Calls
- Correct Class (use Organize Imports instead)
- Packages Manager (now switched to a new searching system)
- Auto-completion feature [1]
- Build System
- Java library path supports
- Multiple builder supports
- Multiple source folders supports
- Run main class without open the main class
- Incremental builds (build only changed files)
- JDK Detection
JAVA_HOME
will use to identify the current JDK in additional to the default behaviour
- Dependency Management
- Maven dependency supports (download from the central repository)
- Java packages now search using actual files rather than Javatar packages
- Linter supported
- Java linter supported via SublimeLinter
- Status Management
- More cleaner ways to show a status message with various contexts
- Console
- A cleaner ways to indicate multiple instance of programs
- EOF signal supported (by clearing the console)
- Macro
- Complex macros supports
- Plugin System
- Plugin API (to extends the Javatar functionalities)
- Miscellaneous
- Tweak build performance for large projects
- Reduce memory usage
- Missing project settings detection
[1]: Auto-completion feature is a really great feature to have on Javatar. However, due to the development time and the feature scope of auto-complete, Javatar cannot implement the auto-completion within the expected time frame. To simplified the words, the auto-completion feature is cancelled.
* Bold texts are changes from the previous release