After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 591782 - Immediately show help pages of symbols, as my cursor goes over them
Immediately show help pages of symbols, as my cursor goes over them
Status: RESOLVED OBSOLETE
Product: anjuta
Classification: Applications
Component: plugins: devhelp
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: Naba Kumar
Anjuta maintainers
Depends on:
Blocks:
 
 
Reported: 2009-08-14 08:36 UTC by Philip Van Hoof
Modified: 2020-11-07 12:12 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Philip Van Hoof 2009-08-14 08:36:57 UTC
In VS.NET I remember having a plugin or a feature (can't remember) that when my cursor was on a known symbol or a (in standard .NET) documented own method, immediately showed the help page for it in a pane.

Anjuta's devhelp page requires me to copypaste that function into some textbox. Why? Just make it fast (and multithreaded, if that's the problem) and already perform the 'open help page for that symbol'. Please do consume my computer's resources and please ignore the people who claim that IDEs must run on hardwares that compare to phones' hardwares.
Comment 1 Philip Van Hoof 2009-08-14 08:39:52 UTC
ps. The devhelp support should also index automatically and allow me to search documentation of own methods that got documented using gtk-doc style. Those are actually the most important ones to be honest. 
Comment 2 Philip Van Hoof 2009-08-14 08:43:10 UTC
And and just like in VS.NET could the tooltips show that documentation underneath a little [Show more] button placed onto the tooltip window. I remember having filed a bug about tooltips making the entire editor slow when enabled on scintilla. That's of course not a good implication: let a thread get that documentation, pre-index and pre-prepare it, etc etc. Put the damn computer to work, if necessary constantly, so that it's fast while coding.
Comment 3 Johannes Schmid 2009-08-25 08:33:41 UTC
Actually, we sort of work on the documentation stuff but it requires some changes to devhelp and some more powerful tooltip API in scintilla.

Anyway, no need to copy&paste, you can simply press Shift-F1 to open the API help for the current symbol under the cursor.

For the API help for you own documented symbols - well, that's kind of tricky and nothing that devhelp does. gobject-introspection probably can help there though.
Comment 4 Philip Van Hoof 2009-08-25 08:44:47 UTC
nod. I was thinking GObject-introspection for this too. Problem with GI is that a source buffer might not be compilable but might already contain method  documentation.
Comment 5 André Klapper 2020-11-07 12:12:46 UTC
bugzilla.gnome.org is being replaced by gitlab.gnome.org. We are closing all
old feature requests in Bugzilla which have not seen updates for many years.

If you are still requesting this feature in a currently supported version of GNOME (currently that would be 3.38), then please feel free to report it at https://gitlab.gnome.org/GNOME/anjuta/-/issues/

Thank you for reporting this issue and we are sorry it could not be implemented.