Re: [lazarus] Willing to help

2005-09-29 Thread Mattias Gaertner
On Wed, 28 Sep 2005 10:53:31 +0200 Marc Weustink [EMAIL PROTECTED] wrote: Alexsander Rosa wrote: My plan is to mimic Delphi as close as possible. Why not do it better? ;) In Delphi, if you type Ctrl-Shift-C to auto complete a class, then save, it does NOT erase the newly created

Re: [lazarus] Willing to help

2005-09-28 Thread Marc Weustink
Alexsander Rosa wrote: My plan is to mimic Delphi as close as possible. In Delphi, if you type Ctrl-Shift-C to auto complete a class, then save, it does NOT erase the newly created empty method, unless you type it BEFORE the first auto-generated private keyword (the one followed by a comment {

Re: [lazarus] Willing to help

2005-09-27 Thread Micha Nelissen
Mattias Gaertner wrote: Question: - Should only published methods be auto deleted, or all empty methods? Should empty procedures/functions be deletes too? Only published methods that are an event handler, AFAIK. Micha _ To

Re: [lazarus] Willing to help

2005-09-27 Thread Marc Weustink
Micha Nelissen wrote: Mattias Gaertner wrote: Question: - Should only published methods be auto deleted, or all empty methods? Should empty procedures/functions be deletes too? Only published methods that are an event handler, AFAIK. Correction: all methods declared between the class

Re: [lazarus] Willing to help

2005-09-27 Thread Marc Weustink
Micha Nelissen wrote: Marc Weustink wrote: Only published methods that are an event handler, AFAIK. Correction: all methods declared between the class declaration and the first section (private/protected/public/published) First section means first different section by use of keyword

[lazarus] Willing to help

2005-09-26 Thread Alexsander Rosa
I added a note on issue 1044: http://www.lazarus.freepascal.org/mantis/view.php?id=1044 As many new-comers, I am not familiar with the structure of the code. I have experience in software development, but lack the (unpaid) time to follow the code up and down to figure out where (i.e., in which

Re: [lazarus] Willing to help

2005-09-26 Thread Mattias Gaertner
On Mon, 26 Sep 2005 11:31:57 -0300 Alexsander Rosa [EMAIL PROTECTED] wrote: I added a note on issue 1044: http://www.lazarus.freepascal.org/mantis/view.php?id=1044 As many new-comers, I am not familiar with the structure of the code. I have experience in software development, but lack the