products/Sources/formale Sprachen/Isabelle/Tools/jEdit/dist/macros/Emacs image not shown  

Quellcode-Bibliothek

© Kompilation durch diese Firma

[Weder Korrektheit noch Funktionsfähigkeit der Software werden zugesichert.]

Datei: ImportTest.java   Sprache: JAVA

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.62Quellennavigators  ]