groovy - How can I get IntelliJ IDEA to recognize the GPars DSL? -
according gpars user guide, intellij idea supposed able recognize gpars dsl right out of box gpars jar added project. since groovy 1.8, gpars included in groovy distribution, adding facet idea project doesn't seem help.
does know how can activate dsl support? really nice have dsl keywords recognized instead of having little underlines everywhere.
note: i'm using intellij idea ultimate v11.1
it seems gpars jar groovy distribution doesn't contain gdsl script teaches idea work gpars dsl. simplest thing add gdsl file in project http://git.codehaus.org/gitweb.cgi?p=gpars.git;a=blob;f=src/main/groovy/groovyx/gpars/definitions.gdsl;h=49f6993221645e3d887e6bf99c3c0fc46afef69e;hb=b0155a809a5c9adf9de816f18121d5a60d4b455d
Comments
Post a Comment