[Lazarus] help needed on SQLite

2012-07-01 Thread Ing . Héctor F . Fiandor Rosario
Dear friends: i am a new users in BD and i would like to test the SQLite, but really, i can´t understand very well the tutorials obtained. I will appreciate very much to get in contact with one of the list´s member who has experience in SQLite to get a simple sample to reproduce from zero.

Re: [Lazarus] IDE problems when using record helper types

2012-07-01 Thread Mattias Gaertner
On Sun, 1 Jul 2012 19:54:04 +0200 Bernd wrote: > 2012/7/1 Mattias Gaertner : > > > The codetools should support it. But I have other priorities. > > In an earlier post you said it simply skips the helper keyword, does > this mean they are parsed as if they were just normal records (or > classes

Re: [Lazarus] IDE problems when using record helper types

2012-07-01 Thread Bernd
2012/7/1 Mattias Gaertner : > The codetools should support it. But I have other priorities. In an earlier post you said it simply skips the helper keyword, does this mean they are parsed as if they were just normal records (or classes) or did I misunderstand this and the code tools actually do kn

Re: [Lazarus] IDE problems when using record helper types

2012-07-01 Thread Mattias Gaertner
On Sun, 1 Jul 2012 18:50:35 +0200 Bernd wrote: > 2012/7/1 Mattias Gaertner : > > > "autoderef" is the ability to omit the ^ operator and simply use the > > point. > > I know. I wanted to say that I assume this other feature [autoderef] > will also start working with records that have helpers (o

Re: [Lazarus] IDE more ...

2012-07-01 Thread Bernd
2012/7/1 Mattias Gaertner : >> For instance, I dock the >> project inspector, the objects inspector and the call stack all >> together. When I reload Lazarus I only get the project inspector and I >> have to manually dock again the other two windows. Fortunately, the code >> main editor, the top m

Re: [Lazarus] IDE problems when using record helper types

2012-07-01 Thread Bernd
2012/7/1 Mattias Gaertner : > "autoderef" is the ability to omit the ^ operator and simply use the > point. I know. I wanted to say that I assume this other feature [autoderef] will also start working with records that have helpers (once the helpers are parsed) without too much effort. If its no

Re: [Lazarus] IDE more ...

2012-07-01 Thread Mattias Gaertner
On Fri, 29 Jun 2012 14:38:13 +0200 Antonio Fortuny wrote: > Hi folks. > > I'm still fully committed to use Lazarus and FPC and I have another > behaviour which could be annoyinf too. > I've setup the IDE to adopt the docked windows functionnality. I've > installed the anchcordocking package an

Re: [Lazarus] IDE problems when using record helper types

2012-07-01 Thread Mattias Gaertner
On Fri, 29 Jun 2012 21:09:30 +0200 Bernd wrote: > 2012/6/28 Mattias Gaertner : > > > At the moment the codetools simply skips the "helper of" keywords. > > > > Nothing was implemented. > > Should I create a feature request or is it already in the pipeline? I > assume that since the codetools ca

Re: [Lazarus] IDE

2012-07-01 Thread Mattias Gaertner
On Fri, 29 Jun 2012 13:50:57 +0200 Antonio Fortuny wrote: > > Le 27/06/2012 17:31, Mattias Gaertner a écrit : > > On Wed, 27 Jun 2012 16:08:00 +0200 > > Antonio Fortuny wrote: > > > >> Le 27/06/2012 15:07, Mattias Gaertner a écrit : > >>> On Wed, 27 Jun 2012 14:24:20 +0200 > >>> Antonio Fortun