Ignore:
Timestamp:
02/10/06 10:00:44 (19 years ago)
Author:
boris
Message:
  • implemented a method for content assistant to figure our which source file it is invoked on
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/org.modelica.mdt.ui/src/org/modelica/mdt/ui/SystemLibrary.java

    r283 r304  
    1111import org.modelica.mdt.core.IModelicaElement;
    1212import org.modelica.mdt.core.IModelicaClass;
     13import org.modelica.mdt.core.IModelicaSourceFile;
    1314import org.modelica.mdt.core.IParent;
    1415import org.modelica.mdt.core.compiler.CompilerInstantiationException;
     
    4950    }
    5051
     52    public IModelicaSourceFile getSourceFile()
     53    {
     54        return null;
     55    }
     56
    5157}
Note: See TracChangeset for help on using the changeset viewer.