mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 10:00:42 +01:00
moving packages around
This commit is contained in:
@@ -1588,12 +1588,12 @@ public class JEditTextArea extends JComponent
|
||||
* This is slightly faster than using a KeyListener
|
||||
* because some Swing overhead is avoided.
|
||||
*/
|
||||
public PdeEditorListener editorListener;
|
||||
public EditorListener editorListener;
|
||||
|
||||
/**
|
||||
* The component that tracks the current line number.
|
||||
*/
|
||||
public PdeEditorLineStatus editorLineStatus;
|
||||
public EditorLineStatus editorLineStatus;
|
||||
|
||||
|
||||
public void processKeyEvent(KeyEvent evt) {
|
||||
|
||||
Reference in New Issue
Block a user