Haftungsausschluß.bsh KontaktC {C[88] Abap[216] [0]}diese Dinge liegen außhalb unserer Verantwortung
/** 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);
[ Seitenstruktur0.163Drucken
]