rahmenlose Ansicht.bsh DruckansichtShell {Shell[43] C[56] Abap[213]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]
/**
* 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();
[ Verzeichnis aufwärts0.44unsichere Verbindung
]