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

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

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: > >

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,

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] ctrl-c code completion

2016-11-06 Thread Michael Van Canneyt via Lazarus
Hi, Why does the IDE insist on reformatting existing declarations ? I added 1 method to TStrings, press ctrl-c to do command-completion, and it changes the headers of all methods, changing - Function to function, - Procedure to procedure - and the setter in property Values[const Name: