Bottom Results Panel - Terminal

The window is called up with the ALT + F9 shortcut or with Main Menu \ View . Additionally, the window is displayed automatically when using functions related to creating applications, installing npm packages, etc.

You can use the menu buttons on the right to operate this help window:

Path
Allows you to select the default path that is used when executing commands from the command line. This can be the folder corresponding to the location of the currently edited document, or the folder currently selected in the Projects panel file list.

The Spider Terminal is an extension to Windows cmd.exe and in addition to the basic functionality of the command line, it is possible to use program variables:

  • $cd - path of the current directory
  • $dd - directory path of current document
  • $df - file path of current document

An example of use is, for example, DIR $dd, which will display the content according to the path of the currently edited document.

Related topics

To top