Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git

Moved comment.

Authordjarvis <email>
Date2016-11-09 23:06:56 GMT-0800
Commit65984bbdcd09fe6f9b1cc120f8845ac71c533712
Parente30d437
Delta3 lines added, 2 lines removed, 1-line increase
src/main/java/com/scrivendor/editor/VariableEditor.java
case ENTER:
+ // Fall through.
stopEventCapture();
- // Fall through.
case PERIOD:
case RIGHT:
/**
- * Only variable name keys can pass through the filter.
+ * Only variable name keys can pass through the filter. This is called when
+ * the user presses a key.
*
* @param e The key that was pressed.