fix for bug #515, problem with external editor not updating properly

This commit is contained in:
benfry
2007-02-17 20:48:19 +00:00
parent 6542d80c73
commit ae7438be45
3 changed files with 15 additions and 0 deletions
+3
View File
@@ -1275,6 +1275,9 @@ public class Sketch {
//handleOpen(sketch);
//history.lastRecorded = historySaved;
// set current to null so that the tab gets updated
// http://dev.processing.org/bugs/show_bug.cgi?id=515
current = null;
// nuke previous files and settings, just get things loaded
load();
}
+10
View File
@@ -26,6 +26,16 @@ Throwing out the baby with the bathwater.
+ At Casey's urging, the "Color Picker" is now called the
"Color Selector".
[ bug fixes ]
+ Properly refresh code when using an external editor (regression)
http://dev.processing.org/bugs/show_bug.cgi?id=515
+ The DXF export library no longer attempts to format its output because
it was causing problems on systems that use , instead of . for their
decimal separator character.
http://dev.processing.org/bugs/show_bug.cgi?id=495
[ java ]
+ Java 1.5.0_10 is no longer the default download at java.com,
+2
View File
@@ -14,6 +14,8 @@ X http://java.sun.com/j2se/1.5.0/docs/guide/javaws/developersguide/launch.html
X http://java.sun.com/update/1.4.2/jinstall-1_4_2_09-windows-i586.cab
X or the 1.5 versions:
X http://java.sun.com/update/1.5.0/jinstall-1_5_0_03-windows-i586.cab
X PDE does not refresh code when using an External Editor
X http://dev.processing.org/bugs/show_bug.cgi?id=515
_ need to add reference for moviemaker