Awesome! Can't wait to test

On Jan 2, 2013, at 23:59, Vlad Grecescu <[email protected]> wrote:

> This third beta release contains the following fixes compared to beta2:
> 
>    - prevent a crasher when class name is blank
>    - stop stripping CDATA tags' leading and trailing whitespaces
>    - honor -D defines in the context used to parse members
>    - honoring -d for .gtkaml generated files
>    - fix a bug copying fields twice if generated automatically by properties
> 
> There should be *no* notable differences compared to 0.4.3's
> functionality other than:
> 
>    - compatibility with Vala 0.18
>    - source files' order from command line is not relevant anymore
> (previous architectural limitation)
>    - support for custom creation methods (the construct will still be
> generated by gtkaml)
>    - support for enum literals
>    - '.implicits' files renamed to '.markuphints'
> 
> Gtkaml is a markup language based on Vala which lets you create Gtk+
> composite widgets through concise XML:
> 
> <HBox homogeneous="false">
>      <Label label="_Hello" with-mnemonic="true" expand="false" fill="false"/>
>      <Entry g:public="my_entry" text="World! "/>
> </HBox>
> 
> or by using Gtkon object notation:
> 
> HBox !homogeneous {
>  Label with-mnemonic label="_Hello" !expand !fill;
>  Entry $my_entry text="World!";
> }
> 
> See http://code.google.com/p/gtkaml/ for source code, downloads and
> issue tracker
> 
> --
> Vlad
> _______________________________________________
> vala-list mailing list
> [email protected]
> https://mail.gnome.org/mailman/listinfo/vala-list
> 
_______________________________________________
vala-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to