Commit graph

12 commits

Author SHA1 Message Date
Megadash452
41fb14a60e Merge branch 'lsp-widget-goto' into 'main'
Draft: LSP: created command for goto widget definition. Is incomplete

See merge request jwestman/blueprint-compiler!78
2022-11-27 00:56:02 +00:00
James Westman
b915c227f8
Fix type declaration 2022-11-26 17:10:53 -06:00
Megadash452
7169fbb709 command should work, but doesnt in editor 2022-10-25 22:37:33 -04:00
Megadash452
9f240e1150 LSP: created command for goto widget definition. Is incomplete 2022-10-25 21:52:42 -04:00
James Westman
b3783b9c6a
lsp: Log to stderr rather than a file 2022-10-15 11:26:18 -05:00
Sonny Piers
50db59f2d2 lsp: Report error hints 2022-07-25 00:52:05 +02:00
James Westman
aca8dd794b
lsp: Set diagnostic relatedInformation 2022-06-08 23:08:15 -05:00
James Westman
65691dfac6
Include version number in lsp and cli
Fixes #61.
2022-06-08 22:25:22 -05:00
James Westman
6576e02837
lsp: Report warnings correctly
Previously all diagnostics had the "error" severity, now warnings are
correctly reported as such
2022-03-15 23:06:45 -05:00
James Westman
9873a2072b Add warning for sync-create 2022-02-09 15:39:02 -06:00
James Westman
d23c06b8fd
lsp: Fix text encoding issue
Content-Length is the number of bytes in the message, but the JSONRPC
code was interpreting it as a number of characters (when both reading and
writing), which caused it to fail on multibyte UTF-8 characters.
2021-12-06 11:46:33 -06:00
James Westman
544d152fb6
Rename to blueprint-compiler
This isn't an official GTK project so better to avoid using "GTK" in the
name.
2021-12-01 15:35:58 -06:00
Renamed from gtkblueprinttool/lsp.py (Browse further)