kelemen / netbeans-gradle-project

This project is a NetBeans plugin able to open Gradle based Java projects. The implementation is based on Geertjan Wielenga's plugin.
172 stars 57 forks source link

Property "Ask before cancel execution of application in NetBeans" on … #361

Closed Apertum closed 6 years ago

Apertum commented 6 years ago

hi. Look on my pull request please. Property on Task Execution page. Property "Ask before cancel execution of application in NetBeans" on Task Execution page. For stopping started tasks without any questions.

kelemen commented 6 years ago

Thank you, seems good but can you revert back the unnecessary final keyword removals (I prefer to have them to convey the message that they were not designed with inheritence in mind). Please, ammend those changes to this commit to have less diff.

kelemen commented 6 years ago

Sorry, I was really stupid and didn't realize you have added the final keywords (not removed them). I have merged your first commit. Thanks, and sorry for the trouble.

Apertum commented 6 years ago

thanks )