This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 225792
Collapse All | Expand All

(-)a/editor.lib2/apichanges.xml (+14 lines)
Lines 107-112 Link Here
107
    <!-- ACTUAL CHANGES BEGIN HERE: -->
107
    <!-- ACTUAL CHANGES BEGIN HERE: -->
108
108
109
    <changes>
109
    <changes>
110
        <change id="AbstractEditorAction.in.SPI">
111
            <summary>AbstractEditorAction made part of editor SPI</summary>
112
            <version major="1" minor="76"/>
113
            <date day="1" month="3" year="2013"/>
114
            <author login="mmetelka"/>
115
            <compatibility binary="compatible" source="compatible" semantic="compatible" addition="yes"/>
116
            <description>
117
                <p>
118
                    AbstractEditorAction made part of editor SPI by making org.netbeans.spi.editor a public package.
119
                </p>
120
            </description>
121
            <issue number="225792"/>
122
        </change>
123
110
        <change id="EditorActionRegistration.noKeyBinding.noIconInMenu">
124
        <change id="EditorActionRegistration.noKeyBinding.noIconInMenu">
111
            <summary>Added EditorActionRegistration.noKeyBinding and EditorActionRegistration.noIconInMenu</summary>
125
            <summary>Added EditorActionRegistration.noKeyBinding and EditorActionRegistration.noIconInMenu</summary>
112
            <version major="1" minor="75"/>
126
            <version major="1" minor="75"/>
(-)a/editor.lib2/manifest.mf (-1 / +1 lines)
Lines 1-6 Link Here
1
Manifest-Version: 1.0
1
Manifest-Version: 1.0
2
OpenIDE-Module: org.netbeans.modules.editor.lib2/1
2
OpenIDE-Module: org.netbeans.modules.editor.lib2/1
3
OpenIDE-Module-Implementation-Version: 41
3
OpenIDE-Module-Implementation-Version: 42
4
OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/editor/lib2/Bundle.properties
4
OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/editor/lib2/Bundle.properties
5
OpenIDE-Module-Layer: org/netbeans/modules/editor/lib2/resources/layer.xml
5
OpenIDE-Module-Layer: org/netbeans/modules/editor/lib2/resources/layer.xml
6
OpenIDE-Module-Needs: org.netbeans.modules.editor.actions
6
OpenIDE-Module-Needs: org.netbeans.modules.editor.actions
(-)a/editor.lib2/nbproject/project.properties (-1 / +1 lines)
Lines 43-49 Link Here
43
is.autoload=true
43
is.autoload=true
44
javac.source=1.6
44
javac.source=1.6
45
javac.compilerargs=-Xlint:unchecked
45
javac.compilerargs=-Xlint:unchecked
46
spec.version.base=1.75.0
46
spec.version.base=1.76.0
47
47
48
javadoc.arch=${basedir}/arch.xml
48
javadoc.arch=${basedir}/arch.xml
49
javadoc.apichanges=${basedir}/apichanges.xml
49
javadoc.apichanges=${basedir}/apichanges.xml
(-)a/editor.lib2/nbproject/project.xml (+1 lines)
Lines 194-199 Link Here
194
            <public-packages>
194
            <public-packages>
195
                <package>org.netbeans.api.editor</package>
195
                <package>org.netbeans.api.editor</package>
196
                <package>org.netbeans.api.editor.document</package>
196
                <package>org.netbeans.api.editor.document</package>
197
                <package>org.netbeans.spi.editor</package>
197
                <package>org.netbeans.spi.editor.codegen</package>
198
                <package>org.netbeans.spi.editor.codegen</package>
198
                <package>org.netbeans.spi.editor.document</package>
199
                <package>org.netbeans.spi.editor.document</package>
199
                <package>org.netbeans.spi.editor.highlighting</package>
200
                <package>org.netbeans.spi.editor.highlighting</package>

Return to bug 225792