[Lazarus] Incorrect Cursor in SynEdit links (using Ubuntu)

2009-11-06 Thread Graeme Geldenhuys
Hi, I just noticed that in SynEdit (Lazarus IDE Editor window), if I do the hyperlink thing with the Control+, it doesn't show the correct cursor (pointer) compared to when I use a web browser like Firefox. In Firefox if I move over a link I get the pointing hand cursor (hand with index finger ou

[Lazarus] debugger crashing

2009-11-06 Thread David Emerson
I have lazarus installed on another development machine in addition to this one. I haven't used the other much lately, but I fired it up today, and upgraded to laz 0.9.28.2 Much to my chagrin I discovered that I keep getting these "debugger has entered the error state" messages, which prevent m

Re: [Lazarus] THelpEvent declaration discussion

2009-11-06 Thread Graeme Geldenhuys
Marco van de Voort wrote: > > Problem is that CHM can emulate .hlp basic topic retrieval, and that's And why must that problem become FPC's problem? FPC is meant for multiple platforms, not just Windows platform. So solutions should be based on what makes sense in a cross-platform way. > But wh

Re: [Lazarus] THelpEvent declaration discussion

2009-11-06 Thread Marco van de Voort
On Fri, Nov 06, 2009 at 11:36:54AM +0200, Graeme Geldenhuys wrote: > Mattias G??rtner wrote: > > > > Lazarus type signature: THelpEvent = function(Command: Word; Data: > > PtrInt; var CallHelp: Boolean): Boolean of object; > > > > Where Data is PHelpInfo. It is used by the widgetsets. > > And wh

Re: [Lazarus] Gecko on lazarus

2009-11-06 Thread Michael Van Canneyt
On Fri, 6 Nov 2009, Joost van der Sluis wrote: On Thu, 2009-11-05 at 14:01 -0300, Osvaldo Filho wrote: http://www.lazarus.freepascal.org/index.php?PHPSESSID=40f7fe67db8568a9cbb6088b050d5bf5&topic=7854.0 Very nice, I've tried the same using Takanori Ito's code. But coudn't get it to work.

Re: [Lazarus] Auto indentation

2009-11-06 Thread Graeme Geldenhuys
Mattias Gärtner wrote: > space *after* the first token. Elastic tabstops is an interesting > topic, especially for you, but it is a different topic. A new topic was started. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://opensoft.homeip.net/fp

Re: [Lazarus] THelpEvent declaration discussion

2009-11-06 Thread Graeme Geldenhuys
Mattias Gärtner wrote: > > Lazarus type signature: THelpEvent = function(Command: Word; Data: > PtrInt; var CallHelp: Boolean): Boolean of object; > > Where Data is PHelpInfo. It is used by the widgetsets. And which seems the same as FPC's THelpEvent, except for the type of the Data parameter. A

Re: [Lazarus] Auto indentation

2009-11-06 Thread Mattias Gärtner
Zitat von Graeme Geldenhuys : Mattias Gärtner wrote: To me BEGIN and END clamp a logical block (that is indented by 3 characters) so they need to be aligned with all commands of the same And this is exactly where standard Tabs or Elastic Tabstops will help. Huh? [...] So when Tabs are used

[Lazarus] Elastic Tabstops: benefits or not

2009-11-06 Thread Graeme Geldenhuys
I started a new message thread, because the renamed one you started ended up in the same message thread tree as the "Auto indentation" thread. Martin wrote: > True again, but again elastic tabs do not have a benefit over normal > tabs here. They do, see below... > Elastic tabs is only one sc

Re: [Lazarus] 32bit application in 64bit OS

2009-11-06 Thread Marc Weustink
Roland Turcan wrote: Hello Lazarus mailing list! I need to solve communication between my application and PCSC-Lite running on 64bit machine, but loading 64bit *.so file doesn't work. How can I do this? 32bit applicationsd need 32bit libs, so install a 32bit version of your .so Marc --

Re: [Lazarus] Auto indentation

2009-11-06 Thread Graeme Geldenhuys
Mattias Gärtner wrote: >>> To me BEGIN and END clamp a logical block (that is indented by 3 >>> characters) so they need to be aligned with all commands of the same >> And this is exactly where standard Tabs or Elastic Tabstops will help. > > Huh? What I meant is that is Tab characters where used

Re: [Lazarus] Auto indentation

2009-11-06 Thread Mattias Gärtner
Zitat von Graeme Geldenhuys : Jürgen Hestermann wrote: To me BEGIN and END clamp a logical block (that is indented by 3 characters) so they need to be aligned with all commands of the same And this is exactly where standard Tabs or Elastic Tabstops will help. Huh? Tab width are user def

Re: [Lazarus] Gecko on lazarus

2009-11-06 Thread Joost van der Sluis
On Thu, 2009-11-05 at 14:01 -0300, Osvaldo Filho wrote: > http://www.lazarus.freepascal.org/index.php?PHPSESSID=40f7fe67db8568a9cbb6088b050d5bf5&topic=7854.0 Very nice, I've tried the same using Takanori Ito's code. But coudn't get it to work. Compiling went fine, but it didn't run. But thereaft

Re: [Lazarus] THelpEvent declaration discussion

2009-11-06 Thread Mattias Gärtner
Zitat von Graeme Geldenhuys : [...] Here is the difference Kylix 3 type signature: THelpEvent = function(HelpType: THelpType; HelpContext: THelpContext; const HelpKeyword: String; const HelpFile: String; var Handled: Boolean): Boolean of object; Free Pascal & Delphi type s

Re: [Lazarus] Delphi editor clone

2009-11-06 Thread Marco van de Voort
On Fri, Nov 06, 2009 at 06:51:06AM +0100, Hans-Peter Diettrich wrote: > > Eventually the new Version of FPC will be used, and eventually all code > > has to be able to be compiled with it > > I have several suggestions: > > - apply the new rules only in $mode Delphi > - use an (global) switc

Re: [Lazarus] Delphi editor clone

2009-11-06 Thread Vincent Snijders
Hans-Peter Diettrich schreef: Martin schrieb: All fine and good. But it doesn't help, unless you convince the fpc developers. Right :-( Little chance, because they made this change on purpose: http://wiki.lazarus.freepascal.org/User_Changes_2.4.0#Treating_direct-mapped_properties_as_regula

Re: [Lazarus] Auto indentation

2009-11-06 Thread Graeme Geldenhuys
Jürgen Hestermann wrote: > > To me BEGIN and END clamp a logical block (that is indented by 3 > characters) so they need to be aligned with all commands of the same And this is exactly where standard Tabs or Elastic Tabstops will help. Tab width are user definable, where Spaces for indentation