mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Add note to Editor constructor
This commit is contained in:
@@ -332,6 +332,10 @@ public abstract class Editor extends JFrame implements RunnerListener {
|
||||
}
|
||||
});
|
||||
|
||||
// TODO: Subclasses can't initialize anything before Doc Open happens since
|
||||
// super() has to be the first line in subclass constructor; we might
|
||||
// want to keep constructor light and call methods later [jv 160318]
|
||||
|
||||
// Open the document that was passed in
|
||||
handleOpenInternal(path);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user