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

Quellcode-Bibliothek

© Kompilation durch diese Firma

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

Datei:   Sprache: Unknown

rahmenlose Ansicht.bsh DruckansichtC {C[88] Abap[216] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

/** Open_Line_Above.bsh: 
    mimics the Ctrl-Shift-Enter combination in Eclipse,
    opening a new blank line above the current cursor position.
    Author: Scott LeBaron
    License: GPL v 2.0
*/

textArea.goToStartOfWhiteSpace(false);
textArea.insertEnterAndIndent();
textArea.goToPrevLine(false);

[ Verzeichnis aufwärts0.44unsichere Verbindung  ]