Changeset 8 for trunk/src


Ignore:
Timestamp:
09/13/05 13:42:57 (19 years ago)
Author:
boris
Message:
  • modelica prespective created
Location:
trunk/src/org/modelica/mdt
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/modelica/mdt/editor/ModelicaRuleScanner.java

    r6 r8  
    2020import org.eclipse.swt.graphics.RGB;
    2121import org.eclipse.swt.widgets.Display;
    22 import java.lang.String;
    2322
    2423/**
     
    5857       
    5958//       this will match single line Modelica comments given between quotes "this is a comment"
    60         String begging = "this if \\u0022" ;
    61         System.out.println(begging);
     59
    6260        rules[1] = (new SingleLineRule( "\"", "\"", commentToken,'\\'));
    6361        // this will match sinle line Modelica comments precceded by double backslash
Note: See TracChangeset for help on using the changeset viewer.