James Westman
0984e6ecbc
lsp: Add compile command
...
Add a custom command to the language server to get the compiled XML from
an open blueprint file.
Fixes #52 .
2022-03-25 14:00:05 -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