Re: [Vala] ANNOUNCE: Val(a)IDE 0.7.2

2012-12-29 Thread tarnyko
Ho, and I forgot : I will look into the issues you raised, of course (and 
other ones). 

But as I will be soon giving lessons for 1 month, it may take some time 
before we see 0.7.3. Val(a)IDE used to stay untouched for 2 years, though, 
so it's relatively fair... 


Regards,
Tarnyko 



rastersoft writes: 



-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1 


And another question: are you going to fix the code to allow it to
compile with vala 0.18? I downloaded the trunk from your repo, and still
asks for vala 0.12 :( 


El 28/12/12 21:02, rastersoft escribió:


Hi: 

Just a little question: have you added this patch I sent a year ago? 

https://bugs.launchpad.net/valide/+bug/817136 

Thanks 


El 28/12/12 18:13, tarn...@tarnyko.net escribió:
 Luca,
 Yes, it's the same codebase. I branched it without pushing back to the
main tree, as I'm alone doing the work yet.
 I discussed the topic with the original developer (Nicolas Joseph,
a.k.a. Sanpi) and he told me he doesn't have time to contribute anymore.
He doesn't mind me publishing releases, not even making public announces
;-).
 Regards,
 Tarnyko
 Luca Bruno writes:
 On Fri, Dec 28, 2012 at 1:12 PM, tarn...@tarnyko.net wrote:
 Hi folks,
 I'm very happy to announce today's release of Val(a)IDE 0.7.2.
 Val(a)IDE is a small but fast IDE for the Vala language. It provides
 syntax highlighting, autocompletion, project management...
 This release fixes lots of bugs (so the IDE shouldn't crash

anymore, and

 behave better on Win32) and notably improves autocompletion.

 Your announce confuses me. Is this the same?

https://launchpad.net/valide

 --
 www.debian.org - The Universal Operating System
 ___
 vala-list mailing list
 vala-list@gnome.org
 https://mail.gnome.org/mailman/listinfo/vala-list 




___
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list 



- -- 
Nos leemos

 RASTER(Linux user #228804)
ras...@rastersoft.com  http://www.rastersoft.com 


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with undefined - http://www.enigmail.net/ 


iEYEARECAAYFAlDeBXAACgkQXEZvyfy1ha8hnwCeJp+ocOoti7Klq//ylgxqDsph
lUgAoOCQsSzKLel6G8mUB4VBLJvQi93K
=BdxB
-END PGP SIGNATURE- 


___
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list


Re: [Vala] ANNOUNCE: Val(a)IDE 0.7.2

2012-12-29 Thread rastersoft

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi!

Yes, my bugfix was more a fast patch than a true solution, but I was
unaware of the --Xcc... option. Good to now!

About Vala version, when I try to install libvala-0.12 it forces me to
uninstall 0.16. Fortunately, it seems I can keep Vala 0.18, so seems not
to be a problem. You are right in that, for a first update, is better to
not touch something so deep.

But it asks for gdl-1.0, and in Ubuntu 12.04/Elementary Luna seems to
not exists. I can find only libgdl-3. Does somebody know how to fix that?

Thanks again for your work! And good luck with your lessons!

El 29/12/12 08:51, tarn...@tarnyko.net escribió:
 Raster,
 I was aware of the gettext bug, but not of your patch. Having looked
at it, I think that we need a smarter way to detect if gettext is used,
and only then pass the parameter. Passing it with each project _could_
have unwanted side effects.
 As for now, adding the --Xcc=-DGETTEXT... parameter in the Project
options dialog does the trick.
 For the Vala version, the hard part is that Val(a)IDE heavily relies
on libvala-0.12 specifically. It's not only a matter of compilation,
but of inner plumbing, too. I preferred not to touch that part for my
first update...
 BTW, on Debian/Ubuntu at least, I'm pretty sure you can install
several compiler versions concurrently. Have you considered using 0.12
for the compilation and execution of the IDE only ?
 Regards, Tarnyko
 rastersoft writes:

 -- Nos leemos
 RASTER (Linux user #228804)
 ras...@rastersoft.com http://www.rastersoft.com
 ___
 vala-list mailing list
 vala-list@gnome.org
 https://mail.gnome.org/mailman/listinfo/vala-list

- -- 
Nos leemos
 RASTER(Linux user #228804)
ras...@rastersoft.com  http://www.rastersoft.com

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with undefined - http://www.enigmail.net/

iEYEARECAAYFAlDe4GAACgkQXEZvyfy1ha+g+wCfcHeSWRSROaQ4JXWvRo4aogfn
ScUAnjFSLMAUX6A56EdvmWQdmVLq1Vi9
=UXfy
-END PGP SIGNATURE-

___
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list


Re: [Vala] ANNOUNCE: Val(a)IDE 0.7.2

2012-12-29 Thread tarnyko
You have to manually install the older Lucid package. It's provided in my 
installation archive : 

http://www.tarnyko.net/valaide/ValaIDE-0.7.2_(UBUNTU12).tar.bz2 


dpkg -i libgdl-1-common*
dpkg -i libgdl-1-3* 


Regards,
Tarnyko 

rastersoft writes: 



-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1 

Hi! 


Yes, my bugfix was more a fast patch than a true solution, but I was
unaware of the --Xcc... option. Good to now! 


About Vala version, when I try to install libvala-0.12 it forces me to
uninstall 0.16. Fortunately, it seems I can keep Vala 0.18, so seems not
to be a problem. You are right in that, for a first update, is better to
not touch something so deep. 


But it asks for gdl-1.0, and in Ubuntu 12.04/Elementary Luna seems to
not exists. I can find only libgdl-3. Does somebody know how to fix that? 

Thanks again for your work! And good luck with your lessons! 


El 29/12/12 08:51, tarn...@tarnyko.net escribió:

Raster,
I was aware of the gettext bug, but not of your patch. Having looked

at it, I think that we need a smarter way to detect if gettext is used,
and only then pass the parameter. Passing it with each project _could_
have unwanted side effects.

As for now, adding the --Xcc=-DGETTEXT... parameter in the Project

options dialog does the trick.

For the Vala version, the hard part is that Val(a)IDE heavily relies

on libvala-0.12 specifically. It's not only a matter of compilation,
but of inner plumbing, too. I preferred not to touch that part for my
first update...

BTW, on Debian/Ubuntu at least, I'm pretty sure you can install

several compiler versions concurrently. Have you considered using 0.12
for the compilation and execution of the IDE only ?

Regards, Tarnyko
rastersoft writes:



-- Nos leemos
RASTER (Linux user #228804)
ras...@rastersoft.com http://www.rastersoft.com
___
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list


- -- 
Nos leemos

 RASTER(Linux user #228804)
ras...@rastersoft.com  http://www.rastersoft.com 


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with undefined - http://www.enigmail.net/ 


iEYEARECAAYFAlDe4GAACgkQXEZvyfy1ha+g+wCfcHeSWRSROaQ4JXWvRo4aogfn
ScUAnjFSLMAUX6A56EdvmWQdmVLq1Vi9
=UXfy
-END PGP SIGNATURE- 


___
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list


Re: [Vala] ANNOUNCE: Val(a)IDE 0.7.2

2012-12-29 Thread foracc

I tried it out on Windows 7 and it works pretty good. Some things I noticed:

- apparently it auto-detects the system language, so the UI was half in 
german and half in english for me. Easy fix was to add a set lang=en 
line to the .bat file


- there's a Build and Execute button/hot key, but no Build and Execute

- auto completion only seems to work on the current file, i.e. if I have 
a class in another file auto completion will not work for this class 
(except when I'm editing the class file, of course)


Also I was wondering, when it's using libvala, will it be possible to 
detect coding errors as you type, just like (modern? At least it does 
for C#) Visual Studio does?





Hi folks,
I'm very happy to announce today's release of Val(a)IDE 0.7.2.
Val(a)IDE is a small but fast IDE for the Vala language. It provides
syntax highlighting, autocompletion, project management...
This release fixes lots of bugs (so the IDE shouldn't crash anymore, and
behave better on Win32) and notably improves autocompletion.
Summary of changes made and binary download links can be found at :
http://www.tarnyko.net/en/?q=node/24
Alternate download page :
http://www.tarnyko.net/dl/valaide.htm
Detailed changes can be tracked on Launchpad :
https://code.launchpad.net/~tarnyko/valide/trunk
Regards,
Tarnyko
___
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list



___
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list


Re: [Vala] ANNOUNCE: Val(a)IDE 0.7.2

2012-12-29 Thread tarnyko
Hi foracc, thanks for your feedback, my answers for your points are below : 

foracc writes: 

I tried it out on Windows 7 and it works pretty good. Some things I 
noticed: 

- apparently it auto-detects the system language, so the UI was half in 
german and half in english for me. Easy fix was to add a set lang=en 
line to the .bat file 

Yes I know, I had some mess in my locale files, so some parts are not 
translated :-(... This will be fixed in the next release. 

- there's a Build and Execute button/hot key, but no Build and 
Execute 

Good remark, it bothers me too, planned for the next one ! 

- auto completion only seems to work on the current file, i.e. if I have a 
class in another file auto completion will not work for this class (except 
when I'm editing the class file, of course) 

Good remark too, didn't notice, put on the roadmap. 

Also I was wondering, when it's using libvala, will it be possible to 
detect coding errors as you type, just like (modern? At least it does for 
C#) Visual Studio does? 

Yes. In fact, it's already implemented, but not displayed in any 
panel/window yet. Roadmapped.
 


Hi folks,
I'm very happy to announce today's release of Val(a)IDE 0.7.2.
Val(a)IDE is a small but fast IDE for the Vala language. It provides
syntax highlighting, autocompletion, project management...
This release fixes lots of bugs (so the IDE shouldn't crash anymore, and
behave better on Win32) and notably improves autocompletion.
Summary of changes made and binary download links can be found at :
http://www.tarnyko.net/en/?q=node/24
Alternate download page :
http://www.tarnyko.net/dl/valaide.htm
Detailed changes can be tracked on Launchpad :
https://code.launchpad.net/~tarnyko/valide/trunk
Regards,
Tarnyko
___
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list 



___
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list

___
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list


Re: [Vala] ANNOUNCE: Val(a)IDE 0.7.2

2012-12-29 Thread pancake
Congratz for the release, but making it work with latest vala is prioritary to 
ease the work of packagers and developers

On Dec 29, 2012, at 14:45, tarn...@tarnyko.net wrote:

 Hi foracc, thanks for your feedback, my answers for your points are below : 
 foracc writes: 
 I tried it out on Windows 7 and it works pretty good. Some things I noticed: 
 - apparently it auto-detects the system language, so the UI was half in 
 german and half in english for me. Easy fix was to add a set lang=en line 
 to the .bat file 
 Yes I know, I had some mess in my locale files, so some parts are not 
 translated :-(... This will be fixed in the next release. 
 - there's a Build and Execute button/hot key, but no Build and Execute 
 Good remark, it bothers me too, planned for the next one ! 
 - auto completion only seems to work on the current file, i.e. if I have a 
 class in another file auto completion will not work for this class (except 
 when I'm editing the class file, of course) 
 Good remark too, didn't notice, put on the roadmap. 
 Also I was wondering, when it's using libvala, will it be possible to detect 
 coding errors as you type, just like (modern? At least it does for C#) 
 Visual Studio does? 
 Yes. In fact, it's already implemented, but not displayed in any panel/window 
 yet. Roadmapped.
 
 Hi folks,
 I'm very happy to announce today's release of Val(a)IDE 0.7.2.
 Val(a)IDE is a small but fast IDE for the Vala language. It provides
 syntax highlighting, autocompletion, project management...
 This release fixes lots of bugs (so the IDE shouldn't crash anymore, and
 behave better on Win32) and notably improves autocompletion.
 Summary of changes made and binary download links can be found at :
 http://www.tarnyko.net/en/?q=node/24
 Alternate download page :
 http://www.tarnyko.net/dl/valaide.htm
 Detailed changes can be tracked on Launchpad :
 https://code.launchpad.net/~tarnyko/valide/trunk
 Regards,
 Tarnyko
 ___
 vala-list mailing list
 vala-list@gnome.org
 https://mail.gnome.org/mailman/listinfo/vala-list 
 ___
 vala-list mailing list
 vala-list@gnome.org
 https://mail.gnome.org/mailman/listinfo/vala-list
 ___
 vala-list mailing list
 vala-list@gnome.org
 https://mail.gnome.org/mailman/listinfo/vala-list
 
___
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list


[Vala] ANNOUNCE: Val(a)IDE 0.7.2

2012-12-28 Thread tarnyko
Hi folks, 

I'm very happy to announce today's release of Val(a)IDE 0.7.2. 

Val(a)IDE is a small but fast IDE for the Vala language. It provides syntax 
highlighting, autocompletion, project management... 

This release fixes lots of bugs (so the IDE shouldn't crash anymore, and 
behave better on Win32) and notably improves autocompletion. 


Summary of changes made and binary download links can be found at :
http://www.tarnyko.net/en/?q=node/24
Alternate download page :
http://www.tarnyko.net/dl/valaide.htm 


Detailed changes can be tracked on Launchpad :
https://code.launchpad.net/~tarnyko/valide/trunk 


Regards,
Tarnyko
___
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list


Re: [Vala] ANNOUNCE: Val(a)IDE 0.7.2

2012-12-28 Thread rastersoft

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Oh, yeah! Thanks

El 28/12/12 13:12, tarn...@tarnyko.net escribió:
 Hi folks,
 I'm very happy to announce today's release of Val(a)IDE 0.7.2.
 Val(a)IDE is a small but fast IDE for the Vala language. It provides
syntax highlighting, autocompletion, project management...
 This release fixes lots of bugs (so the IDE shouldn't crash anymore,
and behave better on Win32) and notably improves autocompletion.
 Summary of changes made and binary download links can be found at :
 http://www.tarnyko.net/en/?q=node/24
 Alternate download page :
 http://www.tarnyko.net/dl/valaide.htm
 Detailed changes can be tracked on Launchpad :
 https://code.launchpad.net/~tarnyko/valide/trunk
 Regards,
 Tarnyko
 ___
 vala-list mailing list
 vala-list@gnome.org
 https://mail.gnome.org/mailman/listinfo/vala-list


- -- 
Nos leemos
 RASTER(Linux user #228804)
ras...@rastersoft.com  http://www.rastersoft.com

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with undefined - http://www.enigmail.net/

iEYEARECAAYFAlDds9YACgkQXEZvyfy1ha+KHgCgqcncZjYblvz/OCr0QXmShzMd
YFcAoLZlJ9cqE3yF8ppiM3nTQUES6FST
=y0o0
-END PGP SIGNATURE-

___
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list


Re: [Vala] ANNOUNCE: Val(a)IDE 0.7.2

2012-12-28 Thread Mario Daniel Ruiz
I love you (in a non-erotic, non-romantic way)
Enviado desde un dispositivo móvil

-Original Message-
From: tarn...@tarnyko.net
Sender: vala-list-boun...@gnome.org
Date: Fri, 28 Dec 2012 13:12:16 
To: vala-list@gnome.org
Subject: [Vala] ANNOUNCE: Val(a)IDE 0.7.2

Hi folks, 

I'm very happy to announce today's release of Val(a)IDE 0.7.2. 

Val(a)IDE is a small but fast IDE for the Vala language. It provides syntax 
highlighting, autocompletion, project management... 

This release fixes lots of bugs (so the IDE shouldn't crash anymore, and 
behave better on Win32) and notably improves autocompletion. 

 Summary of changes made and binary download links can be found at :
http://www.tarnyko.net/en/?q=node/24
 Alternate download page :
http://www.tarnyko.net/dl/valaide.htm 

Detailed changes can be tracked on Launchpad :
https://code.launchpad.net/~tarnyko/valide/trunk 

Regards,
Tarnyko
___
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list
___
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list


Re: [Vala] ANNOUNCE: Val(a)IDE 0.7.2

2012-12-28 Thread Luca Bruno
On Fri, Dec 28, 2012 at 1:12 PM, tarn...@tarnyko.net wrote:

 Hi folks,
 I'm very happy to announce today's release of Val(a)IDE 0.7.2.
 Val(a)IDE is a small but fast IDE for the Vala language. It provides
 syntax highlighting, autocompletion, project management...
 This release fixes lots of bugs (so the IDE shouldn't crash anymore, and
 behave better on Win32) and notably improves autocompletion.


Your announce confuses me. Is this the same? https://launchpad.net/valide

-- 
www.debian.org - The Universal Operating System
___
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list


Re: [Vala] ANNOUNCE: Val(a)IDE 0.7.2

2012-12-28 Thread tarnyko
Raster, Mario, 

I'm glad you like it ^^ ! 


Regards,
Tarnyko 

Mario Daniel Ruiz writes: 


I love you (in a non-erotic, non-romantic way)
Enviado desde un dispositivo móvil 


-Original Message-
From: tarn...@tarnyko.net
Sender: vala-list-boun...@gnome.org
Date: Fri, 28 Dec 2012 13:12:16 
To: vala-list@gnome.org
Subject: [Vala] ANNOUNCE: Val(a)IDE 0.7.2 

Hi folks,  

I'm very happy to announce today's release of Val(a)IDE 0.7.2.  

Val(a)IDE is a small but fast IDE for the Vala language. It provides syntax 
highlighting, autocompletion, project management...  

This release fixes lots of bugs (so the IDE shouldn't crash anymore, and 
behave better on Win32) and notably improves autocompletion.  


 Summary of changes made and binary download links can be found at :
http://www.tarnyko.net/en/?q=node/24
 Alternate download page :
http://www.tarnyko.net/dl/valaide.htm  


Detailed changes can be tracked on Launchpad :
https://code.launchpad.net/~tarnyko/valide/trunk  


Regards,
Tarnyko
___
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list

___
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list


Re: [Vala] ANNOUNCE: Val(a)IDE 0.7.2

2012-12-28 Thread tarnyko
Luca, 

Yes, it's the same codebase. I branched it without pushing back to the main 
tree, as I'm alone doing the work yet. 

I discussed the topic with the original developer (Nicolas Joseph, a.k.a. 
Sanpi) and he told me he doesn't have time to contribute anymore. He doesn't 
mind me publishing releases, not even making public announces ;-). 


Regards,
Tarnyko 

Luca Bruno writes: 

On Fri, Dec 28, 2012 at 1:12 PM, tarn...@tarnyko.net wrote: 


Hi folks,
I'm very happy to announce today's release of Val(a)IDE 0.7.2.
Val(a)IDE is a small but fast IDE for the Vala language. It provides
syntax highlighting, autocompletion, project management...
This release fixes lots of bugs (so the IDE shouldn't crash anymore, and
behave better on Win32) and notably improves autocompletion. 



Your announce confuses me. Is this the same? https://launchpad.net/valide 


--
www.debian.org - The Universal Operating System

___
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list


Re: [Vala] ANNOUNCE: Val(a)IDE 0.7.2

2012-12-28 Thread rastersoft

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi:

Just a little question: have you added this patch I sent a year ago?

https://bugs.launchpad.net/valide/+bug/817136

Thanks

El 28/12/12 18:13, tarn...@tarnyko.net escribió:
 Luca,
 Yes, it's the same codebase. I branched it without pushing back to the
main tree, as I'm alone doing the work yet.
 I discussed the topic with the original developer (Nicolas Joseph,
a.k.a. Sanpi) and he told me he doesn't have time to contribute anymore.
He doesn't mind me publishing releases, not even making public announces
;-).
 Regards,
 Tarnyko
 Luca Bruno writes:
 On Fri, Dec 28, 2012 at 1:12 PM, tarn...@tarnyko.net wrote:
 Hi folks,
 I'm very happy to announce today's release of Val(a)IDE 0.7.2.
 Val(a)IDE is a small but fast IDE for the Vala language. It provides
 syntax highlighting, autocompletion, project management...
 This release fixes lots of bugs (so the IDE shouldn't crash anymore, and
 behave better on Win32) and notably improves autocompletion.

 Your announce confuses me. Is this the same? https://launchpad.net/valide
 --
 www.debian.org - The Universal Operating System
 ___
 vala-list mailing list
 vala-list@gnome.org
 https://mail.gnome.org/mailman/listinfo/vala-list


- -- 
Nos leemos
 RASTER(Linux user #228804)
ras...@rastersoft.com  http://www.rastersoft.com

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with undefined - http://www.enigmail.net/

iEYEARECAAYFAlDd+sgACgkQXEZvyfy1ha8q3gCeOUzJG/t0rg3xaL4UIClsWQim
hOMAoIDZQGpN0BHx5YmnQOf6AYukbDYC
=W9Nf
-END PGP SIGNATURE-

___
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list


Re: [Vala] ANNOUNCE: Val(a)IDE 0.7.2

2012-12-28 Thread rastersoft

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

And another question: are you going to fix the code to allow it to
compile with vala 0.18? I downloaded the trunk from your repo, and still
asks for vala 0.12 :(

El 28/12/12 21:02, rastersoft escribió:

 Hi:

 Just a little question: have you added this patch I sent a year ago?

 https://bugs.launchpad.net/valide/+bug/817136

 Thanks

 El 28/12/12 18:13, tarn...@tarnyko.net escribió:
  Luca,
  Yes, it's the same codebase. I branched it without pushing back to the
 main tree, as I'm alone doing the work yet.
  I discussed the topic with the original developer (Nicolas Joseph,
 a.k.a. Sanpi) and he told me he doesn't have time to contribute anymore.
 He doesn't mind me publishing releases, not even making public announces
 ;-).
  Regards,
  Tarnyko
  Luca Bruno writes:
  On Fri, Dec 28, 2012 at 1:12 PM, tarn...@tarnyko.net wrote:
  Hi folks,
  I'm very happy to announce today's release of Val(a)IDE 0.7.2.
  Val(a)IDE is a small but fast IDE for the Vala language. It provides
  syntax highlighting, autocompletion, project management...
  This release fixes lots of bugs (so the IDE shouldn't crash
anymore, and
  behave better on Win32) and notably improves autocompletion.
 
  Your announce confuses me. Is this the same?
https://launchpad.net/valide
  --
  www.debian.org - The Universal Operating System
  ___
  vala-list mailing list
  vala-list@gnome.org
  https://mail.gnome.org/mailman/listinfo/vala-list



 ___
 vala-list mailing list
 vala-list@gnome.org
 https://mail.gnome.org/mailman/listinfo/vala-list


- -- 
Nos leemos
 RASTER(Linux user #228804)
ras...@rastersoft.com  http://www.rastersoft.com

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with undefined - http://www.enigmail.net/

iEYEARECAAYFAlDeBXAACgkQXEZvyfy1ha8hnwCeJp+ocOoti7Klq//ylgxqDsph
lUgAoOCQsSzKLel6G8mUB4VBLJvQi93K
=BdxB
-END PGP SIGNATURE-

___
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list


Re: [Vala] ANNOUNCE: Val(a)IDE 0.7.2

2012-12-28 Thread tarnyko
Raster, 

I was aware of the gettext bug, but not of your patch. Having looked at it, 
I think that we need a smarter way to detect if gettext is used, and only 
then pass the parameter. Passing it with each project _could_ have unwanted 
side effects.
As for now, adding the --Xcc=-DGETTEXT... parameter in the Project options 
dialog does the trick. 

For the Vala version, the hard part is that Val(a)IDE heavily relies on 
libvala-0.12 specifically. It's not only a matter of compilation, but of 
inner plumbing, too. I preferred not to touch that part for my first 
update... 

BTW, on Debian/Ubuntu at least, I'm pretty sure you can install several 
compiler versions concurrently. Have you considered using 0.12 for the 
compilation and execution of the IDE only ? 

Regards, Tarnyko 

rastersoft writes: 



-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1 


And another question: are you going to fix the code to allow it to
compile with vala 0.18? I downloaded the trunk from your repo, and still
asks for vala 0.12 :( 


El 28/12/12 21:02, rastersoft escribió:


Hi: 

Just a little question: have you added this patch I sent a year ago? 

https://bugs.launchpad.net/valide/+bug/817136 

Thanks 


El 28/12/12 18:13, tarn...@tarnyko.net escribió:
 Luca,
 Yes, it's the same codebase. I branched it without pushing back to the
main tree, as I'm alone doing the work yet.
 I discussed the topic with the original developer (Nicolas Joseph,
a.k.a. Sanpi) and he told me he doesn't have time to contribute anymore.
He doesn't mind me publishing releases, not even making public announces
;-).
 Regards,
 Tarnyko
 Luca Bruno writes:
 On Fri, Dec 28, 2012 at 1:12 PM, tarn...@tarnyko.net wrote:
 Hi folks,
 I'm very happy to announce today's release of Val(a)IDE 0.7.2.
 Val(a)IDE is a small but fast IDE for the Vala language. It provides
 syntax highlighting, autocompletion, project management...
 This release fixes lots of bugs (so the IDE shouldn't crash

anymore, and

 behave better on Win32) and notably improves autocompletion.

 Your announce confuses me. Is this the same?

https://launchpad.net/valide

 --
 www.debian.org - The Universal Operating System
 ___
 vala-list mailing list
 vala-list@gnome.org
 https://mail.gnome.org/mailman/listinfo/vala-list 




___
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list 



- -- 
Nos leemos

 RASTER(Linux user #228804)
ras...@rastersoft.com  http://www.rastersoft.com 


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with undefined - http://www.enigmail.net/ 


iEYEARECAAYFAlDeBXAACgkQXEZvyfy1ha8hnwCeJp+ocOoti7Klq//ylgxqDsph
lUgAoOCQsSzKLel6G8mUB4VBLJvQi93K
=BdxB
-END PGP SIGNATURE- 


___
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list