Overview
Request 1195867 accepted
- update to 0.14.0:
* Added a warning for unused imports.
* Added an option to not print the diff when formatting with the CLI.
* Added support for building Gtk.ColumnViewRow, Gtk.ColumnViewCell,
* and Gtk.ListHeader widgets with Gtk.BuilderListItemFactory.
* Added support for the after keyword for signals. This was previously
* documented but not implemented.
* Added support for string arrays.
* Added hover documentation for properties in lookup expressions.
* The decompiler supports action widgets, translation domains, typeof<>
* syntax, and expressions. It also supports extension syntax for
* Adw.Breakpoint, Gtk.BuilderListItemFactory, Gtk.ComboBoxText,
* Gtk.SizeGroup, and Gtk.StringList.
* Added a decompile subcommand to the CLI, which decompiles an XML .ui
* file to blueprint.
* Accessibility relations that allow multiple values are supported
* using list syntax.
* The decompiler sorts imports alphabetically.
* Translatable strings use translatable="yes" instead of translatable="true"
* for compatibility with xgettext.
* The first line of the documentation is shown in the completion list
* when using the language server.
* Object autocomplete uses a snippet to add the braces and position the
* cursor inside them.
* The carets in the CLI diagnostic output now span the whole error
* message up to the end of the first line, rather than just the first
* character.
* The decompiler emits double quotes, which are compatible with gettext.
* Fixed deprecation warnings in the language server.
* The decompiler no longer duplicates translator comments on properties.
Request History
rrahl0 created request
- update to 0.14.0:
* Added a warning for unused imports.
* Added an option to not print the diff when formatting with the CLI.
* Added support for building Gtk.ColumnViewRow, Gtk.ColumnViewCell,
* and Gtk.ListHeader widgets with Gtk.BuilderListItemFactory.
* Added support for the after keyword for signals. This was previously
* documented but not implemented.
* Added support for string arrays.
* Added hover documentation for properties in lookup expressions.
* The decompiler supports action widgets, translation domains, typeof<>
* syntax, and expressions. It also supports extension syntax for
* Adw.Breakpoint, Gtk.BuilderListItemFactory, Gtk.ComboBoxText,
* Gtk.SizeGroup, and Gtk.StringList.
* Added a decompile subcommand to the CLI, which decompiles an XML .ui
* file to blueprint.
* Accessibility relations that allow multiple values are supported
* using list syntax.
* The decompiler sorts imports alphabetically.
* Translatable strings use translatable="yes" instead of translatable="true"
* for compatibility with xgettext.
* The first line of the documentation is shown in the completion list
* when using the language server.
* Object autocomplete uses a snippet to add the braces and position the
* cursor inside them.
* The carets in the CLI diagnostic output now span the whole error
* message up to the end of the first line, rather than just the first
* character.
* The decompiler emits double quotes, which are compatible with gettext.
* Fixed deprecation warnings in the language server.
* The decompiler no longer duplicates translator comments on properties.
gnome-review-bot accepted review
Check script succeeded
dimstar accepted review
dimstar approved review
dimstar accepted request