Vizard 7 » The Vizard IDE » Searching and navigation » Passive Documents
7.6

Passive Documents

The Passive Documents feature can be used to prevent file clutter after searching, browsing, or debugging code. Files that are marked as passive will be automatically closed once the passive document limit is reached. When a passive document is modified it will automatically be changed to non-passive. Passive documents will not be added to the recent document list and will not be restored when restarting Vizard.

 

The following operations will open the file in passive mode:

Operation

Description/Location

Go to find result

Opening a file from the Find Results pane.

Go to definition

Jumping to a definition location in another file.

Go to traceback location

Opening a file from the Python traceback location in the interactive window.

Go to debug call stack

Opening a file through the call stack pane.

Passive document limit

The passive document limit controls the number of passive documents that can be opened in the IDE at a single time. If the number of passive documents opened is at the limit and a new passive document is opened, the oldest passive document will be automatically closed.

 

The passive document feature and limit can be modified through the Options window.

Passive document actions

Passive documents will display a pin icon inside the file tab (as shown below). Clicking the pin icon will change the document to non-passive.

You can manually close all open passive documents by selecting the Window > Close All Passive Documents menu item.

See also

Find and Replace

Go To Definition

Interactive Window

Debugger