FalsePattern pushed to master at FalsePattern/Icadea 2026年07月08日 22:38:05 +02:00
d6fecee7c7
docs: add game url to readme
FalsePattern pushed to master at FalsePattern/Icadea 2026年07月08日 22:33:20 +02:00
cdbc5c2190
chore: add license info
e3d5462b8c
docs: update readme
Compare 2 commits »
FalsePattern pushed to master at FalsePattern/Icadea 2026年07月08日 22:23:23 +02:00
c19c5aa0f1
docs: update readme
99ca91cb47
feat: quick documentation
19c0fef59f
feat: completion and annotator improvements
a8ed025a5b
feat: ton of progress today
d55ce72fa5
feat: reimplement parser, primitive type checks
FalsePattern created branch master in FalsePattern/Icadea 2026年07月08日 22:23:22 +02:00
FalsePattern created repository FalsePattern/Icadea 2026年07月08日 22:23:02 +02:00
FalsePattern pushed to rewrite-3 at FalsePattern/zigbrains 2026年07月03日 19:24:46 +02:00
1d8d311945
fix: include build-logic code
FalsePattern commented on issue FalsePattern/zigbrains#12 2026年06月11日 06:34:48 +02:00
Add case sensitivity to autocomplete

I'll look into a way to add custom sorting logic on top of the lsp4ij autocompletion code for zig/zon files

FalsePattern commented on issue FalsePattern/zigbrains#12 2026年06月09日 21:40:11 +02:00
Add case sensitivity to autocomplete

LSP4IJ has a client-side option for force-enabling case sensitivity at the client end of the LSP, we could use that

FalsePattern pushed to 0.17-compat at FalsePattern/zigbrains 2026年06月01日 22:05:17 +02:00
46942fbb01
feat: WIP 0.17 compat
FalsePattern created branch 0.17-compat in FalsePattern/zigbrains 2026年06月01日 22:05:17 +02:00
FalsePattern pushed to print-configuration-path at FalsePattern/zig 2026年05月29日 06:09:15 +02:00
596df706a6
zig build: add CLI argument for printing the configuration cache file path
FalsePattern created pull request ziglang/zig#35511 2026年05月28日 19:09:07 +02:00
zig build: add CLI argument for printing the configuration cache file path
FalsePattern created repository FalsePattern/zig 2026年05月28日 19:02:22 +02:00
FalsePattern pushed to print-configuration-path at FalsePattern/zig 2026年05月28日 19:02:21 +02:00
ab7f22e5bb
zig build: add CLI argument for printing the configuration cache file path
FalsePattern created branch print-configuration-path in FalsePattern/zig 2026年05月28日 19:02:21 +02:00
FalsePattern commented on issue ziglang/zig#35504 2026年05月28日 11:53:23 +02:00
zig build uninstall panics with link to old Github issue

It's a known issue, uninstall hasn't been implemented yet due to limitations in the build system.

FalsePattern commented on issue ziglang/zig#35498 2026年05月28日 09:06:09 +02:00
zig build CLI flag to print path to the configuration file

I have a local prototype for this, i'll open a pr later today once i had time to tidy it up a bit.

FalsePattern commented on issue FalsePattern/zigbrains#11 2026年05月27日 23:18:22 +02:00
Broken with Zig 0.17.0 master branch

update:

FalsePattern opened issue FalsePattern/zigbrains#11 2026年05月26日 11:00:18 +02:00
Zig 0.17.0 build system rewrite compatibility