Changeset 857


Ignore:
Timestamp:
06/28/11 21:22:50 (13 years ago)
Author:
wschamai
Message:

code assist update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modelicaml/org.openmodelica.modelicaml.common/src/org/openmodelica/modelicaml/common/contentassist/ModelicaMLContentAssist.java

    r839 r857  
    8787    private static HashSet<String> predefinedVariablePropertiesList = new HashSet<String>();
    8888   
     89    public static HashSet<String> getPredefinedVariablePropertiesList() {
     90        return predefinedVariablePropertiesList;
     91    }
     92
     93
    8994    /** The states list. */
    9095    private static HashSet<String> statesList = new HashSet<String>();
     
    275280       
    276281        // add the rest (predefined properties) in order to support the validation
     282       
     283        // TODO: here a concurrent modification error occurres somtimes
    277284        sortedList.addAll(predefinedVariablePropertiesList);
    278285        sortedList.addAll(predefinedFunctionsList);
Note: See TracChangeset for help on using the changeset viewer.