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.
173 stars 57 forks source link

Support for project spellcheck dictionary? #393

Closed tcfurrer closed 6 years ago

tcfurrer commented 6 years ago

With my older Ant project, we had a customized dictionary at nbproject/project.xml for Netbeans. Is there any way to get back this functionality with the current netbeans gradle plugin? Or would this require a plugin enhancement? If so, is it feasible?

tcfurrer commented 6 years ago

Nevermind, I see that this actually does work and .nb-gradle-properties can store project dictionary already. Awesome!

kelemen commented 6 years ago

Yes, this feature is (almost) completely independent of the plugin. The plugin just allows other parts of the IDE to store opaque properties.