On 03/27/2015 10:09 PM, Howard Page-Clark wrote: > On 27/03/2015 20:40, JuuS wrote: >> Happy Friday, >> >> Before I put on RC1, then RC2, I would find that adding a procedure gave >> something like this in body: >> >> procedure TfrmJuuRSync.EditButton1Change(Sender: TObject); >> begin >> >> end; >> >> I would then realize I don't want this procedure. If I left it blank, no >> code lines added, and recompiled the program the IDE took out the empty >> proc as well as the declaration in the class. I really liked this. > > This is controlled from the > > Tools-> Options menu > > In the IDE Options dialog select the Editor->Completion and Hints page > > Make sure to check "Auto remove empty methods"
Thank you! > > Howard > > > --- > This email has been checked for viruses by Avast antivirus software. > http://www.avast.com > > > -- > _______________________________________________ > Lazarus mailing list > [email protected] > http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
