mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 10:30:44 +01:00
temporary testing output
This commit is contained in:
@@ -38,6 +38,7 @@ import java.util.Map;
|
||||
import javax.swing.DefaultListModel;
|
||||
import javax.swing.SwingWorker;
|
||||
|
||||
import processing.app.Base;
|
||||
import processing.app.syntax.JEditTextArea;
|
||||
import processing.app.syntax.TextAreaDefaults;
|
||||
/**
|
||||
@@ -148,7 +149,7 @@ public class TextArea extends JEditTextArea {
|
||||
* Code completion begins from here.
|
||||
*/
|
||||
public void processKeyEvent(KeyEvent evt) {
|
||||
|
||||
if(Base.isMacOS() && evt.isControlDown()) System.out.println("Ctrl down: " + evt);
|
||||
if(evt.getKeyCode() == KeyEvent.VK_ESCAPE){
|
||||
if(suggestion != null){
|
||||
if(suggestion.isVisible()){
|
||||
|
||||
Reference in New Issue
Block a user