numere-org / NumeRe

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

Highlight lclfunc defined functions #9

Open numeredev opened 1 year ago

numeredev commented 1 year ago

DESCRIPTION

What does your feature request improve on? Please describe. Highlighting local functions differently than tables would make them easier to distinguish.

Describe the solution you'd like Functions defined via lclfunc shall be highlighted using the same algorithm as the local variable hightlighter. Instead of using an indicator for highlighting, create a new ad-hoc style only usable by the corresponding algorithm.

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

(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