-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
EditorComposite.java
if (e.stateMask == SWT.CTRL) {
switch (e.keyCode) {
case SWT.HOME:
case SWT.END:
// Check to see if we need to add to a nav history
RepDevMain.mainShell.addToNavHistory(file, txt.getLineAtOffset(txt.getCaretOffset()));
break;
// TODO: This does not work. I think that the CTabfolder is eating the key
Nope, this does not work because of the line if (e.stateMask == SWT.CTRL) {.
Metadata
Metadata
Assignees
Labels
No labels