Skip to content

Releases: FalsePattern/ZigBrains

20.0.0 - Kotlin rewrite!

07 Nov 16:55
5fa4ff7
Compare
Choose a tag to compare

Added

  • Debugging
    • Progress indicator while zig is compiling the debuggable exe

Changed

  • The entire plugin has been re-implemented in Kotlin

Fixed

  • Most of the internals have been rewritten to be fully asynchronous, so freezes should happen way less

Full Changelog: (Unavailable, the entire codebase was rewritten from scratch)

Downloads

JB marketplace
Download from FalsePattern.com

19.3.0

31 Oct 07:26
291b132
Compare
Choose a tag to compare

Added

  • Toolchains, Run Configurations

Fixed

  • Zig
    • Missing description for string conversion intentions

Full Changelog: 19.2.0...19.3.0

Relevant issues:

#73

Downloads

JB marketplace
Download from FalsePattern.com

19.2.0

26 Oct 19:41
a0a21a6
Compare
Choose a tag to compare

Added

  • Zig
    • Enter key handling in strings and multi line strings
    • Intentions for converting between multi line and quoted strings

Fixed

  • Zig
    • Multiline string language injections broke when editing the injected text

Full Changelog: 19.1.0...19.2.0

Relevant issues:

#72

Downloads

JB marketplace
Download from FalsePattern.com

19.1.0

25 Oct 18:24
56d3bef
Compare
Choose a tag to compare

Note: The changes from versions 18.1.0 and 19.0.0 have been merged into this release due to an unexpectedly productive day.

Added

  • Zig
    • Basic language injections in strings

Changed

  • Runner
    • The process execution pipeline is now fully asynchronous
    • Error output is no longer redirected to standard output

Fixed

  • Debugger
    • Zig compilation will no longer cause IDE freezes
    • Debugging with GDB no longer causes internal IDE warnings
    • Debugging zig run configurations is now possible
  • LSP
    • Rare error when checking LSP presence
    • No more error spam when zig or zls binary is missing

Full Changelog: 18.0.0...19.1.0

Relevant issues:

#65
#69
#70

Downloads

JB marketplace
Download from FalsePattern.com

18.0.0

17 Oct 09:28
972bd44
Compare
Choose a tag to compare

Added

  • Zig
    • Labeled switch statements

Changed

  • LSP
    • Updated to LSP4IJ 0.7.0

Full Changelog: 17.3.0...18.0.0

Relevant issues:

#67
redhat-developer/lsp4ij#572

Downloads

JB marketplace
Download from FalsePattern.com

17.3.1 DEV 1

03 Oct 17:32
7a37581
Compare
Choose a tag to compare
17.3.1 DEV 1 Pre-release
Pre-release

NOTICE

This version of ZigBrains depends on a nightly build of LSP4IJ: https://plugins.jetbrains.com/plugin/23257-lsp4ij/versions/nightly/613504

Changed

  • LSP
    • Updated to LSP4IJ 0.6.1-20241003-152535

Full Changelog: 17.3.0...17.3.1-dev001

Downloads

JB marketplace
Download from FalsePattern.com

17.3.0

03 Oct 12:58
18747ec
Compare
Choose a tag to compare

Added

  • Zig
    • Structure view

Changed

  • LSP
    • Updated to LSP4IJ 0.6.0

Fixed

  • Project
    • CLion will no longer prompt you to import zig projects as CMake

Full Changelog: 17.2.0...17.3.0

Downloads

JB marketplace
Download from FalsePattern.com

17.2.0

20 Sep 12:11
b018691
Compare
Choose a tag to compare

Added

  • IDEA 2024.3 support

Fixed

  • Project
    • Safer standard library path resolution

Full Changelog: 17.1.0...17.2.0

Downloads

JB marketplace
Download from FalsePattern.com

17.1.0

21 Aug 13:28
80a7b02
Compare
Choose a tag to compare

Fixed

  • Project
    • Relative paths in zig toolchain configuration would break the entire IDE

Removed

  • ZLS
    • Obsolete config options which are no longer used since migrating to LSP4IJ

Full Changelog: 17.0.0...17.1.0

Downloads

JB marketplace
Download from FalsePattern.com

17.0.0

06 Aug 16:45
b4dfb0d
Compare
Choose a tag to compare

Added

  • Project
    • Zig Build integrated into an IDE tool window. Currently only supports running single steps, for more complex steps,
      create a custom build configuration as before.

Changed

  • Project
    • Increased internal zig tool timeout to 10 seconds. Note that tasks don't have timeout, this is only used for
      ZigBrains getting metadata about the compiler and the buildscript.

Fixed

  • Project
    • Toolchain working directory was not set when requesting compiler metadata

Full Changelog: 16.1.3...17.0.0

Downloads

JB marketplace
Download from FalsePattern.com