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. > >

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