Tell me your IDE issues

Tried intalling and app with compatibility.garageDoorControl. When installing the app, it crashed:
grails.validation.ValidationException: Validation Error(s) occurred during save():

… come to find out, it was because I was using the provided simulated devices, garageDoorControl does not permit the use of simulated devices. Had to change to my actual garage door controller to get it to work. I’d call this a bug.

This thread seems mostly dead, but just in case if this one is not already on the list of known issues : Too many missing entries in the IDE Log.

is code folding (all code, not just one function at a time) coming anytime soon ? For codes of several thousands of lines it is quite indispensable and so far IDE is rendered quite useless for me. I have to use a separate compiler and it’d be nice to be able to update my code directly withing IDE without spending every time up to 5 minutes folding everything first. Thanks a lot.

No enhancements to the “Groovy” IDE are ever coming, as the current API is deprecated.

The new API does not provide a code execution environment (you need to use AWS or other hosting), so you will use your own choice of editor/builder.

Thank you for your answer. Can you enlighten me a little about this new API? I’m not sure I know what you’re referring to. Thanks again.