We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96fcda2 commit 45094a9Copy full SHA for 45094a9
app/src/processing/app/SketchCodeDocument.java
@@ -2,16 +2,12 @@
2
3
import java.io.File;
4
5
-import javax.swing.Action;
6
-import javax.swing.SwingUtilities;
7
import javax.swing.event.DocumentEvent;
8
import javax.swing.event.DocumentListener;
9
import javax.swing.text.Document;
10
import javax.swing.undo.UndoManager;
11
12
-import org.fife.ui.rtextarea.RTextArea;
13
-
14
-public class SketchCodeDocument implements SketchDocumentProvider, DocumentListener{
+public class SketchCodeDocument implements DocumentListener{
15
16
private SketchCode code;
17
private Sketch sketch;
0 commit comments