Grzegorz Dyk

Results 14 comments of Grzegorz Dyk

I don't think it's only syntactic sugar. In order to use map property I have to prepare the Data for render function correctly. Considering above case, following will not work:...

To be honest I installed vala from sources so I assumed the directory structure that is present there. I did not try to use vala installed via apt. I think...

The plugin is in the very early stage of development so compiling and running from Intellij are not supported yet.

@activey I remember about it. I need to have some more time and also there are some fixes waiting... But you can help if you want :)

I also think this is a good idea. Not sure when I would have time to tackle it, though... Any volunteers? :)

I understand you would like to compile current plugin version in Intellij? There is a quick and dirty instruction [here](https://github.com/gregorej/vala-intellij-plugin/blob/master/README.md) that worked for some people. I agree however it is...

Sorry for late response, I was a bit busy with more important things. Do I understand correctly that you are not able to run the plugin and use it in...

1. is invalid as per Vala documentation: > However, to define or refer to an identifier with a name that either starts with a digit or is a keyword, you...

About 2. I think the array braces `[]` should be after type, like: ``` Vala const string [] NAMES ```

Yeah, syntax stability is definitely a Vala's weak part