blueprint-compiler/gtkblueprinttool
James Westman 0afa62654d
Fix error handling on keyword blocks
Some blocks (menu, layout, etc) would emit an error if they didn't find
an opening brace, which would fail if, for example, you had an object
with ID "menu" and tried to use it as a property value.
2021-11-24 21:43:45 -06:00
..
extensions Fix error handling on keyword blocks 2021-11-24 21:43:45 -06:00
__init__.py Add setup.py 2021-10-17 23:45:24 -05:00
ast.py Support translation contexts 2021-11-24 21:17:59 -06:00
ast_utils.py Improved validation 2021-11-12 18:01:56 -06:00
completions.py Add GtkComboBoxText items 2021-11-12 18:40:26 -06:00
completions_utils.py Fix mypy warning 2021-11-24 20:06:55 -06:00
errors.py lsp: Add code actions 2021-11-11 22:59:49 -06:00
gir.py Fix enums with "-"/"_" in the name 2021-11-24 14:57:34 -06:00
lsp.py lsp: Add code actions 2021-11-11 22:59:49 -06:00
lsp_utils.py Add GtkFileFilter properties 2021-11-12 09:23:25 -06:00
main.py Add input directory argument to batch-compile 2021-11-24 21:30:12 -06:00
parse_tree.py Validate parent object for accessibility and layout 2021-11-12 17:10:30 -06:00
parser.py Fix bindings with no flags 2021-11-24 14:12:37 -06:00
parser_utils.py Support translation contexts 2021-11-24 21:17:59 -06:00
tokenizer.py Fix bugs in the tokenizer 2021-11-12 09:42:48 -06:00
utils.py lsp: Add code actions 2021-11-11 22:59:49 -06:00
xml_emitter.py Initial commit 2021-10-17 15:26:34 -05:00
xml_reader.py Improve value parsing 2021-11-01 21:51:25 -05:00