<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Juha Manninen via lazarus <<a href="mailto:lazarus@lists.lazarus-ide.org">lazarus@lists.lazarus-ide.org</a>> schrieb am Di., 31. März 2020, 13:40:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Nov 10, 2019 at 11:26 PM Sven Barth via lazarus <<a href="mailto:lazarus@lists.lazarus-ide.org" target="_blank" rel="noreferrer">lazarus@lists.lazarus-ide.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I've got a RFC for a feature that allows to extend the IDE. It's based <br>
on something that Delphi supports as well: Selection Editors.<br></blockquote><div><br></div><div>I finally took a proper look at this. First remark without testing is that unit SelEdits should be in LCL instead of IdeIntf.<br></div><div>It says<br></div><div> Abstract:<br>   This unit contains selection editors for various LCL components.</div><div><br></div><div>Thus it is not needed by external IDE plugin packages which use IdeIntf.</div><div>I will test the patches later.</div></div></div></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Thank you for taking a first look. </div><div dir="auto"><br></div><div dir="auto">The problem is that selection editors derive from TBaseSelectionEditor which in turn depends on IdeIntf functionality. </div><div dir="auto"><br></div><div dir="auto">Also they are only really required inside the IDE (for third party components they'd be part of a design time package), not during runtime of the application. </div><div dir="auto"><br></div><div dir="auto">In that sense they are similar to component editors which are in IdeIntf as well (e.g. TFlowPanelComponentEditor in unit ComponentEditors). </div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div></div>