Skip to content
forked from rife2/bld-idea

bld support for IntelliJ IDEA

Notifications You must be signed in to change notification settings

ethauvin/bld-idea

 
 

Repository files navigation

bld IntelliJ IDEA Support

License Java Version Downloads Build

Support for the bld pure Java build tool: https://rife2.com/bld

  • detect bld projects and find their main Java class
  • quick access to open and edit the main Java class and wrapper properties of bld projects
  • list all the commands in bld projects in a side panel
  • execute one or multiple commands in the order they were selected
  • reload the commands in the bld project
  • terminate currently running bld commands
  • bld console panel for command output with source code hyperlinking
  • display the bld dependency tree
  • toggle to run bld in offline or online mode
  • auto-save all open files before executing a bld command
  • convenient bld one-click cache invalidation
  • set bld commands to run before or after IDEA compilation
  • create custom bld command run configuration with options, JVM arguments, and before launch tasks
  • assign keyboard shortcuts to bld commands

Projects need to use bld v2.0 or later.

Installation

  • Using the IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "bld" > Install

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...


Plugin based on the IntelliJ Platform Plugin Template.

About

bld support for IntelliJ IDEA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%