Windows Batch Scripts support for IntelliJ IDEA. Supports syntax highlighting, run configurations that can run any command, also empty configurations. Empty run configurations are useful when you want to execute an external tool through a run configuration.
- Commenter and file type registration fixes
- Fix error in 2021.3
- Minimum version 2020.1 (201.6668.121)
- Decrease minimum version to support older IDE Versions
- Unset the maximum intellij version to not required rebuild (by wibotwi)
- Allow installation on all JetBrains IDEs (by wibotwi)
- Fix typo causing an IllegalStateException #31 (by Divyanshu Sharma)
- Change to LazyRunConfigurationProducer, RunConfigurationProducer is deprecated
- pluginIcon (by Connectety)
- Minimum version 191.4212.41
- German translation
- MIT License #34
- Fixed IDEA 14 compatiblity (which broke when support for 15 was added)
- Color scheme based on default IntelliJ (by Cezary Butler @ Programisci.eu)
- Dracula color scheme support (by Cezary Butler @ Programisci.eu)
- Fixed IDEA 14 compatiblity (which broke when support for 15 was added)
- Support for Intellij IDEA 15 (by Alexander Kriegisch)
- Support for Intellij IDEA 13
- Support for empty configurations