I'm pleased to announce the first release of my Anjuta plugin featuring code completion for Vala.
You can get a tarball from here. You'll also need a patched version of vala : GCompletion binding, public Vala.Scope.symbol_table (maybe should be read only, there is also another small change that removes a warning), better source_reference for Vala.Block and support for error reporting in anjuta ui (not included in the plugin). (I'll bug Jürg later to include them.
The plugin compiles with a dozen warnings (about ignored errors) so don't worry about it.
to compile : make && make install, it needs to install in the same prefix as Anjuta, so you may need to install as root.
If you have any suggestions, bug reports or other feedback, don't hesitate. Meanwhile, I'll be working on call tips.
You can get a tarball from here. You'll also need a patched version of vala : GCompletion binding, public Vala.Scope.symbol_table (maybe should be read only, there is also another small change that removes a warning), better source_reference for Vala.Block and support for error reporting in anjuta ui (not included in the plugin). (I'll bug Jürg later to include them.
The plugin compiles with a dozen warnings (about ignored errors) so don't worry about it.
to compile : make && make install, it needs to install in the same prefix as Anjuta, so you may need to install as root.
If you have any suggestions, bug reports or other feedback, don't hesitate. Meanwhile, I'll be working on call tips.
Posted by Abderrahim Kitouni
in GNOME
| Comments (4)
| Trackback (1)
Related entries by tags:
anjuta-vala new home
Some news
Anjuta-valaplugin 0.3
Vala plugin news
GDB Vala support
anjuta-vala new home
Some news
Anjuta-valaplugin 0.3
Vala plugin news
GDB Vala support
Comments
Display comments as
(Linear | Threaded)
Go!
Layout by Ricky Wilson | Serendipity Template by Carl Galloway | Login


Another release of my Vala plugin for anjuta is available. The patch for libvala I've posted earlier are still needed. This release features : * completion based on return types of methods. * showing errors in anjuta ui (only red underline right now)
Tracked: Jul 28, 10:20