Ignore:
Timestamp:
10/26/05 13:55:47 (19 years ago)
Author:
boris
Message:
  • modelica folders now display all children (packages, folders, mo-files, other files)
File:
1 edited

Legend:

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

    r92 r94  
    130130        else if (element instanceof IParent)
    131131        {
    132             return true;
     132            try
     133            {
     134                return ((IParent)element).hasChildren();
     135            }
     136            catch (CoreException e)
     137            {
     138                // TODO Auto-generated catch block
     139                e.printStackTrace();
     140            }
    133141        }
    134142        return false;
Note: See TracChangeset for help on using the changeset viewer.