Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 


Quellcode-Bibliothek

© Kompilation durch diese Firma

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

Datei: matcher_riscv.hpp   Sprache: C

Untersuchungsergebnis.bsh Download desC {C[53] Abap[227] [0]}zum Wurzelverzeichnis wechseln

/**
 * Emulate GNU Emacs's "kill-ring-save" capability (normally bound to Meta-W),
 * which copies the text between the caret and the mark to the kill ring. This 
 * version is slightly different than the Emacs version: If there's any
 * selected text, it copies that text. Otherwise, it selects the text between
 * the caret and the mark, and copies that.
 *
 * Does NOT use jEdit markers.
 */

source (MiscUtilities.constructPath(dirname(scriptPath), "EmacsUtil.bsh"));

void emacsKillRingSave()
{
    selection = getKillRegion();
    if (selection == null)
        beep();
    else
        addToClipboardAndHistory (selection);
}

emacsKillRingSave();


[ zur Elbe Produktseite wechseln0.78Quellennavigators  ]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik