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

2013/10/8

Greenfoot Ideas

JetLennit JetLennit

2013/10/8

#
I thought that there should be a place where people post there ideas for the greenfoot program and website... I'll start it off and say that there should be a plugin section for greenfoot plugins and an easy way to download them
Entity1037 Entity1037

2013/10/9

#
There should be an increase in storage data for getUserInfo() I would be so happy If I could have like 20 strings at my disposal. :D
Kartoffelbrot Kartoffelbrot

2013/10/9

#
It isn't necessary for the most scenarios, but a way to regulate the RAM, that is used by greenfoot would be very nice, so that you can handle bigger programs, too.
mjrb4 mjrb4

2013/10/9

#
Kartoffelbrot wrote...
It isn't necessary for the most scenarios, but a way to regulate the RAM, that is used by greenfoot would be very nice, so that you can handle bigger programs, too.
This is already possible - just edit the bluej.vm.args property in greenfoot.defs to contain your chosen Xms and Xmx values.
JetLennit JetLennit

2013/10/9

#
And cloud variables would be nice
mjrb4 mjrb4

2013/10/9

#
JetLennit wrote...
And cloud variables would be nice
What's that?!
SPower SPower

2013/10/9

#
(this is not about the mentioned 'cloud variables') Add the code completion for try catch statements:
try{
} catch(Exception e){
    // code completion doesnt recognize e here
}
Kartoffelbrot Kartoffelbrot

2013/10/9

#
@ mjrb4: Oh, thank you!
JetLennit JetLennit

2013/10/10

#
mjrb4 wrote...
JetLennit wrote...
And cloud variables would be nice
What's that?!
A variable that is the same for everyone on the program
joeschmoe joeschmoe

2013/10/10

#
we need some multiplayer games that I can play with my greenfoot friends
JetLennit JetLennit

2013/11/16

#
And I also had an idea for a greenfoot app. To connect to the website's disscusion area and comment on scenarios, not to play and/or program scenarios.
GreenHouse GreenHouse

2013/11/28

#
Entity1037 wrote...
There should be an increase in storage data for getUserInfo() I would be so happy If I could have like 20 strings at my disposal. :D
5 strings with max. 50 chars = 250 Byte, right? What about 5 MB (nearly 100,000 strings with 50 chars) local storage? is that enough? :D
DoctorProfessorYoshi DoctorProfessorYoshi

2013/11/30

#
A hotkey for the run button would be useful. It is especially annoying with scenarios with a big world, where you have to scroll down to run, and scroll up again to actually use the scenario.
You need to login to post a reply.