Re: [Lazarus] some workarounds [Re: Debugger problems]

2009-02-27 Thread Paul van Helden
Hi All, The debugger was working fine for me with the limitations noted in this thread. until two days ago. Now, like Alex, I get External SIGSEGV. This happens on a new application. File-New-Application-Run (with gdb debugger). I've rebuilt, installed yesterday's snapshot, cleared PATH

[Lazarus] print source from IDE

2009-02-27 Thread Andrea Mauri
Dear all, when I print the source from IDE the last line is not printed. This happens both printing a selection of the source or the whole unit. Lazarus svn, FPC 2.2.2 WinXp. Regards, Andrea ___ Lazarus mailing list Lazarus@lazarus.freepascal.org

Re: [Lazarus] some workarounds [Re: Debugger problems]

2009-02-27 Thread Paul van Helden
External:SIGSEGV on calling OleInitialize on line 111 of win32object.inc Paul van Helden wrote: Hi All, The debugger was working fine for me with the limitations noted in this thread. until two days ago. Now, like Alex, I get External SIGSEGV. This happens on a new application.

Re: [Lazarus] Fw: New Features for source editor

2009-02-27 Thread Hans-Peter Diettrich
Lee Jenkins schrieb: I like being able to type tobj and hit enter to end up with TObjectList and a space after it to continue typing. Just my personal preference. :) It's okay when I can tell the IDE when I want some assistance. It's not okay when the IDE *means* that it should become

Re: [Lazarus] Fw: New Features for source editor

2009-02-27 Thread Lee Jenkins
Hans-Peter Diettrich wrote: Lee Jenkins schrieb: I like being able to type tobj and hit enter to end up with TObjectList and a space after it to continue typing. Just my personal preference. :) It's okay when I can tell the IDE when I want some assistance. It's not okay when the IDE

Re: [Lazarus] Fw: New Features for source editor

2009-02-27 Thread dmitry boyarintsev
I like being able to type tobj and hit enter to end up with TObjectList and a space after it to continue typing.  Just my personal preference. :) How can you be sure that after hitting enter, you'll get TObjectList, rather than TObject? or TObjective? or TObjectionNotAcceptedMode? The only

[Lazarus] PBear and Gecko SDK components in Lazarus..

2009-02-27 Thread dominique
Hi all, From reading this thread... http://forum.lazarus.freepascal.org/index.php/topic,6158.15.html It seems that Phil had done some work in getting PBear working with Lazarus. Does anyone know who Phil is, and if this is now available from SVN? I am interested in both PBear and GeckoSDK