Re: [Lazarus] IDE problems - FIXED

2013-11-28 Thread brian
On 11/28/2013 05:08 AM, Martin Frb wrote: On 28/11/2013 08:38, brian wrote: On 11/26/2013 04:02 AM, Mark Morgan Lloyd wrote: Run diff (e.g. kdiff3) on the old and new configuration files. Report back. Sorry for the delayed reply, now programming is just a hobby, my wife has other ideas about

Re: [Lazarus] IDE problems - FIXED

2013-11-28 Thread Martin Frb
On 28/11/2013 08:38, brian wrote: On 11/26/2013 04:02 AM, Mark Morgan Lloyd wrote: Run diff (e.g. kdiff3) on the old and new configuration files. Report back. Sorry for the delayed reply, now programming is just a hobby, my wife has other ideas about how I should spend my time... :( Anyway,

Re: [Lazarus] IDE problems - FIXED

2013-11-26 Thread Torsten Bonde Christiansen
On 2013-11-26 09:18, brian wrote: On 11/25/2013 06:26 PM, brian wrote: Hi folks, Something has spontaneously gone wrong with the IDE on my setup. I say spontaneously because I was in the middle of debugging a program when suddenly everything but the source window disappeared. I eventually had t

Re: [Lazarus] IDE problems - FIXED

2013-11-26 Thread Mark Morgan Lloyd
brian wrote: Well, not surprisingly, the nuclear option worked. Rename .lazarus and my development directory, copy the .ini files and fpcup_linux_x64 into a new directory, and rebuild the whole thing. Bit of a nuisance having to set all my preferences again, but nothing like as bad as trying t

Re: [Lazarus] IDE problems

2013-11-26 Thread brian
On 11/26/2013 03:21 AM, Mattias Gaertner wrote: On Mon, 25 Nov 2013 22:17:05 -0300 Junior wrote: Fixing the link: http://www.meadows.pair.com/Screenshot%20-%2011252013%20-%2006:57:09%20PM.png Em 25-11-2013 21:49, brian escreveu: On 11/25/2013 06:45 PM, Mattias Gaertner wrote: On Mon, 25 No

Re: [Lazarus] IDE problems

2013-11-26 Thread Mattias Gaertner
On Mon, 25 Nov 2013 22:17:05 -0300 Junior wrote: > Fixing the link: > > http://www.meadows.pair.com/Screenshot%20-%2011252013%20-%2006:57:09%20PM.png > > Em 25-11-2013 21:49, brian escreveu: > > On 11/25/2013 06:45 PM, Mattias Gaertner wrote: > >> On Mon, 25 Nov 2013 18:26:48 -0500 > >> brian

Re: [Lazarus] IDE problems - FIXED

2013-11-26 Thread brian
On 11/25/2013 06:26 PM, brian wrote: Hi folks, Something has spontaneously gone wrong with the IDE on my setup. I say spontaneously because I was in the middle of debugging a program when suddenly everything but the source window disappeared. I eventually had to abort Lazarus and re-start the pr

Re: [Lazarus] IDE problems

2013-11-25 Thread Junior
Fixing the link: http://www.meadows.pair.com/Screenshot%20-%2011252013%20-%2006:57:09%20PM.png Em 25-11-2013 21:49, brian escreveu: On 11/25/2013 06:45 PM, Mattias Gaertner wrote: On Mon, 25 Nov 2013 18:26:48 -0500 brian wrote: Hi folks, Something has spontaneously gone wrong with the IDE

Re: [Lazarus] IDE problems

2013-11-25 Thread brian
On 11/25/2013 06:45 PM, Mattias Gaertner wrote: On Mon, 25 Nov 2013 18:26:48 -0500 brian wrote: Hi folks, Something has spontaneously gone wrong with the IDE on my setup. I say spontaneously because I was in the middle of debugging a program when suddenly everything but the source window disa

Re: [Lazarus] IDE problems

2013-11-25 Thread brian
On 11/25/2013 06:58 PM, Martin Frb wrote: On 25/11/2013 23:26, brian wrote: Hi folks, Something has spontaneously gone wrong with the IDE on my setup. I say spontaneously because I was in the middle of debugging a program when suddenly everything but the source window disappeared. I eventually

Re: [Lazarus] IDE problems

2013-11-25 Thread Martin Frb
On 25/11/2013 23:26, brian wrote: Hi folks, Something has spontaneously gone wrong with the IDE on my setup. I say spontaneously because I was in the middle of debugging a program when suddenly everything but the source window disappeared. I eventually had to abort Lazarus and re-start the pr

Re: [Lazarus] IDE problems

2013-11-25 Thread Mattias Gaertner
On Mon, 25 Nov 2013 18:26:48 -0500 brian wrote: > Hi folks, > > Something has spontaneously gone wrong with the IDE on my setup. I say > spontaneously because I was in the middle of debugging a program when > suddenly everything but the source window disappeared. I eventually > had to abort L

[Lazarus] IDE problems

2013-11-25 Thread brian
Hi folks, Something has spontaneously gone wrong with the IDE on my setup. I say spontaneously because I was in the middle of debugging a program when suddenly everything but the source window disappeared. I eventually had to abort Lazarus and re-start the program, but now I see some very str

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 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 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 problems when using record helper types

2012-06-29 Thread Bernd
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 can already deal with modeswitch autoderef it is now only a matter o

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

2012-06-28 Thread Mattias Gaertner
Bernd hat am 28. Juni 2012 um 17:34 geschrieben: > I have found a few problems (they are all related but some symptoms > even cause the codetools to produce errors when attempting to > autocomplete, also refactor/rename will not reliably work as a result > of this. I have put together a program

[Lazarus] IDE problems when using record helper types

2012-06-28 Thread Bernd
I have found a few problems (they are all related but some symptoms even cause the codetools to produce errors when attempting to autocomplete, also refactor/rename will not reliably work as a result of this. I have put together a program that declares a lot of stuff in the type section to be able