Re: [Vala] Newbie need help

2018-10-02 Thread Ulink
> I wanted to try porting a bigger C# project to vala (performance/etc.) but i > think this is not a good idea. Indeed, it is. > As long as I have to deal with > buildsystem/ctags/plugins/autocomplete/whatever and not with my actual > work > It just wastes my time. But you have already

Re: [Vala] Newbie need help

2018-10-02 Thread wolfgang . mauer
Just to explain what I meant, see "https://drive.google.com/open?id=12yBaHwfpfHRIiJDr0wD_LA4xTh0ADD96; I believe that too much emphasis is placed on tools and not the development of applications... That's just my opinion, but i think all (C#) developers thinks so. Wolfgang Von:

Re: [Vala] Newbie need help

2018-10-02 Thread wolfgang . mauer
I do not want to say anything bad about vala I startet at "Vala for C# Programmers" and everything looks very easy at first glance. But .. Did any of you ever look at monodevelop? Api/autocomplete/debugging/etc. everything runs out of the box... How do you get a C# developer to use

Re: [Vala] Newbie need help

2018-10-02 Thread Al Thomas via vala-list
> On Tuesday, 2 October 2018, 19:10:29 BST, wolfgang.ma...@kabelmail.de wrote: > So thank's a lot for help, but back to monodevelop ... > Wolfgang > PS. Maybe the vala-team should think about it The 'vala-team' is anyone using Vala. It is a community driven open source project.

Re: [Vala] Newbie need help

2018-10-02 Thread wolfgang . mauer
Well, I've tried a lot and what's closest to what I need is (for me) a vmbox with Ubuntu 14.04.5. LTE with valama > NP, ask as much as you want. We need new Vala warriors ;-) Now i know why looking for "warriors" and not for developers ;-) I wanted to try porting a bigger C# project to vala

Re: [Vala] Newbie need help

2018-10-02 Thread wolfgang . mauer
Works! Thank's a lot!!! Well, as coming from C# and VS2017/Monodevelop i tryed the following: Label label = new Label("mylabel"); label. Well I expected that after the "." the list of Label Methods/Props pop up Are there some settings to do this ? Do I get this right, that there is no IDE

Re: [Vala] Newbie need help

2018-10-02 Thread Ulink
Hi, > I used geany/geany-plugins from git, now debugger works fine ;-) Perfect. > So maybe last problem/question ;-) NP, ask as much as you want. We need new Vala warriors ;-) > "autocompletion" works with vala? If, i can't get it work Primary, geany does autocompletion based on opened

Re: [Vala] Newbie need help

2018-10-02 Thread wolfgang . mauer
I used geany/geany-plugins from git, now debugger works fine ;-) So maybe last problem/question ;-) "autocompletion" works with vala? If, i can't get it work Wolfgang Von: Ulink ul...@gmx.at Gesendet: 02.10.2018 12:32 An: vala-list@gnome.org Betreff: Re: [Vala] Newbie need help THERE IS NO

Re: [Vala] Newbie need help

2018-10-02 Thread Ulink
> THERE IS NO DEBUGGER -> Ubuntu 18.04 Calm down man, we will survive it ;-) > Witch distri do you use? Mine is Ubuntu 16.04. Tried on 18.04 recently and unfortunately you are right: there is no package geany-plugin-debugger :-( Take a look at

Re: [Vala] Message's content type

2018-10-02 Thread Wolfgang Mauer
Thank's a lot, it works... Wolfgang Von: Ben Iofel iofel...@gmail.com Gesendet: 02.10.2018 04:14 An: vala-list@gnome.org,Wolfgang Mauer wolfgang.ma...@kabelmail.de Betreff: Re: [Vala] Message's content type I would guess that GMail is sending HTML email and the list disallows it On October 1,

Re: [Vala] Newbie need help

2018-10-02 Thread wolfgang . mauer
THERE IS NO DEBUGGER -> Ubuntu 18.04 Vormals nicht ausgewähltes Paket geany-plugin-ctags wird gewählt. Vorbereitung zum Entpacken von .../08-geany-plugin-ctags_1.32+dfsg-3_amd64.deb ... Entpacken von geany-plugin-ctags (1.32+dfsg-3) ... Vormals nicht ausgewähltes Paket geany-plugin-defineformat

[Vala] Newbie need help

2018-10-02 Thread Ulink
> I tried, but ubuntu has no debugger plugin ☹ sudo apt-get install geany geany-plugins geany-plugin-addons devhelp Restart Geany and activate it via "Tools - Plugin Manager - Debugger". For the "HighlightSelectedPlugin", which is very convenient, try this: * Download