numere-org / NumeRe

Framework for numerical computations, data analysis and visualisation
https://www.numere.org
GNU General Public License v3.0
18 stars 6 forks source link

Create a custom symbols tree tooltip #11

Open numeredev opened 1 year ago

numeredev commented 1 year ago

DESCRIPTION

Is your change request related to a problem? Please describe. The current tooltip of the symbols tree hides after some time and does not provide the necessary features to actually make the signature of the symbol completely readable.

Describe the solution you'd like The current tooltip for the file and symbols tree is restricted to a fixed size. It might be reasonable to copy the logic from the terminal to derive a custom tooltip with better fitting features.

Describe possible alternatives you've considered No alternative.

Additional context Migrated from here: https://sourceforge.net/p/numere/tickets/760/

(Do not write below this line)


DEVS' SECTION

ANALYSIS

(Describe, what's the issue and which changes have to be made)

IMPLEMENTATION STEPS

(see also our Wiki for implementation guidelines)

DOCUMENTATION STEPS

(see also our Wiki for further information)

PULL REQUEST