[Lazarus] Run Without Debbuging Shift+Ctrl+F9
Martin
lazarus at mfriebe.de
Sun May 1 18:53:56 CEST 2011
On 01/05/2011 11:40, Bernd wrote:
> 2011/5/1 Martin<lazarus at mfriebe.de>:
>> SVN has a console output window (linux only) that displays the output of
>> your app
> I just tried it. It almost works but it still has some flaws:
>
> * there is no option to clear it, with every new run it will scroll to
> the top but append the new text at the bottom
I added that, not as option, but as always clear on run.
> * there is no scrollbar
there now is... (vertical, autoshow)
> * it should use a fixed width font (some applications might output
> formatted text)
hm, yes. But I don't want to hardcode a font..., maybe use editor-font.
The long (very long) time idea is to have several tabs.
- one showing raw data ( similar to now, but unprintable chars being
displayed as sequence (maybe with highlight)
- one that is a true terminal emulation, and supports different modes.
So escape sequence will be handled, do change position, color, ... ;
this view would obviously be monospaced, and optional be a grid of 80x25
or configurable other common dos-screen resulotions...
But, unless patches come in => someday...
More information about the Lazarus
mailing list