[Lazarus] copy declaration, with implementation [Re: Tweaking 'code completion' for event handlers]

2011-05-13 Thread Martin
On 13/05/2011 10:03, Mattias Gaertner wrote: Graeme Geldenhuys graemeg.li...@gmail.com hat am 13. Mai 2011 um 09:48 geschrieben: http://bugs.freepascal.org/view.php?id=13994 No solution has been implemented in Lazarus yet. As a work-around, is there any way to tell Code Completion

Re: [Lazarus] copy declaration, with implementation [Re: Tweaking 'code completion' for event handlers]

2011-05-13 Thread Michael Van Canneyt
On Fri, 13 May 2011, Martin wrote: On 13/05/2011 10:03, Mattias Gaertner wrote: Graeme Geldenhuys graemeg.li...@gmail.com hat am 13. Mai 2011 um 09:48 geschrieben:     http://bugs.freepascal.org/view.php?id=13994 No solution has been implemented in Lazarus yet. As

Re: [Lazarus] copy declaration, with implementation [Re: Tweaking 'code completion' for event handlers]

2011-05-13 Thread Juha (gmail)
This is what I was anticipating earlier: items for the Refactoring menu. Juha -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] copy declaration, with implementation [Re: Tweaking 'code completion' for event handlers]

2011-05-13 Thread Mattias Gaertner
    Michael Van Canneyt mich...@freepascal.org hat am 13. Mai 2011 um 12:55 geschrieben: On Fri, 13 May 2011, Martin wrote: On 13/05/2011 10:03, Mattias Gaertner wrote:        Graeme Geldenhuys graemeg.li...@gmail.com hat am 13. Mai 2011 um 09:48 geschrieben:           

Re: [Lazarus] copy declaration, with implementation [Re: Tweaking 'code completion' for event handlers]

2011-05-13 Thread Martin
On 13/05/2011 13:31, Mattias Gaertner wrote: Michael Van Canneyt mich...@freepascal.org hat am 13. Mai 2011 um 12:55 geschrieben: On Fri, 13 May 2011, Martin wrote: On 13/05/2011 10:03, Mattias Gaertner wrote: Graeme Geldenhuys graemeg.li...@gmail.com hat am 13. Mai 2011 um

Re: [Lazarus] copy declaration, with implementation [Re: Tweaking 'code completion' for event handlers]

2011-05-13 Thread Michael Van Canneyt
On Fri, 13 May 2011, Martin wrote: On 13/05/2011 13:31, Mattias Gaertner wrote:     Michael Van Canneyt mich...@freepascal.org hat am 13. Mai 2011 um 12:55 geschrieben: On Fri, 13 May 2011, Martin wrote: On 13/05/2011 10:03, Mattias

Re: [Lazarus] copy declaration, with implementation [Re: Tweaking 'code completion' for event handlers]

2011-05-13 Thread Mattias Gaertner
    Martin laza...@mfriebe.de hat am 13. Mai 2011 um 14:44 geschrieben: [...] IMHO it should copy (or cut) to clipboard = but as indicated via different shortcut/command.   Yes. Remove method/procedure. Or maybe better two functions: Copy- and Cut method/procedure.   It does

Re: [Lazarus] copy declaration, with implementation [Re: Tweaking 'code completion' for event handlers]

2011-05-13 Thread Martin
On 13/05/2011 14:27, Mattias Gaertner wrote: Martin laza...@mfriebe.de hat am 13. Mai 2011 um 14:44 geschrieben: [...] IMHO it should copy (or cut) to clipboard = but as indicated via different shortcut/command. Yes. Remove method/procedure. Or maybe better two functions: Copy- and Cut

Re: [Lazarus] copy declaration, with implementation [Re: Tweaking 'code completion' for event handlers]

2011-05-13 Thread Mattias Gaertner
    Martin laza...@mfriebe.de hat am 13. Mai 2011 um 15:36 geschrieben: [...] Maybe even synedit could be told to create this format = it has already some nice code to create clipboard stuff.   Can you explain this?    Or it can be extended in SynSourceEditor   The format

Re: [Lazarus] copy declaration, with implementation [Re: Tweaking 'code completion' for event handlers]

2011-05-13 Thread Martin
On 13/05/2011 14:55, Mattias Gaertner wrote: Martin laza...@mfriebe.de hat am 13. Mai 2011 um 15:36 geschrieben: [...] Maybe even synedit could be told to create this format = it has already some nice code to create clipboard stuff. Can you explain this? for example in line 1509