Dan_Olner
Junior Member
Offline
Posts: 54
UK
Sketchbook + "method-list"?
Dec 2nd , 2008, 6:05pm
Hello all I've been using Processing for a little while now - and often things get quickly complex, so I jump over to using Netbeans and use Processing from there. I was wondering: what are the chances, at some point in the future, that the sketchbook might get an optional 'method list' or some-such. This would present the user with a clickable list of the methods / inner classes they've made, in a document-map stylee. (All classes are inner classes in the sketchbook, of course.) I know there are arguments against this: it goes against the sketchbook ethos, it crosses the line from simple editor to 'wannabe ide'... To make the opposite argument, though: sketches grow organically. This is great and the sketchbook is a far better format for doing this than, say, Netbeans. But that organic growth soon leads - at least for me - to a *lot* of time spent scrolling, trying to find a particular method. A clickable panel with those method names would, I'd argue: a) speed up sketching, and lead nicely from sketches to compositions(!) b) help people new to programming get their heads around the advantages of breaking code down into more manageable, more intuitive method chunks. For me, that one simple change might mean the difference between whole projects executed in the sketchbook and shifting them to Netbeans. I know it's a big cheeky ask and everyone's probably got plenty of substantive Processing-code-related things to be working on, but since we're now on V1, I thought I'd throw the idea out there... Actually, I wonder, how hard would it be for me to try it out? What's the editor based on? Dan