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
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
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
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
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
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
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