NOTEPAD++ QUERY
-
Hey there,
I am looking for a solution in regards to hyperlink the coding parts in a notepad document.
Say, I have written a cod in the notepad++ document which has a function call priya(); , which calls the function priya() in the same document. I want to hyper link both of these. So, that when I click on function call priya(); , it will automatically bring me to the function priya() -
there is no native way to do this.
You either could use the function list window to jump to the function or
using select and find (search menu) and jump through code.Cheers
Claudia -
Thanks Very Much