<div dir="ltr"><div dir="ltr">Hi Martin!<br><br><div class="gmail_quote"><div dir="ltr">Em qui, 25 de out de 2018 às 14:14, Martin Frb via Lazarus <<a href="mailto:lazarus@lists.lazarus-ide.org">lazarus@lists.lazarus-ide.org</a>> escreveu:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"> <br></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
The problem with removing it later, is that the IDE can not know, if you <br>
added any fields yourself.<br></blockquote><div><br></div><div><div>When I add some field in a published section of a class, I avoid use the space where the IDE declares the form components/controls. I declare a new published section, something like this:</div><div><br></div><div>TForm1 = class(TForm)</div><div>  Button1:TButton;</div><div>  Button2:TButton; </div><div>  Button3:TButton;</div><div>  Button4:TButton;</div><div>  //I dont declare published fields here.</div><div>private / protected / public</div><div>  ... some private / protected / public fields ...</div><div>published</div><div>  MyField:SomeType;</div><div>end;</div><div><br></div><div>But this is a question related with how each one handles their codes, which is not the point here.</div><div><br></div><div>What's I'm suggesting is, a feature, like "Source -> Refactoring -> Empty methods..." but with a option (Source editor options) to enable/disable the published cleanup when saving the form.</div></div></div><div class="gmail_quote"><br></div><div class="gmail_quote"><br></div><div class="gmail_quote"><br></div><div class="gmail_quote"><br><div> </div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
-- <br>
_______________________________________________<br>
Lazarus mailing list<br>
<a href="mailto:Lazarus@lists.lazarus-ide.org" target="_blank">Lazarus@lists.lazarus-ide.org</a><br>
<a href="https://lists.lazarus-ide.org/listinfo/lazarus" rel="noreferrer" target="_blank">https://lists.lazarus-ide.org/listinfo/lazarus</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature">The best regards,<br><br>Fabio Luis Girardi<br>PascalSCADA Project<br><a href="http://sourceforge.net/projects/pascalscada" target="_blank">http://sourceforge.net/projects/pascalscada</a><br><a href="http://www.pascalscada.com" target="_blank">http://www.pascalscada.com</a></div></div></div>