Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Loskutov2021-07-24 16:49:53 +0000
committerAndrey Loskutov2021-07-24 21:53:29 +0000
commitcc5a9e8582f2b91e676711c33b94f440390e4149 (patch)
tree689c0a513d5d2da9a789b5800a9f510125636fba /org.eclipse.ui.workbench.texteditor/META-INF/MANIFEST.MF
parent9e9fda599f36162554b017b469e0e32747ec963e (diff)
downloadeclipse.platform.text-Y20210729-0800.tar.gz
eclipse.platform.text-Y20210729-0800.tar.xz
eclipse.platform.text-Y20210729-0800.zip
editors Don't browse backwards in history on closing or changing editor input. Change-Id: I14353a7b494bddd84ef5177b8801f208d27a1fd1 Signed-off-by: Andrey Loskutov <loskutov@gmx.de> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/183341 Tested-by: Platform Bot <platform-bot@eclipse.org>
Diffstat (limited to 'org.eclipse.ui.workbench.texteditor/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.ui.workbench.texteditor/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.workbench.texteditor/META-INF/MANIFEST.MF b/org.eclipse.ui.workbench.texteditor/META-INF/MANIFEST.MF
index 5d2171a2785..a2c871e90c1 100644
--- a/org.eclipse.ui.workbench.texteditor/META-INF/MANIFEST.MF
+++ b/org.eclipse.ui.workbench.texteditor/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.ui.workbench.texteditor; singleton:=true
-Bundle-Version: 3.16.100.qualifier
+Bundle-Version: 3.16.200.qualifier
Bundle-Activator: org.eclipse.ui.internal.texteditor.TextEditorPlugin
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %providerName

Back to the top