Skip to content

Navigation History #9

@sh1ftchg

Description

@sh1ftchg

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions