}
}
);
GlobalValues.autoCompletionFrame = new AutoCompletionFrame("ScalaLab editor autocompletion, Press F1 for detailed help on the selected entry");
GlobalValues.autoCompletionFrame.displayMatches(resultsList);
} // some text is selected
e.consume(); // consume this event so it will not be processed in the default manner by the source that originated it
//get the text on the current line