blueprint-compiler/blueprintcompiler
James Westman bbad6988fa
language: Fix some issues with menus
Blueprint's handling of menus didn't line up with how GtkBuilder handles
them. The root <menu> element must have an ID and may not have
attributes, and menus may not be used inline in a property.
2022-03-13 00:00:07 -06:00
..
language language: Fix some issues with menus 2022-03-13 00:00:07 -06:00
__init__.py Rename to blueprint-compiler 2021-12-01 15:35:58 -06:00
ast_utils.py reorganization: Finish moving parsing and AST 2022-01-26 22:37:51 -06:00
completions.py completions: Add Gtk class completions 2022-03-12 18:00:01 -06:00
completions_utils.py tokenizer: Remove redundant token types 2022-02-09 15:24:56 -06:00
decompiler.py Change sync-create to no-sync-create 2022-02-09 15:39:02 -06:00
errors.py Add warning for sync-create 2022-02-09 15:39:02 -06:00
gir.py gir: Fix assignable_to for interface implementations 2022-01-11 22:37:24 -06:00
interactive_port.py Add warning for sync-create 2022-02-09 15:39:02 -06:00
lsp.py Add warning for sync-create 2022-02-09 15:39:02 -06:00
lsp_utils.py Rename to blueprint-compiler 2021-12-01 15:35:58 -06:00
main.py Add warning for sync-create 2022-02-09 15:39:02 -06:00
parse_tree.py Add warning for sync-create 2022-02-09 15:39:02 -06:00
parser.py language: Fix some issues with menus 2022-03-13 00:00:07 -06:00
parser_utils.py reorganization: Finish moving parsing and AST 2022-01-26 22:37:51 -06:00
tokenizer.py tokenizer: Remove redundant token types 2022-02-09 15:24:56 -06:00
utils.py Create an interactive porting tool 2021-12-01 23:38:28 -06:00
xml_emitter.py fix: replace underscore with dash in XML attributes 2022-01-22 09:34:41 +03:00
xml_reader.py Create an interactive porting tool 2021-12-01 23:38:28 -06:00