This context menu allows you to open a file using the registered application. For example, after you have generated a Visual Studio-based application, you may want to open the application using the Visual Studio solution. From the screenshot, we want t ...
Allows you to create a new node from a code asset. When you select this menu: It brings up the Code Asset window: You insert the code asset by double-clicking the highlighted item or pressing the SELECT button.
This menu will load the Code Nanite that is part of this stencil. This menu option, when selected gives you a quick way to open the Code Nanite solution (using Visual Studio) associated with the stencil loaded in your CodeStencil workspace. The solutio ...
Reverse Engineer allows you to pull in a source code and convert it into a stencil. You do this by importing the contents of a folder containing your source code into the code tree structure of CodeStencil. This is a very powerful feature of CodeStencil ...
The "Show Find Panel" menu allows you to make visible the panel that you can use in searching for nodes that may be hidden deep in the tree. After selecting the menu (it has an off/on check), you will see the Find Panel appear on top of the Code Tree. ...
When this menu is checked, it prevents any action carried out on that node during code generation. The icon on the node changes as well as the icon on the context menu.
Opens the selected folder or file represented by the Node. This will open a folder WebApplication5 in Windows Explorer at the navigation path in the code tree. If you attempt to open the file HomeController.cs If the file has not yet been ge ...
Add Folder This allows you to add a new folder to the code tree. Add File This allows you to add a new file to the code tree. Note that you cannot add a file under another file. In fact, that menu is hidden when you are positioned on a node o ...
Creates a duplicate of the selected node. The selected node is test.txt Right-click and select Duplicate Node A duplicate node is created with the text Copy attached to it.