aefimov / idea-batch

IntelliJ IDEA plugin for language support in BAT/CMD Windows batch files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Batch Scripts Support

Build JetBrains IntelliJ Plugins JetBrains IntelliJ plugins GitHub

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.

Changelog

Changes in version 1.0.13:

  • Commenter and file type registration fixes
  • Fix error in 2021.3
  • Minimum version 2020.1 (201.6668.121)

Changes in version 1.0.12:

  • Decrease minimum version to support older IDE Versions

Changes in version 1.0.11:

  • Unset the maximum intellij version to not required rebuild (by wibotwi)
  • Allow installation on all JetBrains IDEs (by wibotwi)

Changes in version 1.0.10:

  • 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

Changes in version 1.0.7:

  • Fixed IDEA 14 compatiblity (which broke when support for 15 was added)

Changes in version 1.0.6:

  • 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)

Changes in version 1.0.5:

  • Support for Intellij IDEA 15 (by Alexander Kriegisch)

Changes in version 1.0.4:

  • Support for Intellij IDEA 13
  • Support for empty configurations

About

IntelliJ IDEA plugin for language support in BAT/CMD Windows batch files

License:MIT License


Languages

Language:Java 81.7%Language:Lex 17.0%Language:Batchfile 1.3%