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.
IndexDiscussionGeneral Discussion,  Status › Processing 0099 is not 1 away from 1.0
Page Index Toggle Pages: 1
Processing 0099 is not 1 away from 1.0 (Read 1395 times)
Processing 0099 is not 1 away from 1.0
Dec 18th, 2005, 10:02pm
 
ABOUT REV 0099 - 18 December 2005

A general usability-oriented release. The most major thing is some
additional support for auto-indenting of blocks (things inside curly
braces) and being smarter about indents on new lines. Other than that,
it's a lot of bug fixes. If there are errors in the auto-indenting,
you might want to just move back to 0098.


+ better auto-indent code. it's not complete or perfect, but should
 make the editor a little less annoying for general use.

+ ctrl-up and ctrl-down move up or down to the next empty line
 (holding down shift will also select the area)

+ a /* without an ending */ was crashing with a NullPointerException
 or OutOfMemoryError or just plain locking up.
 http://dev.processing.org/bugs/show_bug.cgi?id=16

+ let user know where offensively named sketches are located
 http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1134466565

+ make windows respond to ctrl/cmd-w and esc more consistently

+ make buttons in toolbar highlight as their actions are taking place
 (i.e. make the export button stay lit while the export is completing)
 http://dev.processing.org/bugs/show_bug.cgi?id=242

+ processing should no longer fill the temporary directory with extra
 folders. iron out other console and build related issues.

+ fix obscure bug with hidden files when using an external editor

+ fix an issue with autoformat showing up out of range
 http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1134720763

+ support for ComponentListener to handle calling size() when
 a PApplet is resized by a layout manager or other means.
 http://dev.processing.org/bugs/show_bug.cgi?id=209
 this still doesn't work with opengl, however.

+ calling size() while app is running had some weirdness
 http://dev.processing.org/bugs/show_bug.cgi?id=243  
Re: Processing 0099 is not 1 away from 1.0
Reply #1 - Dec 18th, 2005, 10:32pm
 
hey! that's one away from 1.0! awesome!

Smiley Smiley
Re: Processing 0099 is not 1 away from 1.0
Reply #2 - Dec 20th, 2005, 7:55am
 
Nono lunetta. You don't understand!


...

0099 IS 1.0! ceil() ftw.





btw thanks Fry.
Re: Processing 0099 is not 1 away from 1.0
Reply #3 - Dec 21st, 2005, 9:15am
 
The usability matters!

Thanks Ben!


chr
Page Index Toggle Pages: 1