Tools Transcript/en: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Cg (Diskussion | Beiträge) |
Cg (Diskussion | Beiträge) |
||
Zeile 1: | Zeile 1: | ||
The transcript is a simple |
The transcript is a simple console like window for information messages. You can send textual output to it either via the programmer's API, or via existing blocks from the Standard Library. |
||
For API Functions, see [[Expecco_API#Transcript|Expecco API]]. |
For API Functions, see [[Expecco_API#Transcript|Expecco API]]. |
Version vom 22. Oktober 2020, 17:37 Uhr
The transcript is a simple console like window for information messages. You can send textual output to it either via the programmer's API, or via existing blocks from the Standard Library.
For API Functions, see Expecco API.
For Standard Library Blocks, see StandardLibrary.
Number of Buffered Lines[Bearbeiten]
By default, the Transcript buffers and remembers the last 1000 lines. You can change this number (eg. to 50000) for the current transcript window via its right-button menu ("More" -> "Set Line Limit...").
Starting with expecco 20.2, the initial default can also be changed via the settings: "Extras" -> "Settings" -> "Internal Tools". This will then be the initial value for followup expecco sessions.
Back to Online Documentation.