Re: [Lazarus] ctrl-c code completion

2016-11-08 Thread Mattias Gaertner via Lazarus
On Tue, 8 Nov 2016 13:49:16 + Graeme Geldenhuys via Lazarus wrote: > On 2016-11-08 13:14, Mattias Gaertner via Lazarus wrote: > > In this case codetools don't have enough information. Because it does > > not know the former connection. > > By why does it work if I do them one at a time. eg

Re: [Lazarus] ctrl-c code completion

2016-11-08 Thread Graeme Geldenhuys via Lazarus
On 2016-11-08 14:45, Mattias Gaertner via Lazarus wrote: > Just do changes one by one and you are good to go. Thanks for the explanations... I'll continue has I have been doing, one at a time. Regards, Graeme -- ___ Lazarus mailing list Lazarus@list

Re: [Lazarus] ctrl-c code completion

2016-11-08 Thread Ondrej Pokorny via Lazarus
On 08.11.2016 14:49, Graeme Geldenhuys via Lazarus wrote: On 2016-11-08 13:14, Mattias Gaertner via Lazarus wrote: In this case codetools don't have enough information. Because it does not know the former connection. By why does it work if I do them one at a time. eg: Change the first interface

Re: [Lazarus] ctrl-c code completion

2016-11-08 Thread Graeme Geldenhuys via Lazarus
On 2016-11-08 13:14, Mattias Gaertner via Lazarus wrote: > In this case codetools don't have enough information. Because it does > not know the former connection. By why does it work if I do them one at a time. eg: Change the first interface declaration and do code completion. Change the second in

Re: [Lazarus] ctrl-c code completion

2016-11-08 Thread Mattias Gaertner via Lazarus
On Tue, 8 Nov 2016 13:00:44 + Graeme Geldenhuys via Lazarus wrote: >[...] > I can confirm, I've seen this quite a few times recently too. > > Not sure if this is related: > Another way to reproduce this is to change the parameters of two > overloaded methods and then do Ctrl+Shift+C to cla

Re: [Lazarus] ctrl-c code completion

2016-11-08 Thread Mattias Gaertner via Lazarus
On Tue, 8 Nov 2016 13:10:40 +0100 (CET) Michael Van Canneyt via Lazarus wrote: > On Tue, 8 Nov 2016, Mattias Gaertner via Lazarus wrote: > > > On Sun, 6 Nov 2016 18:05:39 +0100 (CET) > > Michael Van Canneyt via Lazarus wrote: > > > >> [...] > >> - Function to function, > >> > >> - Procedure

Re: [Lazarus] ctrl-c code completion

2016-11-08 Thread Graeme Geldenhuys via Lazarus
On 2016-11-08 12:10, Michael Van Canneyt via Lazarus wrote: >> > >> > Why does that cause a compiler error? > Because both procedures remained in the sources. I can confirm, I've seen this quite a few times recently too. Not sure if this is related: Another way to reproduce this is to change th

Re: [Lazarus] ctrl-c code completion

2016-11-08 Thread Michael Van Canneyt via Lazarus
On Tue, 8 Nov 2016, Mattias Gaertner via Lazarus wrote: On Sun, 6 Nov 2016 18:05:39 +0100 (CET) Michael Van Canneyt via Lazarus wrote: [...] - Function to function, - Procedure to procedure - and the setter in property Values[const Name: string]: string read GetValue write SetValue;

Re: [Lazarus] ctrl-c code completion

2016-11-08 Thread Mattias Gaertner via Lazarus
On Sun, 6 Nov 2016 18:05:39 +0100 (CET) Michael Van Canneyt via Lazarus wrote: >[...] > - Function to function, > > - Procedure to procedure > > - and the setter in > >property Values[const Name: string]: string read GetValue write SetValue; > >is changed from > >procedure SetVal

Re: [Lazarus] ctrl-c code completion

2016-11-08 Thread Bart via Lazarus
On 11/8/16, Lars via Lazarus wrote: > On Sun, November 6, 2016 10:05 am, Michael Van Canneyt via Lazarus wrote: >> >> press ctrl-c to do command-completion > > If ctrl - c is for copying, how does this not interfere? It is Shift+Ctrl+C by default. Bart -- __

Re: [Lazarus] ctrl-c code completion

2016-11-07 Thread Lars via Lazarus
On Sun, November 6, 2016 10:05 am, Michael Van Canneyt via Lazarus wrote: > > press ctrl-c to do command-completion If ctrl - c is for copying, how does this not interfere? i.e. ctrl c is for copy and paste, so... how is ctrl-c used for command completion without interfering with clipboard? -- _

Re: [Lazarus] ctrl-c code completion

2016-11-06 Thread Michael Van Canneyt via Lazarus
On Sun, 6 Nov 2016, Bart via Lazarus wrote: On 11/6/16, Michael Van Canneyt via Lazarus wrote: Why does the IDE insist on reformatting existing declarations ? Tools->Options->Codetools->Class Completion Uncheck: "Update all method signatures" ? Well, thank you very much. I should visi

Re: [Lazarus] ctrl-c code completion

2016-11-06 Thread Bart via Lazarus
On 11/6/16, Michael Van Canneyt via Lazarus wrote: > Why does the IDE insist on reformatting existing declarations ? Tools->Options->Codetools->Class Completion Uncheck: "Update all method signatures" ? Bart -- ___ Lazarus mailing list Lazarus@lists