Untersuchungsergebnis.bsh Download desShell {Shell[43] C[56] Abap[213]}zum Wurzelverzeichnis wechseln
/**
* Go to the end of the current sentence. Emulates the Emacs "forward-sentence"
* command.
*/
source (MiscUtilities.constructPath(dirname(scriptPath), "EmacsUtil.bsh"));
void emacsForwardSentence()
{
textArea.setCaretPosition (findEndOfSentence());
}
emacsForwardSentence();
[ zur Elbe Produktseite wechseln0.70Quellennavigators
]