Give focus to the Editor after clicking an error in ErrorTable

This commit is contained in:
Jakub Valtar
2015-09-29 17:12:10 -04:00
parent 1400caedc9
commit b7ae0f9e20
@@ -117,6 +117,7 @@ public class ErrorTable extends JTable {
} else if (clickCount > 1) {
editor.errorTableDoubleClick(data);
}
editor.getTextArea().requestFocusInWindow();
// editor.getErrorChecker().scrollToErrorLine(row);
}
} catch (Exception ex) {