Posted December 28, 2025 by spotlessmind1975
UGBASIC-IDE has been updated, and it is now possible to configure some operating parameters that, previously, could only be specified in the source code as directives.
Specifically, it is now possible to specify the space to allocate for string handling (DEFINE STRING SPACE), the maximum number of simultaneous dynamic strings (DEFINE STRING COUNT), and whether the screen should be cleared at program startup (DEFINE CLS IMPLICIT). A value of zero, or leaving the checkbox unchecked, leaves the compiler's default behavior.
In the event of serious errors, the dialog will now send, by default, the source code that generated it. This will help identify any anomalies more quickly and accurately.