File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 77 </target >
88
99 <target name =" compile" description =" Compile sources" >
10- <echo message =" ${ runtime.jars } " />
11-
1210 <condition property =" core-built" >
1311 <available file =" ../../../core/core.jar" />
1412 </condition >
Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ X (due to fallback in preprocessor)
77X 'public' keyword in class declarations breaks syntax checker
88X http://code.google.com/p/processing/issues/detail?id=551
99X found issue where editor objects were being kept around after closing
10- X particularly on mac os x, since the object wasn't being removed at 1 editor
10+ X with 1 editor open, the editors array wasn't being cleared
11+ X (before default file menu, there was no point)
1112
1213_ with one sketch open, changing the mode doesn't close the original editor
1314_ only affects linux and windows
You can’t perform that action at this time.
0 commit comments