Skip to content

Commit

Permalink
* project description
Browse files Browse the repository at this point in the history
  • Loading branch information
maqdev committed Mar 8, 2011
1 parent 9a7005c commit a39bf62
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions README.md
@@ -1,9 +1,8 @@
[CarbonFX](http://carbonfx.org) ValaProject - this is a plugin for the Netbeans IDE for Vala
[CarbonFX](http://carbonfx.org) ValaProject - Plugin for the Netbeans IDE for Vala
===============================================================================

While we have new great programming language named [Vala](http://live.gnome.org/Vala),
there is a lack of support in popular IDEs of it.
So this project is a try to allow comfortable Vala programming in the Netbeans IDE.
This is a try to create plugin for Netbeans IDE to support comfortable Vala programming
[Vala](http://live.gnome.org/Vala) is a new and modern programming language based on GObject type system.

Feautures
-------------------------------------------------------------------------------
Expand All @@ -12,19 +11,22 @@ At this moment, we have implemented:

* Syntax coloring;
* Tabs and code indents;
* Syntax error highlight.

Also there is a project template based on CMake.
Using template you can build and run Vala based project from the Netbeans IDE.
Using this template you can build and run Vala based project from the Netbeans IDE.

Project template is based on
[CMake for Vala](http://westhoffswelt.de/blog/0043_build_vala_projects_with_cmake_macros.html)
- thanks to Jakob Westhoff for this.

Development
-------------------------------------------------------------------------------

The next great targets are:
* Code completion;
* Debugging.
The next tasks are:
* Sample projects for application and library within a plugin;
* Code completion and hints;
* Improve project support (class view, hide generated files and folders);
* Debugging from the IDE.

The plugin parser is based uppon ANTLR rules, see in antlr/Vala.g file.
If you want to support or contribute into the project please feel free to contact us.
Expand Down

0 comments on commit a39bf62

Please sign in to comment.