Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jul 05:39
· 43 commits to main since this release
e6cb21a

Added

  • Add automatic preprocessor code opening when starting a newline after a non-matching preprocessor statement (such as //#if MC >= 1.16.5 when your main project is 1.8.9)
  • Redesign file jump action
    • Add search bar
    • Improve item ordering
    • Make it work in subprojects/submodules
    • Give clearer warnings when something isn't working as expected

Fixed

  • Fix memory leak in syntax highlighter
  • Fix indentation on automatically added newline characters being incorrect

Updated

  • Bump supported IntelliJ version to latest
  • Improve preprocessor statement folding algorithm
  • Improve preprocessor statement autocompletion