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
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : %pluginName
4
4
Bundle-SymbolicName : org.eclipse.jface.text
5
- Bundle-Version : 3.26.100 .qualifier
5
+ Bundle-Version : 3.27.0 .qualifier
6
6
Bundle-Vendor : %providerName
7
7
Bundle-Localization : plugin
8
8
Export-Package :
Original file line number Diff line number Diff line change 20
20
import org .eclipse .jface .text .source .ISourceViewer ;
21
21
22
22
/**
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
24
24
* brackets when the text is selected and an opening bracket is inserted.
25
25
*/
26
26
public class SurroundWithBracketsStrategy implements IAutoEditStrategy {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : %Plugin.name
4
4
Bundle-SymbolicName : org.eclipse.jface.text.tests
5
- Bundle-Version : 3.13.700 .qualifier
5
+ Bundle-Version : 3.13.800 .qualifier
6
6
Bundle-Vendor : %Plugin.providerName
7
7
Bundle-Localization : plugin
8
8
Export-Package :
You can’t perform that action at this time.
0 commit comments