File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- PROCESSING 2.0b8 (REV 0216) 23 February 2013
1+ PROCESSING 2.0b8 (REV 0216) 24 February 2013
22
33Dead bugs on the windscreen as we head down the road to 2.0.
4+ (The fact that we're still in bad metaphor territory suggests
5+ we're still a little ways off from 2.0 final.)
46
57[ bugs fixed ]
68
@@ -257,9 +259,16 @@ Dead bugs on the windscreen as we head down the road to 2.0.
257259
258260+ P2D, P3D drawing errors in static mode, gray screen
259261 https://github.com/processing/processing/issues/1648
262+ Still seeing a few of these in some cases, but hopefully
263+ this is fixed for the most part.
260264
261265[ manindra magic ]
262266
267+ + Problems with Find & Replace getting stuck in a loop, or replacing
268+ with odd text after text was no longer found.
269+ https://github.com/processing/processing/issues/1643
270+ https://github.com/processing/processing/pull/1652
271+
263272+ Error checker broken in experimental mode (fix from Manindra)
264273 http://code.google.com/p/processing/issues/detail?id=1449
265274
Original file line number Diff line number Diff line change @@ -76,6 +76,10 @@ manindra
7676M bug that was causing the Debugger to point to wrong break point line numbers
7777M 'Debug' button does not re-run the project when it is already running.
7878M http://code.google.com/p/processing/issues/detail?id=1504
79+ M Problems with Find & Replace getting stuck in a loop
80+ M or replacing with odd text
81+ M https://github.com/processing/processing/issues/1643
82+ M https://github.com/processing/processing/pull/1652
7983
8084earlier
8185X include debug mode as 'experimental'?
You can’t perform that action at this time.
0 commit comments