mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 10:00:42 +01:00
proper packaging of all processing.app classes
This commit is contained in:
@@ -17,11 +17,13 @@
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software Foundation,
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software Foundation,
|
||||
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
package processing.app;
|
||||
|
||||
import java.io.*;
|
||||
|
||||
|
||||
@@ -31,7 +33,7 @@ public class PdeCode {
|
||||
int flavor;
|
||||
|
||||
String program;
|
||||
boolean modified;
|
||||
public boolean modified;
|
||||
//PdeHistory history; // TODO add history information
|
||||
|
||||
String preprocName; // name of .java file after preproc
|
||||
@@ -57,8 +59,8 @@ public class PdeCode {
|
||||
//program = null;
|
||||
/*
|
||||
} catch (IOException e) {
|
||||
PdeBase.showWarning("Error loading file",
|
||||
"Error while opening the file\n" +
|
||||
PdeBase.showWarning("Error loading file",
|
||||
"Error while opening the file\n" +
|
||||
file.getPath(), e);
|
||||
program = null; // just in case
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user