dragos / typesafe-config-eclipse

An Eclipse plugin for Typesafe Config files
Apache License 2.0
23 stars 6 forks source link

Syntax to append elements to arrays is not supported #6

Closed dotta closed 8 years ago

dotta commented 8 years ago

An error no viable alternative at character '+' is reported if the syntax to append elements to arrays is used.

To reproduce the problem, try

args += "foo.Foo"
mkurz commented 8 years ago

Same issue here

dragos commented 8 years ago

This is an easy one, if one of you guys wants to give it a go. I won't get to it before the weekend

mkurz commented 8 years ago

Is there work going on for this project? Will there be new releases?

dragos commented 8 years ago

@mkurz There will be new releases. Right now I'm juggling with some "real" work (meaning what I get payed for). If anyone is willing to help it would speed things up. I have some work on completion that I still need to polish, but a bugfix release could happen before that.

dragos commented 8 years ago

Fix via 766092d

dotta commented 8 years ago

Thx! :wine_glass:

mkurz commented 8 years ago

Cool, thanks! :beers:

dragos commented 8 years ago

I just published v 1.0.1 at the usual update site.

mkurz commented 8 years ago

@dragos Any chance you could address #1?