Bug 92253 - BASIC IDE (Integrated Development Environment) Intellisense (showing the properties and methods of an object)
Summary: BASIC IDE (Integrated Development Environment) Intellisense (showing the prop...
Status: REOPENED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: BASIC (show other bugs)
Version:
(earliest affected)
4.4.4.2 rc
Hardware: Other All
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: BASIC-IDE
  Show dependency treegraph
 
Reported: 2015-06-22 12:09 UTC by Óvári
Modified: 2025-07-01 07:41 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments
After patch 9 Object Browser UI (131.10 KB, image/png)
2025-06-30 17:24 UTC, Devansh Varshney
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Óvári 2015-06-22 12:09:27 UTC
Suggested enhancements for LibreOffice Basic IDE for macro editing is "Intellisense" (showing the properties and methods of an object).

Thank you
Comment 1 Cor Nouws 2015-06-22 14:00:32 UTC
Hi Óvári,
What about marking this as duplicate of bug https://bugs.documentfoundation.org/show_bug.cgi?id=66185 ?
Comment 2 Óvári 2015-06-23 07:46:33 UTC

*** This bug has been marked as a duplicate of bug 66185 ***
Comment 3 Hossein 2025-03-19 07:28:24 UTC
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.
Comment 4 Devansh Varshney 2025-06-30 17:24:32 UTC
Created attachment 201567 [details]
After patch 9 Object Browser UI

https://gerrit.libreoffice.org/c/core/+/186822


Patch 9 - 9ed885b9a6bcfb877b15c1ce7f9dfb267462e425
Comment 5 Óvári 2025-07-01 03:25:23 UTC
(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
Comment 6 Devansh Varshney 2025-07-01 07:41:49 UTC
(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.