Tools Transcript/en: Unterschied zwischen den Versionen

Aus expecco Wiki (Version 2.x)
Zur Navigation springen Zur Suche springen
Zeile 15: Zeile 15:
By default, the Transcript buffers and remembers the last 1000 lines.
By default, the Transcript buffers and remembers the last 1000 lines.
You can change this number (eg. to 50000) for the current transcript window
You can change this number (eg. to 50000) for the current transcript window
via its right-button menu ("''More''" -> "''Set Line Limit...''").
via its right-button menu ("''More''" → "''Set Line Limit...''").


Starting with expecco 20.2, the initial default can also be changed via the
Starting with expecco 20.2, the initial default can also be changed via the
settings: "''Extras''" -> "''Settings''" -> "''Internal Tools''".
settings: "''Extras''" → "''Settings''" → "''Internal Tools''".
This will then be the initial value for followup expecco sessions.
This will then be the initial value for followup expecco sessions.

Version vom 18. Juli 2023, 13:05 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.

This is useful to generate output which should not end up in the expecco activity log - i.e. usually informational or debug messages. If no Transcript is open, such messages are simply ignored.

Notice, that the more sophisticated development launcher (which can also be opened via the tools menu) also embeds a transcript window. If the launcher is open, transcript messages will appear there.

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.
Back to Tools.



Copyright © 2014-2024 eXept Software AG