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 61d83e6 commit 80a1201Copy full SHA for 80a1201
app/src/processing/app/EditorListener.java
@@ -53,12 +53,6 @@ public void keyPressed(KeyEvent event) {
53
if ((event.getModifiers() & CTRL_SHIFT) == CTRL_SHIFT && code == KeyEvent.VK_TAB) {
54
sketch.handlePrevCode();
55
}
56
-
57
-// if (event.isAltDown() && code == KeyEvent.VK_T) {
58
-// int line = textarea.getCaretLineNumber();
59
-// textarea.setActiveLineRange(line, line + 3);
60
-// }
61
62
63
64
@Override
0 commit comments