This site requires JavaScript, please enable it in your browser!
Greenfoot back
GregC246
GregC246 wrote ...

2013/4/27

Class Sorting

GregC246 GregC246

2013/4/27

#
How exactly are classes in the sidebar sorted? My project has around 200 classes, and it gets really hard to find things when I have to scroll through the entire thing to look for it.
Well, unless you've figured this out for yourself, All your world classes (those extending World or a subclass of World). All your actor classes are in the next section. And the last section is any non-actor/non-world classes. I'm not sure how the classes are sorted otherwise, besides being beneath their superclass (if they have any).
Duta Duta

2013/4/28

#
Why do you need 200 classes? ._. Even a large game shouldn't need that many
bourne bourne

2013/4/28

#
A search utility that reduces the listed classes would be helpful. 200 is a lot, my largest game has ~160 I believe. Ended up carefully remembering the general scroll amount to get to a particular cluster of classes.
GregC246 GregC246

2013/4/28

#
@FlyingRabidUnicornPig I know, but there are still 160+ classes in the "Actor" section, I want to know what order the classes are inside of these sections. @Duta: It is a Minecraft clone with a class for each block. @bourne: Yes, I really want this too.
Duta Duta

2013/4/28

#
Nice :) I love minecraft clones - intending one day to go back to my Greenfoot one and update it to be more efficient, but that's probably going to be a while away... How far in to it are you?
GregC246 GregC246

2013/4/28

#
See for yourself: http://www.planetminecraft.com/mod/minecraft-2d-v050/
Duta Duta

2013/4/28

#
Very nice.
GregC246 GregC246

2013/4/28

#
Thanks :)
You need to login to post a reply.