Re: [Lazarus] IDE forms [Two source code editors (bug?)]

2011-05-01 Thread Hans-Peter Diettrich
Martin schrieb: On 01/05/2011 01:43, Leonardo M. Ramé wrote: Well, I figured out how to move the files from the 2nd editor window to the main one. Now, the 2nd editor window is empty...but every time I open my project, that window is opened also. How can I eliminate that window from my

Re: [Lazarus] Two source code editors (bug?)

2011-05-01 Thread Hans-Peter Diettrich
Leonardo M. Ramé schrieb: I'm using the docking manager. So it might be a bug. Which docking, on which platform? The EasyTree dockmanager currently is broken by bugs in the LCL (DragManager, TDockWindow) and in the IDE. AnchorDocking may work, and the related hacks may be the reason for

Re: [Lazarus] Run Without Debbuging Shift+Ctrl+F9

2011-05-01 Thread Martin
On 01/05/2011 09:43, Bernd wrote: 2011/5/1 Hans-Peter Diettrichdrdiettri...@aol.com: What's the problem with running in the debugger? When running without debugger it will run the program in an xterm and I can see my debugging output on stdout in realtime. When running with the debugger

Re: [Lazarus] Run Without Debbuging Shift+Ctrl+F9

2011-05-01 Thread Bernd
2011/5/1 Martin laza...@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

Re: [Lazarus] Run Without Debbuging Shift+Ctrl+F9

2011-05-01 Thread Bernd
2011/5/1 Bernd prof7...@googlemail.com: * 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 * there is no scrollbar * it should use a fixed width font (some applications might output formatted text) * and there should be an

Re: [Lazarus] Run Without Debbuging Shift+Ctrl+F9

2011-05-01 Thread Bernd
2011/5/1 Bernd prof7...@googlemail.com: * and there should be an option to make it open automatically when the program is run... or better yet: whenever some output appears on stdout (or stderr), otherwise not. -- ___ Lazarus mailing list

Re: [Lazarus] Run Without Debbuging Shift+Ctrl+F9

2011-05-01 Thread Sven Barth
On 01.05.2011 12:44, Bernd wrote: 2011/5/1 Berndprof7...@googlemail.com: * 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 * there is no scrollbar * it should use a fixed width font (some applications might output formatted

Re: [Lazarus] Run Without Debbuging Shift+Ctrl+F9

2011-05-01 Thread Martin
On 01/05/2011 12:47, Sven Barth wrote: On 01.05.2011 12:44, Bernd wrote: 2011/5/1 Berndprof7...@googlemail.com: * 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 * there is no scrollbar * it should use a fixed width font (some

Re: [Lazarus] Run Without Debbuging Shift+Ctrl+F9

2011-05-01 Thread Bernd
2011/5/1 Sven Barth pascaldra...@googlemail.com: You need to open a terminal with the settings of your choice and Lazarus just tells GDB to redirect the output of the debugged process to that window. Lazarus has basically no way of knowing what your preffered shell looks like (as there are

Re: [Lazarus] Run Without Debbuging Shift+Ctrl+F9

2011-05-01 Thread Sven Barth
On 01.05.2011 14:53, Bernd wrote: 2011/5/1 Sven Barthpascaldra...@googlemail.com: You need to open a terminal with the settings of your choice and Lazarus just tells GDB to redirect the output of the debugged process to that window. Lazarus has basically no way of knowing what your preffered

Re: [Lazarus] Run Without Debbuging Shift+Ctrl+F9

2011-05-01 Thread Martin
On 01/05/2011 11:40, Bernd wrote: 2011/5/1 Martinlaza...@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

Re: [Lazarus] Terminal in Lazarus

2011-05-01 Thread Malcolm Poole
On 30/04/11 21:37, Geoffray Levasseur wrote: Le dimanche 17 avril 2011 23:43:01, Malcolm Poole a écrit : It is possible to embed a libvte terminal in a lazarus form when using GTK and control it from the application, although I'm not sure if it's possible to do everything that you want. Pascal