We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpSyntax Questions › Quickly jump among functions within single tab
Page Index Toggle Pages: 1
Quickly jump among functions within single tab? (Read 942 times)
Quickly jump among functions within single tab?
May 12th, 2010, 11:09am
 
Hello everyone!

So sometimes your code becomes really really long and it's super annoying to locate the specific functions within a tab by scrolling your mouse.

Is there a way in processing that works like, when you browse the webpage, they have a list of links to all parts in the page, and you simply click to locate them?

THX Wink
Re: Quickly jump among functions within single tab?
Reply #1 - May 12th, 2010, 1:06pm
 
I guesss the answer is just no...

put them in another tab.
Or maybe use a special way to comment them with keywords.
and jump there using Ctrl+F and search for the keyword.
But thats not really handy.
Re: Quickly jump among functions within single tab?
Reply #2 - May 12th, 2010, 1:30pm
 
If you want something like this, it might be time to think about switching from the PDE to Eclipse.

Short of that, the best you can probably do is what Cedric suggested, putting a group of functions in a separate tab for easy access.

(This might be a good candidate for someone to write a Tool for.)
Page Index Toggle Pages: 1