Console

控制台

Console

控制台

Note the arrow to delet the console’s contents. 注意删除控制台内容的箭头

The console has several functions:

控制台有几个功能:

Script Manager...

脚本管理器..。

You can use the Script Manager to create and manage scripts and even assign icons to them so they can easily be located later in the plugin menu under User Scripts. Further details can be found here.

您可以使用脚本管理器来创建和管理脚本,甚至为它们分配图标,这样它们就可以很容易地在后面的用户脚本插件菜单中找到。详情请参阅此处。

Programmers can add loggers to their own code, which can be listed here with their name and send any text output to the Console (more information about all programming and script functionalities can be found at developers.maxon.net).

程序员可以将日志记录器添加到他们自己的代码中,这些代码可以在这里用他们的名字列出,并将任何文本输出发送到控制台(关于所有编程和脚本功能的更多信息可以在 developers.maxon.net 中找到)。

On the left you will see various list entries. The respective Consoles will be listed, depending on the location at which you enable a console output within the program or how the plug-in developer has set it up. Click on an item to show its contents on the right. Indefinite output will be placed in Default.

在左侧,您将看到各种列表条目。根据在程序中启用控制台输出的位置或插件开发人员设置控制台的方式,将列出各自的润滑器。单击一个项目以在右侧显示其内容。不确定的输出将被置于默认状态。

The numbers within the brackets next to the item show the number of new pages added since last viewed and the total number of pages, respectively.

项目旁边的括号内的数字分别显示自上次浏览以来新增的页面数和页面总数。

On the top right is an x that can be clicked on to delete the Console’s contents.

右上角是一个 x,点击它可以删除 Console 的内容。

The text in the Console can be selected and copied. Double-click on a word to select it.

控制台中的文本可以被选择和复制。双击一个单词可以选择它。

the Up and Down keys can be used to move between the previous and next commands.

上下键可用于在上一个命令和下一个命令之间移动。

Right-click in the Console to open a context menu with the following commands (other Consoles offer fewer commands):

在控制台中右键单击打开具有以下命令的上下文菜单(其他控制台提供较少的命令) :

Cut

The selected text will be deleted and copied to the cache.

选定的文本将被删除并复制到缓存中。

Copy

收到

The selected text will be copied to the cache.

选定的文本将被复制到缓存中。

Paste

粘贴

The text will be inserted from the cache.

文本将从缓存中插入。

Delete

删除

The selected text will be deleted.

选定的文本将被删除。

Select All

选择所有

All text in the Console will be selected.

控制台中的所有文本都将被选中。

Advanced menu

高级菜单

Logger Settings

记录器设置

If this option is selected, a dialog window will open with the following commands (that apply to the selected Console):

如果选择此选项,将使用以下命令打开对话框窗口(应用于选定的控制台) :

Enable

启用

Enable if the respective Console should accept messages. If this option is disabled, the respective list item will be grayed out and no new text entries will appear.

如果相应的控制台应该接受消息,则启用。如果禁用此选项,相应的列表项将显示为灰色,并且不会出现新的文本条目。

Write to File

写入文件

If text output should also be put out as a text file, enable this option and select the path to which the file should be saved.

如果文本输出也应该作为文本文件输出,则启用此选项并选择文件保存的路径。

Command Line...

命令行..。

Select this option if you also want to display a command line. This is not necessarily required since everything can be done directly in the Python Console.

如果还想显示命令行,请选择此选项。这不一定是必需的,因为所有的事情都可以直接在 Python 控制台中完成。