Commit graph

48 commits

Author SHA1 Message Date
aa41c5c9aa
fix: More indentation work 2024-05-28 02:41:26 +02:00
6f78cab411
fix: better temp dir management 2024-05-13 20:59:22 +02:00
b85496e55c
fix: more robust lsp startup 2024-05-11 15:17:46 +02:00
f4932216a1
fix: If statement overly aggressive grammar pinning 2024-04-27 15:15:48 +02:00
2af103e5bf
chore: Optimize imports 2024-04-20 00:14:52 +02:00
cffb82122b
chore: Closeable groups to reduce clutter 2024-04-20 00:12:02 +02:00
1f042fad34
feat!!: Overhauled configs and project creation 2024-04-19 23:06:19 +02:00
125b97fb3b
feat(lsp)!: Much better action hooking 2024-04-19 14:33:20 +02:00
7fa98f1c0d
fix: More robust indentation 2024-04-19 14:29:15 +02:00
1ff76b15a7
feat: Grammar error recovery 2024-03-15 17:16:01 +01:00
4b2e9b44f6
fix: Update to latest zig grammar 2024-03-15 17:16:01 +01:00
b8aa355392
fix: LSP id collision 2024-03-15 13:55:35 +01:00
868a83326a
feat: Integrated parameter info popup 2024-03-15 04:18:00 +01:00
a266ff94c3
fix: Better indenting logic 2024-03-15 00:52:42 +01:00
03dfb20c9c
fix: Semantic highlighting broken on editor split 2024-03-12 22:53:42 +01:00
0e1314a2bd
fix: Shotgun null safety fixes 2024-03-12 22:10:47 +01:00
058ad73993
feat: Documentation link handler 2024-03-12 17:00:18 +01:00
92c5e57a03
chore: Optimize imports 2024-03-10 21:19:20 +01:00
ec5c07c0a1
feat: Better configurability 2024-03-10 17:18:40 +01:00
7b2ad7c324
chore: move some misplaced xml entires 2024-03-10 17:17:46 +01:00
3d0dbb8e36
feat!: Huge debugging refactor
- Debug support for Windows
- Debuggable zig build
- Debuggable binaries

This is a squashed commit so ignore the weird author date
2024-03-10 17:17:36 +01:00
23b72086bc
feat: Improved docs, more reliable file sync 2024-03-08 17:21:18 +01:00
66aef224b2
feat!: Colored builds and clickable file path references 2024-03-04 16:55:25 +01:00
094ddbbdd1
feat(zig): Update to latest ZLS semantic tokens 2024-03-01 16:38:59 +01:00
b32ddd6a22
fix: Migrate a bunch of work off the EDT 2024-03-01 16:01:39 +01:00
deebfc5309
feat(zig)!: Go to declaration/usages and go to definition are now separate actions 2024-02-29 19:00:10 +01:00
9181e0aa98
fix(zig): Refresh syntax highlighting after running code edits 2024-02-29 18:55:44 +01:00
edcb6af16f
feat(zig)!: Autogenerate zls config if not specified, based on project toolchain 2024-02-29 12:16:20 +01:00
c106f058ae
feat!: Reimplemented go to declaration/usages to replace the built-in action
Also removed mouse handling, no longer needed
2024-02-29 02:38:28 +01:00
db076c757d
fix(zig): Add proper lang key for notification group 2024-02-28 22:43:34 +01:00
7b867d4f0b
grammar: update to latest langref 2024-02-21 14:39:12 +01:00
e95ac1a7dd
revert: Added Code Style Zig Settings
This commit reverts dd816b314e

Reason: No longer applicable, we use the LSP formatter now.
2024-02-01 18:26:53 +01:00
f33534db49
fix: Proper auto indent 2024-02-01 18:07:46 +01:00
dfd69e219f
fix: Make LSP code formatting work 2024-02-01 18:07:28 +01:00
e7e6180b05
copyright: 2024 2024-01-25 20:39:56 +01:00
Jens van de Wiel
dd816b314e feat: Added Code Style Zig Settings 2024-01-15 21:08:13 +01:00
Jens van de Wiel
455e7b7945 feat: Added formatter 2024-01-15 19:22:20 +01:00
Mario Arias
6be1d07b0f
feat: Commenter implementation (#22)
Signed-off-by: FalsePattern <me@falsepattern.com>
2023-12-02 23:28:28 +01:00
ebc40a3486
fix: 0.11 grammar fixes 2023-08-21 19:45:54 +02:00
07bc515157
chore: update copyright headers 2023-08-21 19:16:27 +02:00
b4808db691
chore: optimize imports 2023-08-21 19:15:22 +02:00
c3145edc5c
feat: Gutter launch buttons 2023-08-21 18:52:53 +02:00
d6afb01d08
feat: Proper debugger support and some minor cleanup 2023-08-20 18:19:51 +02:00
b618c0d68c
chore: Small cleanups before release 2023-08-19 22:26:29 +02:00
e5acaab7e2
feat!: Project system integration 2023-08-19 21:49:45 +02:00
c4b753c353
feat: Autodetect ZLS binary from PATH 2023-08-19 13:59:48 +02:00
2cd5f0d084
fix(settings): Remove VarHandles, fall back to classic reflection 2023-08-19 00:52:21 +02:00
81fd11b9d7
feat: Modularize whole project 2023-08-18 23:58:54 +02:00