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


Quellcode-Bibliothek

© Kompilation durch diese Firma

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

Datei: TestByteBuffer.java   Sprache: JAVA

Untersuchungsergebnis.bsh Download desC {C[79] Abap[170] [0]}zum Wurzelverzeichnis wechseln

/*
 * Duplicate_Line.bsh - a BeanShell macro script for the
 * jEdit text editor - duplicates the cursor line.
 * Copyright (C) 2001 Francesc Roses
 * [email protected]
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with the jEdit program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 *
 *
 * $Id: Duplicate_Line.bsh 23971 2015-08-08 19:37:35Z daleanson $
 *
 * Checked for jEdit 4.0 API
 *
 */


// Localization
final static String NotEditableMessage = jEdit.getProperty("macro.rs.general.ErrorNotEditableDialog.message""Buffer is not editable");
 
void duplicateLine()
{
 line = textArea.getCaretLine();
 offset = textArea.getLineEndOffset(line);
 // handle last line differently
 if(line == textArea.getLineCount() - 1)
 {
  text = "\n" + textArea.getLineText(line);
  --offset;
 }
 else
  text = textArea.getLineText(line) + "\n";
 buffer.insert(offset, text);
 textArea.goToNextLine(false);
}

duplicateLine();

/*

Macro index data (in DocBook format)

  <listitem>
    <para><filename>Duplicate_Line.bsh</filename></para>
<abstract><para>
  Duplicates the line on which the caret lies immediately
  beneath it and moves the caret to the new line.
</para></abstract>
  </listitem>

*/


// end Duplicate_Line.bsh

[ zur Elbe Produktseite wechseln0.110Quellennavigators  ]

                                                                                                                                                                                                                                                                                                                                                                                                     


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