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.
Comments
Display comments as
(Linear | Threaded)
Hi!!, congratulations for your work, but, peoples love screenshots!!!
Good job!, Anjuta is gonna be a complete development solution!
Go!
Go!
Layout by Ricky Wilson | Serendipity Template by Carl Galloway | Login
Calendar
| « | January '09 | » | ||||
| Mo | Tu | We | Th | Fr | Sa | Su |
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 |
| 12 | 13 | 14 | 15 | 16 | 17 | 18 |
| 19 | 20 | 21 | 22 | 23 | 24 | 25 |
| 26 | 27 | 28 | 29 | 30 | 31 | |


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, 02:20