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

Quellcode-Bibliothek

© Kompilation durch diese Firma

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

Datei:   Sprache: Unknown

rahmenlose Ansicht.bsh DruckansichtLex {Lex[59] C[73] BAT[137]}Entwicklung

/*
 * Copy_Path_to_Clipboad.bsh - Copies the current buffer's
 * path to the clipboard.
 *
 * Copyright (C) 2002-2004 Ollie Rutherfurd <[email protected]>
 *
 * $Id: Copy_Path_to_Clipboard.bsh 5016 2004-04-09 17:10:15Z spestov $
 */

void copyBufferPathToClipboard(Buffer buffer)
{
 Registers.setRegister('$',buffer.getPath());
 HistoryModel.getModel("clipboard").addItem(buffer.getPath());
}

copyBufferPathToClipboard(buffer);

/*

<listitem>
 <para><filename>Copy_Path_to_Clipboad.bsh</filename></para>
 <abstract><para>Copies the current buffer's path
  to the clipboard.
 </para></abstract>
</listitem>

*/

[ Verzeichnis aufwärts0.59unsichere Verbindung  ]