Re: [Lazarus] speed of SynEdit [Re: Wiki pages suggestion - feature comparison]

2009-02-23 Thread Mattias Gaertner
On Tue, 24 Feb 2009 05:43:37 +0100 Hans-Peter Diettrich wrote: > Martin Friebe schrieb: > > > I think the problem that is bigger than such a cache is mem > > management. SynEdit keeps allocating/deallocating a lot => that > > leads to fragments in the fpc mem-mgmt => and that could cause a > > s

Re: [Lazarus] Mousewheel

2009-02-23 Thread Graeme Geldenhuys
2009/2/24 Dave Coventry : > > Hence my reluctance to stay entirely up to date. I leach while I'm at work. ;-) But lately I don't update that often. If I find a revision that works for me, I stick with it for a while longer before I update. I now also maintain two copies of Lazarus. One which is s

Re: [Lazarus] Mousewheel

2009-02-23 Thread Dave Coventry
Thanks. As Graeme will confirm, us South Africans are at the whim of our capricious Government Minister-Owned Monopoly Telecommunication Company who use bandwidth as a mechanism for extorting additional funds from their customers. Hence my reluctance to stay entirely up to date. Regards, Dave C

Re: [Lazarus] speed of SynEdit [Re: Wiki pages suggestion - feature comparison]

2009-02-23 Thread Hans-Peter Diettrich
Martin Friebe schrieb: > I think the problem that is bigger than such a cache is mem management. > SynEdit keeps allocating/deallocating a lot => that leads to fragments > in the fpc mem-mgmt => and that could cause a slow down.. Now I could spot the trouble source: it's fpdoc! DoDi _

Re: [Lazarus] Mousewheel

2009-02-23 Thread Maxim Ganetsky
Dave Coventry пишет: > Hi, > > How do I read the Mousewheel? > > The problem is that I have a TImage on my form and the Mpusewheel > events are for the Form; The Timage has no such events and it appears > to prevent the Form from getting these events. > > My version is: v0.9.27 r15984:15992M i38

[Lazarus] Mousewheel

2009-02-23 Thread Dave Coventry
Hi, How do I read the Mousewheel? The problem is that I have a TImage on my form and the Mpusewheel events are for the Form; The Timage has no such events and it appears to prevent the Form from getting these events. My version is: v0.9.27 r15984:15992M i386-win32-win32/win64 Thank you, Dave C

Re: [Lazarus] speed of SynEdit [Re: Wiki pages suggestion - feature comparison]

2009-02-23 Thread Martin Friebe
Hans-Peter Diettrich wrote: > Martin Waldenburg schrieb: > > >>> - Memory management. SynEdit uses a TStrings attempt (IMHO a >>> gaped-buffer would be more efficient). >>> >> that's some kind of an urban legend. >> But anyway I could cry aloud looking at what mwEdit became. >> Nobody se

Re: [Lazarus] speed of SynEdit [Re: Wiki pages suggestion - feature comparison]

2009-02-23 Thread Martin Friebe
Hans-Peter Diettrich wrote: > Martin Friebe schrieb: > > >>> Moving the cursor should not require much repaint. And after startup it >>> works fine, so that I suspect a problem with the information collected >>> over time. >>> >>> >> yes and no: >> - vertical moves do repaint the g

Re: [Lazarus] New Features for source editor

2009-02-23 Thread Lucas
Oh yes. Interesant feature but not same please see video. -- From: "Graeme Geldenhuys" Sent: Monday, February 23, 2009 8:00 AM To: "General mailing list" Subject: Re: [Lazarus] New Features for source editor > 2009/2/23 Lucas codedeep :

Re: [Lazarus] speed of SynEdit [Re: Wiki pages suggestion - feature comparison]

2009-02-23 Thread Hans-Peter Diettrich
Martin Waldenburg schrieb: >> - Memory management. SynEdit uses a TStrings attempt (IMHO a >> gaped-buffer would be more efficient). > that's some kind of an urban legend. > But anyway I could cry aloud looking at what mwEdit became. > Nobody seems to know anymore how to write efficient code. >

Re: [Lazarus] speed of SynEdit [Re: Wiki pages suggestion - feature comparison]

2009-02-23 Thread Hans-Peter Diettrich
Martin Friebe schrieb: >> Moving the cursor should not require much repaint. And after startup it >> works fine, so that I suspect a problem with the information collected >> over time. >> > yes and no: > - vertical moves do repaint the gutter always, in case that the "every > nth line numbe

Re: [Lazarus] Patch for drawing the designer grid in Windows VistaClassic mode

2009-02-23 Thread Kostas Michalopoulos
I explained that in my first mail: DrawGrid expects a Pen to be set up while I use a Brush. Also its not a fix for the DrawGrid problem (although that's what it should be fixed) in general, but for the specific problem I had with Vista + no Aero + no Visual Styles. Unfortunately I cannot work on

[Lazarus] LCL gtk2 form resize bug

2009-02-23 Thread Alexander Kaupp aka tanila
hello all, i habe a strange behaviour with gtk2 widghts. If I resize a window sometimes the widgets disapear. I think the form is not redrawn every time the form is resized. The same problem is in the assembler-view in debug mode of lazarus. Can someone confirm this? I am on linux debian etch, x

Re: [Lazarus] speed of SynEdit [Re: Wiki pages suggestion - feature comparison]

2009-02-23 Thread Martin Waldenburg
> - Memory management. SynEdit uses a TStrings attempt (IMHO a > gaped-buffer would be more efficient). that's some kind of an urban legend. But anyway I could cry aloud looking at what mwEdit became. Nobody seems to know anymore how to write efficient code. Martin __

Re: [Lazarus] speed of SynEdit [Re: Wiki pages suggestion - feature comparison]

2009-02-23 Thread Martin Friebe
Hans-Peter Diettrich wrote: > Martin Friebe schrieb: > > >>> The effect is boring, even if I only navigate through the source code >>> with the cursor keys :-( >>> >>> >>> >> This bit sounds like a problem with painting the window. >> > > Moving the cursor should not require much

Re: [Lazarus] Patch for drawing the designer grid in Windows VistaClassic mode

2009-02-23 Thread Paul Ishenin
Kostas Michalopoulos wrote: > And the patch file Why are you trying to fix designer.pp file? DrawGrid is a widgetset dependent method. Try to fix TWin32WidgetSet.DrawGrid instead. Best regards, Paul Ishenin. ___ Lazarus mailing list Lazarus@lazarus.free

Re: [Lazarus] speed of SynEdit [Re: Wiki pages suggestion - feature comparison]

2009-02-23 Thread Hans-Peter Diettrich
Martin Friebe schrieb: >> The effect is boring, even if I only navigate through the source code >> with the cursor keys :-( >> >> > > This bit sounds like a problem with painting the window. Moving the cursor should not require much repaint. And after startup it works fine, so that I suspec

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

2009-02-23 Thread Vincent Snijders
2009/2/21 Vincent Snijders : > > I think it would be good if these valuable tips were added to the wiki. > Martin, thanks Martin for http://wiki.lazarus.freepascal.org/GDB_Debugger_Tips Vincent ___ Lazarus mailing list Lazarus@lazarus.freepascal.org htt