Untersuchungsergebnis.bsh Download desShell {Shell[64] C[75] Abap[191]}zum Wurzelverzeichnis wechseln
/**
* Emulate GNU Emacs's "set-mark-command" capability.
* Does NOT use jEdit markers.
*/
source (dirname (scriptPath) +
System.getProperty ("file.separator") +
"EmacsUtil.bsh");
void emacsSetMark()
{
setMark (buffer, textArea.getCaretPosition());
}
emacsSetMark();
[ zur Elbe Produktseite wechseln0.73Quellennavigators
]