mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
remove errant debug message
This commit is contained in:
@@ -7,8 +7,6 @@
|
||||
</target>
|
||||
|
||||
<target name="compile" description="Compile sources">
|
||||
<echo message="${runtime.jars}" />
|
||||
|
||||
<condition property="core-built">
|
||||
<available file="../../../core/core.jar" />
|
||||
</condition>
|
||||
|
||||
@@ -7,7 +7,8 @@ X (due to fallback in preprocessor)
|
||||
X 'public' keyword in class declarations breaks syntax checker
|
||||
X http://code.google.com/p/processing/issues/detail?id=551
|
||||
X found issue where editor objects were being kept around after closing
|
||||
X particularly on mac os x, since the object wasn't being removed at 1 editor
|
||||
X with 1 editor open, the editors array wasn't being cleared
|
||||
X (before default file menu, there was no point)
|
||||
|
||||
_ with one sketch open, changing the mode doesn't close the original editor
|
||||
_ only affects linux and windows
|
||||
|
||||
Reference in New Issue
Block a user