![]() |
2008-07-12
, 12:00
|
|
Posts: 4,708 |
Thanked: 4,649 times |
Joined on Oct 2007
@ Bulgaria
|
#22
|
![]() |
2008-07-12
, 14:02
|
|
Posts: 2,535 |
Thanked: 6,681 times |
Joined on Mar 2008
@ UK
|
#23
|
Extension node not found in path: /MonoDevelop/Ide/Commands
![]() |
2008-07-12
, 16:55
|
|
Posts: 4,708 |
Thanked: 4,649 times |
Joined on Oct 2007
@ Bulgaria
|
#24
|
![]() |
2008-07-12
, 19:49
|
|
Posts: 2,535 |
Thanked: 6,681 times |
Joined on Mar 2008
@ UK
|
#25
|
![]() |
2008-07-12
, 20:11
|
|
Posts: 4,708 |
Thanked: 4,649 times |
Joined on Oct 2007
@ Bulgaria
|
#26
|
![]() |
2008-07-13
, 06:34
|
|
Posts: 2,535 |
Thanked: 6,681 times |
Joined on Mar 2008
@ UK
|
#27
|
About the VAPIs - the process of vapi generation is somewhat automated and can be fully so maybe with a list of libs and namespaces. VAPI metadata files can help even more as to define the variable types in the libs, so that they can be easily rebuilt on the next release. The process of generation is described here, although not very detailed. You can get all types of errors there, like duplicate signal and method names for instance
The Following User Says Thank You to Jaffa For This Useful Post: | ||
![]() |
2008-07-13
, 06:59
|
|
Posts: 4,708 |
Thanked: 4,649 times |
Joined on Oct 2007
@ Bulgaria
|
#28
|
![]() |
2008-07-13
, 13:18
|
|
Posts: 4,708 |
Thanked: 4,649 times |
Joined on Oct 2007
@ Bulgaria
|
#29
|
![]() |
2008-07-13
, 21:27
|
|
Posts: 4,708 |
Thanked: 4,649 times |
Joined on Oct 2007
@ Bulgaria
|
#30
|
Vala, being a statically typed, compiled language can have the same powerful IDE support that Java has. The other thing which distinguishes a good platform is the libraries. The port of Java's Collections API to libgee, making it usable from Vala was a great idea IMHO.
Anyway, back to IDEs. Eclipse has spoilt me, so my ideal Vala IDE would be similar (possibly even an Eclipse plugin - why develop all the accoutrement rather than concentrate on the language itself). Can Monodevelop/Anjuta/Val(a)IDE do:
Gedit does the first one. With a plugin, it does the second - ish.
I'd be very happy to push - or even help develop - plugins for a proper IDE to do that: I think it'd give the tablet a really powerful development tool. Dynamic languages like Ruby and Python can't easily have the same powerful IDE support (due to the exact same features which make them so powerful for the other tasks).
TBH, it doesn't matter what the language is: if there's an easy to use IDE with a powerful modern programming language, we might see a lot more apps being developed.
Andrew Flegg -- mailto:andrew@bleb.org | http://www.bleb.org