Skip to content

twistedmove/Javatar

 
 

Repository files navigation

Javatar

A Sublime Text 3 Plugin for Java Development

JavatarDoc: https://javatar.readthedocs.org/<br > Report Issue: https://github.com/spywhere/Javatar/issues

Gitter Issues Release
Build Status Build Status License
release master (develop)

Javatar v2.0.0-prebeta.3

To install a prerelease version, please add Javatar to the install_preleases 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.

What's new in Javatar v2.0.0-prebeta.3

  • Remove in v2.0.0
    • Package Channel
    • Javatar Calls
    • Correct Class (use Organize Imports instead)
    • Packages Manager (now switched to a new searching system)
  • 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)
  • 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 project
    • Reduce memory usage
    • Missing project settings detection

* Bold texts are changes from the previous release

About

Java Development Plugin for Sublime Text 3

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 94.4%
  • JavaScript 5.6%