Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 856 Bytes

build_system.rst

File metadata and controls

19 lines (13 loc) · 856 Bytes

Build System

's build system using its internal shell to build your classes. builds parameters are based on default 's JavaC build settings. You can change the build command via a settings file.

's build system support multi-threads building. By running multiple instance of build system to help build your class faster. You can set how many threads you want to run in 's user preferences.

While building, will show building progress in 's status bar. If it found any error, will show you a new view contains all errors and will keep on printing until building is complete. To cancel building in progress, just close an error logs view and will stop building your classes immediately.

Note

Building cannot be stopped if there is no error occurred.