Ignore:
Timestamp:
04/12/11 08:10:20 (13 years ago)
Author:
adrpo
Message:
  • updates to org.modelica.mdt.ui


File:
1 edited

Legend:

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

    r524 r694  
    6969    /**
    7070     * A context that contains the information needed to compute the folding structure of an
    71      * {@link ICompilationUnit} or an {@link IClassFile}. Computed folding regions are collected
     71     * {@link IModelicaSourceFile} or an {@link IClassFile}. Computed folding regions are collected
    7272     * via
    7373     * {@linkplain #addProjectionRange(ModelicaFoldingStructureProvider.ModelicaProjectionAnnotation, Position) addProjectionRange}.
     
    690690
    691691    /*
    692      * @see org.eclipse.jdt.ui.text.folding.IModelicaFoldingStructureProvider#initialize()
     692     * @see org.modelica.mdt.ui.text.folding.IModelicaFoldingStructureProvider#initialize()
    693693     */
    694694    public final void initialize() {
     
    12301230
    12311231    /*
    1232      * @see org.eclipse.jdt.ui.text.folding.IModelicaFoldingStructureProviderExtension#collapseElements(org.eclipse.jdt.core.IModelicaElement[])
     1232     * @see org.modelica.mdt.ui.text.folding.IModelicaFoldingStructureProviderExtension#collapseElements(org.modelica.mdt.core.IModelicaElement[])
    12331233     */
    12341234    public final void collapseElements(IModelicaElement[] elements) {
     
    12381238
    12391239    /*
    1240      * @see org.eclipse.jdt.ui.text.folding.IModelicaFoldingStructureProviderExtension#expandElements(org.eclipse.jdt.core.IModelicaElement[])
     1240     * @see org.modelica.mdt.ui.text.folding.IModelicaFoldingStructureProviderExtension#expandElements(org.modelica.mdt.core.IModelicaElement[])
    12411241     */
    12421242    public final void expandElements(IModelicaElement[] elements) {
Note: See TracChangeset for help on using the changeset viewer.