[Feature idea] More informative tooltips.

Have some feature requests, feedback, cool stuff to share, or want to know where FreeCAD is going? This is the place.
Forum rules
Be nice to others! Read the FreeCAD code of conduct!
User avatar
MisterMaker
Posts: 744
Joined: Mon Sep 21, 2020 7:41 am
Contact:

Re: [Feature idea] More informative tooltips.

Post by MisterMaker »

Linkstage already has the option to add gifs, and it works. Now we only need a gazzilion gifs.
User avatar
paddle
Veteran
Posts: 1413
Joined: Mon Feb 03, 2020 4:47 pm

Re: [Feature idea] More informative tooltips.

Post by paddle »

Gif would be very explanatory and great but they would weight a lot if we have a lot of gifs.

And they need a lot of time to do. Besides they would need to be redone everytime a tool changes.
User avatar
MisterMaker
Posts: 744
Joined: Mon Sep 21, 2020 7:41 am
Contact:

Re: [Feature idea] More informative tooltips.

Post by MisterMaker »

You can still add text instead of a gif with an image, but gifs sre as my opinion easier to make than some text. It's also doesn't need a translation.
With programs like sharex (*for windows) you can very quickly and very easily make a gif.
Last edited by MisterMaker on Wed Apr 19, 2023 4:21 am, edited 1 time in total.
chrisb
Veteran
Posts: 54201
Joined: Tue Mar 17, 2015 9:14 am

Re: [Feature idea] More informative tooltips.

Post by chrisb »

MisterMaker wrote: Tue Apr 18, 2023 7:31 pm It's also doesn't need a translation.
Yes and no. If the GUI is translated, gifs can/should/must show the translated GUI as well.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
User avatar
Kartoffelpüre
Posts: 169
Joined: Fri Mar 11, 2022 8:33 am

Re: [Feature idea] More informative tooltips.

Post by Kartoffelpüre »

I stumbled upon this thread. May a suggestion. Could that may be create together with the Wiki?

If you have a wiki page for a feature you may, could create a wiki template that contain a short description of a feature.

That way, Wiki user could enhance and translate Feature descriptions them self. With a closer work with the wiki you may are also able to add help links into feature and also to the tooltip that leads directly to the wiki page.
Bildschirmfoto vom 2023-05-25 09-18-49.png
Bildschirmfoto vom 2023-05-25 09-18-49.png (285.39 KiB) Viewed 1112 times
Bildschirmfoto vom 2023-05-25 09-29-29.png
Bildschirmfoto vom 2023-05-25 09-29-29.png (67.86 KiB) Viewed 1112 times
User avatar
paddle
Veteran
Posts: 1413
Joined: Mon Feb 03, 2020 4:47 pm

Re: [Feature idea] More informative tooltips.

Post by paddle »

You mean that clicking the tooltip would open a browser tab of the wiki? Or that the tooltip would fetch the first paragraph of the wiki automatically ?
The ? button on taskboxes is an interesting idea.
User avatar
Kartoffelpüre
Posts: 169
Joined: Fri Mar 11, 2022 8:33 am

Re: [Feature idea] More informative tooltips.

Post by Kartoffelpüre »

I propose to use it offline. Mark all paragraphs inside the wiki that match the requirement for being a Tooltip text.
I would say that the Wiki need a task that permanently export all the paragraphs into a file that the Freecad compiler could handle to integrate it.

The Question Mark instead should Link to the Wiki.

example:

Code: Select all

<div id="Tooltip">
<span id="Description"></span>
== Beschreibung ==

Das Werkzeug [[Image:PartDesign_Chamfer.svg|24px]] '''PartDesign Fase''' erzeugt Fasen (Abschrägungen) an den ausgewählten Kanten eines Objekts. Es fügt dem Dokument ein '''Chamfer'''-Objekt und den dazugehörigen Repräsentanten in der [[Tree_view/de|Baumansicht]] hinzu. 
<div>
I assume there is an Initial work that has to be done to auto-detect and mark already existing Descriptions.
User avatar
Roy_043
Veteran
Posts: 8552
Joined: Thu Dec 27, 2018 12:28 pm

Re: [Feature idea] More informative tooltips.

Post by Roy_043 »

Kartoffelpüre wrote: Tue Jun 27, 2023 8:23 am The Question Mark instead should Link to the Wiki.
It already can. See Preferences_Editor#Help
Post Reply