8000 Add missing import (yet again) · scijava/script-editor@e84391d · GitHub
[go: up one dir, main page]

Skip to content

Commit e84391d

Browse files
committed
Add missing import (yet again)
... there is a weird IDE sync issue, where things compile file, but the contents of some classes do not reflect what is on file being tracked by git!?
1 parent 03c5582 commit e84391d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/scijava/ui/swing/script/TextEditor.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@
142142
import org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit;
143143
import org.fife.ui.rsyntaxtextarea.TokenMakerFactory;
144144
import org.fife.ui.rtextarea.ClipboardHistory;
145+
import org.fife.ui.rtextarea.Macro;
145146
import org.fife.ui.rtextarea.RTextArea;
146147
import org.fife.ui.rtextarea.RTextAreaEditorKit;
147148
import org.fife.ui.rtextarea.RTextAreaEditorKit.SetReadOnlyAction;

0 commit comments

Comments
 (0)
0