File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
bundles/org.eclipse.jface.text
src/org/eclipse/jface/text
tests/org.eclipse.jface.text.tests/META-INF Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
22Bundle-ManifestVersion : 2
33Bundle-Name : %pluginName
44Bundle-SymbolicName : org.eclipse.jface.text
5- Bundle-Version : 3.26.100 .qualifier
5+ Bundle-Version : 3.27.0 .qualifier
66Bundle-Vendor : %providerName
77Bundle-Localization : plugin
88Export-Package :
Original file line number Diff line number Diff line change 2020import org .eclipse .jface .text .source .ISourceViewer ;
2121
2222/**
23- * @since 3.26 This strategy supports surrounding the selected text with similar opening and closing
23+ * @since 3.27 This strategy supports surrounding the selected text with similar opening and closing
2424 * brackets when the text is selected and an opening bracket is inserted.
2525 */
2626public class SurroundWithBracketsStrategy implements IAutoEditStrategy {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
22Bundle-ManifestVersion : 2
33Bundle-Name : %Plugin.name
44Bundle-SymbolicName : org.eclipse.jface.text.tests
5- Bundle-Version : 3.13.700 .qualifier
5+ Bundle-Version : 3.13.800 .qualifier
66Bundle-Vendor : %Plugin.providerName
77Bundle-Localization : plugin
88Export-Package :
You can’t perform that action at this time.
0 commit comments