Re: [Lazarus] Remove unmatched vars in published

2018-10-25 Thread Fabio Luis Girardi via Lazarus
Hi Martin! Em qui, 25 de out de 2018 às 14:14, Martin Frb via Lazarus < lazarus@lists.lazarus-ide.org> escreveu: > > > The problem with removing it later, is that the IDE can not know, if you > added any fields yourself. > When I add some field in a published section of a class, I avoid use the

Re: [Lazarus] Remove unmatched vars in published

2018-10-25 Thread Martin Frb via Lazarus
On 25/10/2018 19:09, Fabio Luis Girardi via Lazarus wrote: Hi Juha! I haven't a way to reproduce this, yet. Because of this I asked if Lazarus has way to remove unmatched instance class fields when saving the form/datamodule or that can be triggered manually. When I found a way to reproduce

Re: [Lazarus] Remove unmatched vars in published

2018-10-25 Thread Fabio Luis Girardi via Lazarus
Hi Juha! I haven't a way to reproduce this, yet. Because of this I asked if Lazarus has way to remove unmatched instance class fields when saving the form/datamodule or that can be triggered manually. When I found a way to reproduce this and if this is related with Lazarus, I'll fill a bug report

Re: [Lazarus] Remove unmatched vars in published

2018-10-25 Thread Juha Manninen via Lazarus
Fabio Luis Girardi, if there is a systematic way to reproduce the error using the latest Lazarus (trunk or 2.0RC1) then please report in bug tracker. Juha -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/l

Re: [Lazarus] Remove unmatched vars in published

2018-10-25 Thread Fabio Luis Girardi via Lazarus
abio Luis Girardi via Lazarus" > > Komu: "Lazarus mailing list" > > Datum: 25.10.2018 15:09 > > Předmět: [Lazarus] Remove unmatched vars in published > > > Hi all! > Lazarus has some feature, to remove all unmatched variable names (on > published of class

Re: [Lazarus] Remove unmatched vars in published

2018-10-25 Thread Vojtěch Čihák via Lazarus
mu: "Lazarus mailing list" Datum: 25.10.2018 15:09 Předmět: [Lazarus] Remove unmatched vars in published Hi all!Lazarus has some feature, to remove all unmatched variable names (on published of class, specially on TForm class and it's descendants) that don't have a control or

[Lazarus] Remove unmatched vars in published

2018-10-25 Thread Fabio Luis Girardi via Lazarus
Hi all! Lazarus has some feature, to remove all unmatched variable names (on published of class, specially on TForm class and it's descendants) that don't have a control or component with the same name? I'm working with big forms (process screens) and my coworkers are deleting some controls, but