[Lazarus] Component palette enhancements

Sven Barth pascaldragon at googlemail.com
Fri Apr 8 14:21:23 CEST 2022


Marco van de Voort via lazarus <lazarus at lists.lazarus-ide.org> schrieb am
Fr., 8. Apr. 2022, 11:58:

>
> IOW in which cases is disambiguation in the class registration of the
> generated app needed?
>
>
> Sure, the IDE is also a FPC/Lazarus app, but it has more leeway for
> solutions that doesn't require changes to the way EVERY APP streams its
> forms.
>

The use case that Michael has in mind is that inside an app you have a
StdCtrls.TButton and a MyControls.TButton. Right now one *must* rename ones
own even though the full name including unit name is unique.

Solving this would at the same time allow the IDE to have a TButton for
both the LCL and e.g. Web Components Library. Right now they need to be
named differently like WebCtrls.TWButton.

Regards,
Sven
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20220408/85824f72/attachment.htm>


More information about the lazarus mailing list