-
Notifications
You must be signed in to change notification settings - Fork 14
Tools
Added in 1.0.0 is the concept of 'Tools'. These are document agnostic panels that can be opened and provide special views onto the data. The tool position and open status is stored in the layout. You can see all the available tools under the 'Tools' menu.
This tool allows for viewing and browsing the undo history of the current selected document. Any step can be selected and the history reverted back to that point using the rightclick -> Undo to this point or Redo to this point. The current location in the history is displayed via the > symbol to the left, and the last saved point is displayed by bolding that entry.
This tool is the first point of entry for the tool, and provides much of the functionality of File menu in a single location. It also displays the changelog to this point, and if there are any updates to the tool available then it will also display those.
This tool allows browsing the data files in the project. It only shows files that have the correct extension (or end in .xml or .json), so should only provide this that can be opened by this tool. The entries can be searched using the search box found at the top.
This tool is for viewing special editors for various elements. In the graph view and timeline it is used to view the contents of the selected element. For multiline strings it allows editing it as a asciigrid. More specialised editors are likely to be added to this in the future.