Re: module removal

2020-04-01 Thread Alex O'Ree
You all are awesome, thanks! On Wed, Apr 1, 2020 at 6:54 PM Laszlo Kishalmi wrote: > Just go to: Tools -> Options -> Java -> Gradle and set the Prefer Maven > projects over Gradle, then reboot the IDE > > > On 4/1/20 2:15 PM, Alex O'Ree wrote: > > Hi is there a way to remove an installed module?

Re: module removal

2020-04-01 Thread Laszlo Kishalmi
Just go to: Tools -> Options -> Java -> Gradle and set the Prefer Maven projects over Gradle, then reboot the IDE On 4/1/20 2:15 PM, Alex O'Ree wrote: Hi is there a way to remove an installed module? I have a project that has both maven and gradle files and NB keeps asking me to install gradl

module removal

2020-04-01 Thread Alex O'Ree
Hi is there a way to remove an installed module? I have a project that has both maven and gradle files and NB keeps asking me to install gradle (and i really just don't want to) and i'd rather NB load the module as a maven project instead. a) can i disable and remove the groovy module and if so ho

Filtering Netbeans Outline component (not OutlineView)

2020-04-01 Thread Tim Mullé
Hi, Quick question.. does anyone have an example of how to filter Hierarchical data displayed in the Outline component? I am using the code from https://jnkjava.wordpress.com/2015/02/01/recipe-14-how-to-add-a-quick-filter/