<div dir="ltr">Hi all,<div>I've managed to push my feature into master. A few words about it:</div><div>Interface definitions use its fully qualified name, like</div><div>"dim something as foo.bar.ServiceName" (not XServiceName, here I'll introduce some namspace magic soon).<br>
</div><div>Functions implemented:</div><div>- code completion</div><div>- autoclose parenthesis</div><div>- autoclose procedures</div><div>- autoclose double quotes(strings)</div><div>- autoclose defined variables (all kind of them).</div>
<div>Extended types: here I mean UNO types (and I'm not sure if we really need this option, please give me feedback about this).</div><div>About the listbox:</div><div>It is quite simple, it displays the type's fields+methods (here, I'll make it to appear with more colums, like Type (field/method), Name and also parameters can be inserted ).</div>
<div>Listbox appearance:</div><div>It is moved right/up when it can exceed the visible area. Tab key cycles in the matching entries, ESC, leaving the actual context dismisses the window.</div><div>Any ideas, opinions are accepted.</div>
<div>Regards,</div><div>Gergõ</div></div>