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

2012/11/10

Greenfoot feature request

SPower SPower

2012/11/10

#
Dear greenfoot developers, I have a request for the next greenfoot version: upgrading the code completion to support the names of things like instance variables, so you don't have to type that yourself (like in eclipse or xcode). An option to make the code completion to appear immediately (also like in eclipse) would also be very useful.
Upupzealot Upupzealot

2012/11/11

#
Another suggestion for the website is : could a comment blow a scenario also use BBcode?
SPower SPower

2012/11/11

#
Can someone from the greenfoot team reply?
davmac davmac

2012/11/12

#
Your suggestion has been seen. Do you have a case for it considering Greenfoot's intended purpose?
SPower SPower

2012/11/13

#
I find it a bit frustrating to not know what public variables an object has or is there. Especially when the names are very long, you have to type that all yourself. So to make it shorter: it will make things easier.
davmac davmac

2012/11/13

#
Better design is to write getter and setter methods rather than use public instance variables. To be honest, I don't think this will be changed. It was a conscious decision to make completion only work with methods, and only when a key combination was pressed. Certainly if you're working at a level beyond amateur you'd want better completion capability, but then you should consider using a different IDE.
You need to login to post a reply.