Re: [Vala] gda-sql-parser.h not being included when using libgda-5.0

2019-09-25 Thread Jonathan Moerman via vala-list
). If this fixes the issue for you it may indeed be a good idea to open a bug report for this. You can also edit the generated C files and compile the binary again. (Most build systems are smart enough not to touch the intermediate C files when these are newer than the Vala files.) Jonathan Moerman Op

Re: [Vala] New Vala Language Server

2019-05-10 Thread Jonathan Moerman via vala-list
Thanks for sharing! Will have to check it out when I have some time available. Op vr 10 mei 2019 22:04 schreef : > Hi, > because there was a recent discussion about to implement another Vala > Language Server. I just wanted to inform you that there is a new one [1] > which looks really good and

Re: [Vala] valaDevelop

2019-05-10 Thread Jonathan Moerman via vala-list
ime to do that besides some small fixes.) Jonathan Moerman Op vr 10 mei 2019 om 17:33 schreef Wolfgang Mauer < wolfgang.ma...@kabelmail.de>: > Maybe a bit cynical:Idon't blame others > > When I became aware of vala last year, I was looking for an IDE and > found va

Re: [Vala] valaDevelop

2019-03-27 Thread Jonathan Moerman via vala-list
on other architectures is now also possible of course.) I don't see why uploading the generated code over the Vala code is preferred, but that isn't a choice for me to make. Jonathan Moerman Op wo 27 mrt. 2019 om 13:12 schreef Wolfgang Mauer < wolfgang.ma...@kabelmail.de>: > Sounds li

Re: [Vala] Cannot convert from `Gtk.ComboBoxText.get_active_text' to `string'

2017-04-10 Thread Jonathan Moerman
get_active_text looks like a method to me, did you try doctype = cboDocType.get_active_text(); ? Op 10 apr. 2017 4:22 p.m. schreef "Sascha Manns" : Hello list, i created a class what contains: // Properties public string doctype { get; set; } // GUI Elements

Re: [Vala] How to pass null to Gst.init?

2016-08-23 Thread Jonathan Moerman
Try something like: string[]? argv = null; Gst.init(ref argv); With reference parameters you're passing a pointer, this pointer can't be null, but the value it points to can be null. Jonathan Moerman 2016-08-23 15:13 GMT+02:00 mar...@saepia.net <mar...@saepia.net>: > Hello, &g

Re: [Vala] valadoc.org online again, but search not working

2016-06-06 Thread Jonathan Moerman
fixed." The search function does work on valadoc.valadate.org ( www.valadate.org:8000/#!wiki=index), an alternative valadoc site hosted by Chris Daley ( https://mail.gnome.org/archives/vala-list/2016-May/msg00043.html). Jonathan Moerman 2016-06-06 12:08 GMT+02:00 Ulink <ul...@g

[Vala] Derived types don't seem to get properly initialized in libpeas plugins.

2016-04-20 Thread Jonathan Moerman
eturns the same Type as the Type returned by running Type.from_instance (new ClassName ()) after it. What's a good way to deal with this? Sorry if my mail is a bit messy. Jonathan Moerman ___ vala-list mailing list vala-list@gnome.org https://mail.gnome.

Re: [Vala] Is there any usable editor for Vala?

2016-02-19 Thread Jonathan Moerman
will compile and run with newer versions of Gedit. I never meant that you should install 3.10, I should have been more clear. Jonathan Moerman 2016-02-19 21:15 GMT+01:00 Matthias Berndt <matthias_ber...@gmx.de>: > > I don't know what version of gedit you're using, but >&g

Re: [Vala] Is there any usable editor for Vala?

2016-02-14 Thread Jonathan Moerman
I don't know what version of gedit you're using, but https://github.com/JMoerman/valencia-1 works for me. (I'm using gedit 3.10) Jonathan Moerman 2016-02-14 12:32 GMT+01:00 Matthias Berndt <matthias_ber...@gmx.de>: > Hi, > > I wonder if you have any recommendation regarding