Page 1 of 1

How to get the function name in CTRL editor without scrolling?

Posted: Fri Aug 02, 2019 5:34 pm
by Piterskiy
When working with Script Editor how to get the name of the function I'm currently working on?

I have to scroll up each time when need to get the function name.
It would be really helpful to highlight current function name in the Function toolbar or set a hotkey to navigate to the beginning of function.

Re: How to get the function name in CTRL editor without scrolling?

Posted: Wed Aug 07, 2019 9:31 am
by leoknipp
At the moment I do not know a solution for it.
I have asked our developer if he has an idea.

Best Regards
Leopold Knipp
Senior Support Specialist

Re: How to get the function name in CTRL editor without scrolling?

Posted: Wed Aug 07, 2019 2:19 pm
by leoknipp
I have made a feature request for our UI development team.
They will think about a solution for it.

Best Regards
Leopold Knipp
Senior Support Specialist

Re: How to get the function name in CTRL editor without scrolling?

Posted: Wed Aug 07, 2019 3:30 pm
by Piterskiy
Thank you, Leopold.

Re: How to get the function name in CTRL editor without scrolling?

Posted: Wed Aug 14, 2019 1:51 pm
by gschijndel
In case you do not want to wait for a solution from the development team. You could create a script editor extension to show the current function name in the toolbar and/or a hotkey to jump to the beginning of the function.

But in an ideal world functions should not be so long, that scrolling is required to see the function name.