Suggested enhancements for LibreOffice Basic IDE for macro editing is "Intellisense" (showing the properties and methods of an object). Thank you
Hi Óvári, What about marking this as duplicate of bug https://bugs.documentfoundation.org/show_bug.cgi?id=66185 ?
*** This bug has been marked as a duplicate of bug 66185 ***
This is actually not a duplicate. It is a required feature that is not implemented in the current code completion. It deserves a separate Bugzilla issue, as the whole code completion feature does not fit into a single bug/enhancement request.
Created attachment 201567 [details] After patch 9 Object Browser UI https://gerrit.libreoffice.org/c/core/+/186822 Patch 9 - 9ed885b9a6bcfb877b15c1ce7f9dfb267462e425
(In reply to Devansh Varshney from comment #4) > Created attachment 201567 [details] > After patch 9 Object Browser UI > > https://gerrit.libreoffice.org/c/core/+/186822 > > > Patch 9 - 9ed885b9a6bcfb877b15c1ce7f9dfb267462e425 Thank you for work. Should your work at the https://gerrit.libreoffice.org/c/core/+/186822 link have this issue (tdf#92253) in the title? Should basic: [GSoC] Add UI shell and integration for Object Browser be updated to tdf#92253: basic: [GSoC] Add UI shell and integration for Object Browser Thank you
(In reply to Óvári from comment #5) > (In reply to Devansh Varshney from comment #4) > > Created attachment 201567 [details] > > After patch 9 Object Browser UI > > > > https://gerrit.libreoffice.org/c/core/+/186822 > > > > > > Patch 9 - 9ed885b9a6bcfb877b15c1ce7f9dfb267462e425 > > Thank you for work. > > Should your work at the https://gerrit.libreoffice.org/c/core/+/186822 link > have this issue (tdf#92253) in the title? > > Should > basic: [GSoC] Add UI shell and integration for Object Browser > be updated to > tdf#92253: basic: [GSoC] Add UI shell and integration for Object Browser > > Thank you Yes. The Intellisense will be done in a seperate patch I think. This is the initial work and is related to UI only.