This project contains several examples which extend the editor:
- ExampleCommandLineInterfaceTool - Extends labviewnxgcli.exe with two commands - "example-build-application" and "example-build-library". See README.md in the folder for more information.
- ExampleCommandPaneContent - Implements several commands which extend right click menus and the right rail of several nodes
- ExampleCustomButtonsToolWindow - Implements a tool window accessible from the Tools Pane. The tool window imports an arbitrary number of buttons via MEF. One example button is provided, which generates DFIR from the open document hierarchy.
- ExampleDiagram - A simple Diagram editor without any semantics
- ExampleDocument - A simple text editor which uses the SourceModel file format for persistence
- ExampleNode - Example nodes which plug into a VI and generate custom DFIR (execution code).
- ExampleToolWindow - Implements a tool window pane that plugs into the editor. This tool window tracks the current selection.