[Github-comments] [geany/geany] [WIP] Add Groovy custom filetype (#2188)

Jonathan Bradley Whited notifications at xxxxx
Thu Jun 13 18:38:58 UTC 2019


Looks good and works fine. Thanks.

My suggestion for build-menu:

```
FT_00_LB=_Compile
FT_00_CM=groovyc "%f"
FT_00_WD=

EX_00_LB=Execute _Script
EX_00_CM=groovy "%f"
EX_00_WD=
```

To execute a non-script made by using groovyc, you'd need to also add the groovy jar to the classpath, but too difficult, so no reason for it.

Also, I think it'd be great to add Gradle files:

```
Groovy=*.groovy;*.gradle;
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2188#issuecomment-501830026
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190613/e04421fa/attachment.html>


More information about the Github-comments mailing list