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 <utley....@gmail.com> wrote:

> 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 here:  https://github.com/IanUtley/ExplorerTest
>
> which if you run/debug and open a markdown file (.md) will show a blank
> navigator panel.
>
> Any help would be appreciated.
>
> Ian.
>

Reply via email to