blueprint-compiler/blueprintcompiler
James Westman 988e69ab25 lang: Allow ColumnView widgets to be built
Allow BuilderListItemFactory to contain Gtk.ColumnViewRow or
Gtk.ColumnViewCell templates, in addition to Gtk.ListItem templates.
This is necessary for people to use Gtk.ColumnView idiomatically in
Blueprint.

Fixes #157.
2024-05-02 20:19:00 -05:00
..
language lang: Allow ColumnView widgets to be built 2024-05-02 20:19:00 -05:00
outputs lang: Allow ColumnView widgets to be built 2024-05-02 20:19:00 -05:00
__init__.py Rename to blueprint-compiler 2021-12-01 15:35:58 -06:00
ast_utils.py Add warning for unused imports 2024-04-06 14:33:20 -05:00
completions.py completions: property_completer improvements 2023-08-23 16:21:37 +00:00
completions_utils.py Disable completer if applies_in_subclass type is not found 2024-02-02 11:03:16 +01:00
decompiler.py decompiler: Format resulting Blueprints 2023-12-29 02:30:13 +00:00
errors.py Add warning for unused imports 2024-04-06 14:33:20 -05:00
formatter.py Tiny formatter improvements 2023-12-19 02:29:09 +00:00
gir.py Add support for Adw.AlertDialog 2024-02-02 11:03:16 +01:00
interactive_port.py Fix formatting 2024-02-01 19:38:19 -06:00
lsp.py lsp: Fix deprecation warnings 2024-04-06 14:33:20 -05:00
lsp_utils.py Fix formatting 2024-02-01 19:38:19 -06:00
main.py Formatter CLI: Provide option to suppress diff 2024-04-27 12:04:44 +00:00
parse_tree.py Parse escape sequences instead of using replace 2023-09-28 17:18:45 -05:00
parser.py Use the new Range class in more places 2023-07-25 20:01:41 -05:00
tokenizer.py Add warning for unused imports 2024-04-06 14:33:20 -05:00
typelib.py typelib: Fix byte order issue 2023-09-14 10:19:49 -05:00
utils.py tokenizer: Allow escaped newlines 2023-10-26 18:50:07 -05:00
xml_reader.py Add isort to CI and run on files 2023-07-09 14:26:37 +00:00