Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorangelozerr2018-08-01 15:35:42 +0000
committerMickael Istria2018-08-03 07:15:45 +0000
commitfe1f173989deb9f16974d0c78d55f68c04a07462 (patch)
treed75e3894334ac161536142c44bf560273a6d37e5 /org.eclipse.ui.genericeditor/plugin.properties
parent839c84221733f9fc9c6adc7a0a23d4132d79b92a (diff)
downloadeclipse.platform.text-fe1f173989deb9f16974d0c78d55f68c04a07462.tar.gz
eclipse.platform.text-fe1f173989deb9f16974d0c78d55f68c04a07462.tar.xz
eclipse.platform.text-fe1f173989deb9f16974d0c78d55f68c04a07462.zip
Bug 520659 - [generic editor] Default Code folding for generic editorI20180803-2000
should use IndentFoldingStrategy Change-Id: If023933536584f07960fcb6b99c6dedcf6f6be1c Signed-off-by: angelozerr <angelo.zerr@gmail.com>
Diffstat (limited to 'org.eclipse.ui.genericeditor/plugin.properties')
-rw-r--r--org.eclipse.ui.genericeditor/plugin.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.ui.genericeditor/plugin.properties b/org.eclipse.ui.genericeditor/plugin.properties
index 725ae4c0484..492dde2b66a 100644
--- a/org.eclipse.ui.genericeditor/plugin.properties
+++ b/org.eclipse.ui.genericeditor/plugin.properties
@@ -18,6 +18,7 @@ ExtPoint.hoverProviders= Hover Providers
ExtPoint.contentAssistProcessors=Content Assist Providers
ExtPoint.autoEditStrategies=Auto Edit Strategies
ExtPoint.highlightReconcilers=Highlight Reconcilers
+ExtPoint.foldingReconcilers=Folding Reconcilers
ExtPoint.hyperlinkDetectorTarget=Generic Text Editor
openDeclarationCommand_name=Open Declaration
context_name=in Generic Code Editor

Back to the top