Re: [Lazarus] Debugging Design packages in Lazarus

2009-10-26 Thread Graeme Geldenhuys
2009/10/26 Boian Mitov mi...@mitov.com: Is there a way to debug design time packages in the IDE ? What I had to do was make a backup copy of a working IDE executable. That recompile the IDE with the design time package and test. If the IDE fails to load, use your backup executable to fix the

Re: [Lazarus] Debugging Design packages in Lazarus

2009-10-26 Thread Vincent Snijders
Boian Mitov schreef: Hi folks, Is there a way to debug design time packages in the IDE ? In Delphi the packages are in DLL and by specifying the IDE as a host application you can debug them. What is the recommended approach in Lazarus? Use Lazarus to debug lazarus. Open the

[Lazarus] Code navigation in Lazarus 0.9.28

2009-10-26 Thread Juha Manninen
Hi. Lazarus is getting impressive! Good. The code navigation feature is nice but is not fully implemented. There are no back arrows taking you back to the previous code location. So, when you Ctrl-Click on a method name the editor jumps to the method's definition if its source code is

Re: [Lazarus] Code navigation in Lazarus 0.9.28

2009-10-26 Thread Henry Vermaak
2009/10/26 Juha Manninen juha.manni...@phnet.fi: Hi. Lazarus is getting impressive! Good. The code navigation feature is nice but is not fully implemented. There are no back arrows taking you back to the previous code location. So, when you Ctrl-Click on a method name the editor jumps to

Re: [Lazarus] Code navigation in Lazarus 0.9.28

2009-10-26 Thread Mattias Gärtner
Zitat von Henry Vermaak henry.verm...@gmail.com: 2009/10/26 Juha Manninen juha.manni...@phnet.fi: Hi. Lazarus is getting impressive! Good. The code navigation feature is nice but is not fully implemented. There are no back arrows taking you back to the previous code location. So, when you

Re: [Lazarus] Code navigation in Lazarus 0.9.28

2009-10-26 Thread Graeme Geldenhuys
On 26/10/2009, Mattias Gärtner nc-gaert...@netcologne.de wrote: toolbar in the source editor. Then you add the 'Jump Back/Jump forward' menu items to the bar. Nice one, I for some reason never thought about doing that. :-) Yet I use the editor toolbar for just about everything else. --

Re: [Lazarus] Code navigation in Lazarus 0.9.28

2009-10-26 Thread Mattias Gärtner
Zitat von Graeme Geldenhuys graemeg.li...@gmail.com: On 26/10/2009, Mattias Gärtner nc-gaert...@netcologne.de wrote: toolbar in the source editor. Then you add the 'Jump Back/Jump forward' menu items to the bar. Nice one, I for some reason never thought about doing that. :-) Yet I use the

Re: [Lazarus] Code navigation in Lazarus 0.9.28

2009-10-26 Thread Vincent Snijders
Mattias Gärtner schreef: I guess the jump buttons can be very useful for beginners too. I added the toolbar as ToDo to the education package: http://wiki.lazarus.freepascal.org/Lazarus_for_education I doubt that View debugger output is a useful button for beginners. Vincent --

Re: [Lazarus] Code navigation in Lazarus 0.9.28

2009-10-26 Thread Mattias Gärtner
Zitat von Martin laza...@mfriebe.de: [...] If you have a 5 button mouse, it is alos assigned to the 2 extra buttons (forward/backward). If you don't have a 5 button mouse, you can look at the advanced mouse options (press f! for help) and change the setting to something like ctrl-right,

Re: [Lazarus] Code navigation in Lazarus 0.9.28

2009-10-26 Thread Mattias Gärtner
Zitat von Vincent Snijders vsnijd...@vodafonevast.nl: Mattias Gärtner schreef: I guess the jump buttons can be very useful for beginners too. I added the toolbar as ToDo to the education package: http://wiki.lazarus.freepascal.org/Lazarus_for_education I doubt that View debugger output is

Re: [Lazarus] Code navigation in Lazarus 0.9.28

2009-10-26 Thread Graeme Geldenhuys
On 26/10/2009, Mattias Gärtner nc-gaert...@netcologne.de wrote: True. Where can they see the output of their writeln's? I think it's useful. Alternatively they should use the dbugintf unit (and SendDebug(...) calls) with the GUI debug server running in the background. -- Regards, -

Re: [Lazarus] Code navigation in Lazarus 0.9.28

2009-10-26 Thread Vincent Snijders
Mattias Gärtner schreef: Zitat von Vincent Snijders vsnijd...@vodafonevast.nl: Mattias Gärtner schreef: I guess the jump buttons can be very useful for beginners too. I added the toolbar as ToDo to the education package: http://wiki.lazarus.freepascal.org/Lazarus_for_education I doubt

Re: [Lazarus] Code navigation in Lazarus 0.9.28

2009-10-26 Thread Mattias Gärtner
Zitat von Vincent Snijders vsnijd...@vodafonevast.nl: Mattias Gärtner schreef: Zitat von Vincent Snijders vsnijd...@vodafonevast.nl: Mattias Gärtner schreef: I guess the jump buttons can be very useful for beginners too. I added the toolbar as ToDo to the education package:

Re: [Lazarus] Code navigation in Lazarus 0.9.28

2009-10-26 Thread Juha Manninen
Hi, You can press ctrl-h to go back, too me bloody ages to find this out :-\ You can see all the key mappings under Environment-Options. Ok, now I found it, too. Not very intuitive! There really should be buttons as an alternative method for this. It makes even more sense because you need

Re: [Lazarus] Code navigation in Lazarus 0.9.28

2009-10-26 Thread Hans-Peter Diettrich
Juha Manninen schrieb: The code navigation feature is nice but is not fully implemented. There are no back arrows taking you back to the previous code location. So, when you Ctrl-Click on a method name the editor jumps to the method's definition if its source code is available. However I

Re: [Lazarus] Code navigation in Lazarus 0.9.28

2009-10-26 Thread Mattias Gärtner
Zitat von Aleksa Todorovic alexio...@gmail.com: On Mon, Oct 26, 2009 at 14:36, Hans-Peter Diettrich drdiettri...@aol.com wrote: Juha Manninen schrieb: Delphi offers ALT-LEFT and ALT-RIGHT (arrow keys!) for keyboard navigation. Never tested whether Lazarus offers the same shortcuts, but CTRL-H

Re: [Lazarus] Code signing for Windows deployment...

2009-10-26 Thread Alexsander Rosa
It's an interesting topic. I've a quick google search and got this: https://forums.embarcadero.com/thread.jspa?threadID=25692 Is this really needed? 2009/10/26 Bruce Tulloch br...@causal.com How does one sign an application built with FPC/Lazarus to avoid the Unknown Publisher warning when

[Lazarus] Jpeg error

2009-10-26 Thread SteveG
Was wondering if anybody could tell me why this image from Google maps fails to load in a standard TImage on a form ? Opens ok on my system (Kubuntu 9.04) with other apps Thanks - SteveG attachment: staticmap2.jpg-- ___ Lazarus mailing list

Re: [Lazarus] Jpeg error

2009-10-26 Thread shoKwave
SteveG schrieb: Was wondering if anybody could tell me why this image from Google maps fails to load in a standard TImage on a form ? Opens ok on my system (Kubuntu 9.04) with other apps Thanks - SteveG Seems to be the missing feature: http://bugs.freepascal.org/view.php?id=10472 -

Re: [Lazarus] OpenWire for lazarus available at SourceForge

2009-10-26 Thread Thierry Coq
Congratulations! Thierry Boian Mitov wrote: Hi folks, I have added a Lazarus under Windows compatible OpenWire version at SourceForge. https://sourceforge.net/projects/openwireproject/ It requires the 0014881 patch in order to work. Hopefully the patch will be applied to Lazarus

Re: [Lazarus] Code signing for Windows deployment...

2009-10-26 Thread Bruce Tulloch
Alexsander Rosa wrote: It's an interesting topic. I've a quick google search and got this: https://forums.embarcadero.com/thread.jspa?threadID=25692 Is this really needed? Thanks for the pointer to the thread. Signing not needed for any technical reason of course. It's merely to eliminate the

Re: [Lazarus] Jpeg error

2009-10-26 Thread SteveG
On Tuesday 27 October 2009 05:22:01 shoKwave wrote: SteveG schrieb: Was wondering if anybody could tell me why this image from Google maps fails to load in a standard TImage on a form ? Opens ok on my system (Kubuntu 9.04) with other apps Thanks - SteveG Seems to be the missing