Search found 4 matches

by SysReset
Sun Aug 18, 2024 5:11 am
Forum: General
Topic: Bug Report: Delayed output in Tool Output window
Replies: 6
Views: 7092

Re: Bug Report: Delayed output in Tool Output window

Thank you for the explanation. To further investigate TextPad's output behavior, I ran the following batch script in TextPad, which outputs a line of text every second: :: printlines.bat: Prints a line of text every second @echo off for /l %%i in (1, 1, 10) do ( echo Line %%i timeout /t 1 /nobreak ...
by SysReset
Fri Aug 16, 2024 1:40 am
Forum: General
Topic: Bug Report: Delayed output in Tool Output window
Replies: 6
Views: 7092

Re: Bug Report: Delayed output in Tool Output window

Thank you for your response! I’ve checked and confirmed that the "Suppress output until completed" option is not enabled. The issue happens with all tools I use, including GNU Make. It appears that TextPad is buffering the output and only displaying it once the 4096-byte buffer is full, instead of s ...
by SysReset
Wed Aug 14, 2024 11:42 pm
Forum: General
Topic: Bug Report: Delayed output in Tool Output window
Replies: 6
Views: 7092

Re: Bug Report: Delayed output in Tool Output window

Hi, it's been 6 months since I posted, and the bug is still present in the latest version (9.5.1). Any updates or help would be appreciated.
by SysReset
Fri Feb 23, 2024 8:51 pm
Forum: General
Topic: Bug Report: Delayed output in Tool Output window
Replies: 6
Views: 7092

Bug Report: Delayed output in Tool Output window

The Tool Output window is exhibiting a delay in displaying output. Rather than immediately presenting the output, the window buffers it. This behavior had been resolved in version 8.5.0 but has reappeared in subsequent versions.