Re: [Lazarus] Code Structure / SourceEdit and SyneEdit [Re: Mouse Link in SynEdit (only link-able items)]

2008-12-13 Thread Hans-Peter Diettrich
Martin Friebe schrieb: > Looking at your signature, you are the Author of > http://wiki.lazarus.freepascal.org/Redesign_of_the_SynEdit_component ? Right, this was the draft for the subsequent implementation. > A couple of remarks: > -Individual drawer objects fro Gutter and TextArea (I will avo

Re: [Lazarus] Changed Compilers Options, Run, Build versus Build All

2008-12-13 Thread Marco van de Voort
On Fri, Dec 12, 2008 at 04:44:46PM +0100, Hans-Peter Diettrich wrote: > > be compiled with -Sh, others do not make that assumption and include {$H+} > > in the source. > > I'd go the Delphi way, and make "string" dependent on global settings > only. If somebody wants specific Ansi- or ShortString

Re: [Lazarus] TAChart: Request to review/apply patch 12758

2008-12-13 Thread Luiz Americo Pereira Camara
Florian Klaempfl escreveu: > Alexander Klenin schrieb: > >> On Fri, Dec 12, 2008 at 11:39, Paul Ishenin wrote: >> >>> Same for Alexander Klenin - if you need to update TAChart very often >>> then ask about write access to svn/lazarus/trunk/components/tachart >>> >> Yes, it can be a

Re: [Lazarus] Mouse Link in SynEdit (only link-able items)

2008-12-13 Thread Hans-Peter Diettrich
Martin Friebe schrieb: >> Interesting information. Where would I have to start implementing >> multiple source editors (notebooks)? > IMHO the first consideration would be that if you have multiply windows, > or split windows allowing more than one source viewed; I'm interested in independent

Re: [Lazarus] TAChart: Request to review/apply patch 12758

2008-12-13 Thread Joost van der Sluis
Op vrijdag 12-12-2008 om 18:54 uur [tijdzone +1000], schreef Alexander Klenin: > On Fri, Dec 12, 2008 at 18:27, Florian Klaempfl > wrote: > > Alexander Klenin schrieb: > >> On Fri, Dec 12, 2008 at 11:39, Paul Ishenin wrote: > >>> Same for Alexander Klenin - if you need to update TAChart very oft

Re: [Lazarus] Code Structure / SourceEdit and SyneEdit [Re: Mouse Link in SynEdit (only link-able items)]

2008-12-13 Thread Martin Friebe
Hans-Peter Diettrich wrote: > Martin Friebe schrieb: > >> Well I am in the process of breaking it up into smaller bits. >> - The gutter drawing moved to its own class. >> - Folding is partly abstracted >> - Trim Trailing spaces has been abstracted into a class of its own. (a >> view of SynEditL

Re: [Lazarus] Mouse Link in SynEdit (only link-able items)

2008-12-13 Thread Martin Friebe
Hans-Peter Diettrich wrote: > Mattias Gärtner schrieb: > > >> The IDE is structured in a hierarchy. >> >> mainide: the top level of the IDE and the central nerve system. Because of >> its >> size it's splitted into several units. This is the 'integrated' in IDE. It >> connects the various modul

Re: [Lazarus] Drag, Dock and Layout

2008-12-13 Thread Paul Ishenin
Hans-Peter Diettrich wrote: > In my docking experiments with Lazarus I found no way to undock a docked > form again :-( > > Also I couldn't make properly work docking of multiple forms into a > single dock site. Does there exist a working demo project for drag-dock? > I'd be interested in a prog