// creation of testobject here // first we write what we are intend to do to log file
log.println( "creating a test environment" );
// get the bodytext of textdocument here
log.println( "getting the TextRange of the text document" );
aText = xTextDoc.getText();
XTextCursor oCursor = aText.createTextCursor();
XInterface oObj = oCursor.getStart();
log.println( "creating a new environment for textrange object" );
TestEnvironment tEnv = new TestEnvironment( oObj );
log.println( "adding TextDocument as mod relation to environment" );
tEnv.addObjRelation("TEXTDOC", xTextDoc);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.