Re: JSF Pages from Entity Classes - PrimeFaces

2019-10-27 Thread Emilian Bold
Remove user dir (settings, etc): rm -r ~/Library/Application\ Support/NetBeans/11.1/ Remove cache: rm -r ~/Library/Caches/NetBeans/11.1/ And eventually re-download the binaries. --emi On Sun, Oct 27, 2019 at 11:34 PM Slim Dude wrote: > > Something is messed up with my installation on my Mac

Re: JSF Pages from Entity Classes - PrimeFaces

2019-10-27 Thread Slim Dude
Something is messed up with my installation on my Mac because I just installed on my Window computer from work and the option is there. What is the recommended way to remove Apache NetBeans completely from a Mac? I think I need to start again fresh. Cheers, Slim > On Oct 27, 2019, at 12:54

Re: JSF Pages from Entity Classes - PrimeFaces

2019-10-27 Thread Slim Dude
The Template Manager shows that the templates for PrimeFaces are actually there. There’s just no way to select them or make use of them. Seems like a minor bug. Cheers, Slim > On Oct 27, 2019, at 11:03 AM, Slim Dude wrote: > > I’m trying to use the JSF Pages from Entity Classes wizard for a

JSF Pages from Entity Classes - PrimeFaces

2019-10-27 Thread Slim Dude
I’m trying to use the JSF Pages from Entity Classes wizard for a new web application project. On page 3 of the wizard there is a dropdown to Choose Templates. If I correctly recall, in 8.2 you could select PrimeFaces. But in 11.1 he dropdown only has one choice, Standard JavaServer Faces. Is the

Re: Nodes/ExplorerViews and Navigator.

2019-10-27 Thread Geertjan Wielenga
But before spending too much time on this, I recommend you look at the existing support for md, e.g.: https://github.com/madflow/flow-netbeans-markdown Gj On Sun, Oct 27, 2019 at 12:02 PM Geertjan Wielenga wrote: > It's a Navigator panel, best to use a BeanTreeView to display your nodes. > > A

Re: Nodes/ExplorerViews and Navigator.

2019-10-27 Thread Geertjan Wielenga
It's a Navigator panel, best to use a BeanTreeView to display your nodes. Also, like this you'll not need a project in order to create your files: @TemplateRegistration(folder = "Other", content = "MDTemplate.md", requireProject = false) Gj On Sun, Oct 27, 2019 at 10:59 AM Ian Utley wrote: >

Nodes/ExplorerViews and Navigator.

2019-10-27 Thread Ian Utley
I'm trying to create a new Navigator panel for a project, and attempting to just simply populate some dummy nodes based upon code documented in the Navigator API (e.g. at the bottom of http://bits.netbeans.org/dev/javadoc/org-netbeans-spi-navigator/overview-summary.html ). I have some sample code