Skip to content

Commit

Permalink
[all] Upgrade to Eclipse 2019-03.
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Galland <galland@arakhne.org>
  • Loading branch information
gallandarakhneorg committed Mar 22, 2019
1 parent a3f39b3 commit 5c095d6
Show file tree
Hide file tree
Showing 65 changed files with 377 additions and 342 deletions.
12 changes: 6 additions & 6 deletions contribs/io.sarl.examples/io.sarl.examples.feature/feature.xml
Expand Up @@ -224,12 +224,12 @@
<requires>
<import plugin="io.sarl.eclipse" version="0.9.0" match="greaterOrEqual"/>
<import plugin="io.sarl.m2e" version="0.9.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.ui" version="3.110.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.core.runtime" version="3.15.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.emf.common.ui" version="2.14.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.ui.ide" version="3.14.100" match="greaterOrEqual"/>
<import plugin="org.eclipse.debug.ui" version="3.13.100" match="greaterOrEqual"/>
<import plugin="org.eclipse.core.resources" version="3.13.100" match="greaterOrEqual"/>
<import plugin="org.eclipse.ui" version="3.112.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.core.runtime" version="3.15.200" match="greaterOrEqual"/>
<import plugin="org.eclipse.emf.common.ui" version="2.16.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.ui.ide" version="3.15.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.debug.ui" version="3.14.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.core.resources" version="3.13.300" match="greaterOrEqual"/>
</requires>

<plugin
Expand Down
Expand Up @@ -9,10 +9,10 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Require-Bundle: io.sarl.eclipse;bundle-version="0.9.0",
io.sarl.m2e;bundle-version="0.9.0",
org.eclipse.ui;bundle-version="3.110.0",
org.eclipse.core.runtime;bundle-version="3.15.0",
org.eclipse.emf.common.ui;bundle-version="2.14.0",
org.eclipse.ui.ide;bundle-version="3.14.100",
org.eclipse.debug.ui;bundle-version="3.13.100",
org.eclipse.core.resources;bundle-version="3.13.100"
org.eclipse.ui;bundle-version="3.112.0",
org.eclipse.core.runtime;bundle-version="3.15.200",
org.eclipse.emf.common.ui;bundle-version="2.16.0",
org.eclipse.ui.ide;bundle-version="3.15.0",
org.eclipse.debug.ui;bundle-version="3.14.0",
org.eclipse.core.resources;bundle-version="3.13.300"
Export-Package: io.sarl.examples.wizard
Expand Up @@ -24,7 +24,7 @@
<zip_example name="io-sarl-tutorials-pingpong" />
<zip_example name="io-sarl-tutorials-pingpongspace" />
<zip_example name="io-sarl-demos-fireworks" />
<zip_example name="io-sarl-demos-sierpinskifractals" />
<!--<zip_example name="io-sarl-demos-sierpinskifractals" />-->
<zip_example name="io-sarl-demos-gameoflife" />
<zip_example name="io-sarl-templates-javafx" />
</target>
Expand Down
Expand Up @@ -24,7 +24,7 @@
<zip_example name="io-sarl-tutorials-pingpong" />
<zip_example name="io-sarl-tutorials-pingpongspace" />
<zip_example name="io-sarl-demos-fireworks" />
<zip_example name="io-sarl-demos-sierpinskifractals" />
<!--<zip_example name="io-sarl-demos-sierpinskifractals" />-->
<zip_example name="io-sarl-demos-gameoflife" />
<zip_example name="io-sarl-templates-javafx" />
</target>
Expand Down
Expand Up @@ -225,13 +225,13 @@
<import plugin="io.sarl.lang.core" version="0.9.0" match="greaterOrEqual"/>
<import plugin="io.sarl.eclipse" version="0.9.0" match="greaterOrEqual"/>
<import plugin="io.sarl.lang.ui" version="0.9.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.xtext.ui" version="2.15.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.osgi" version="3.13.100" match="greaterOrEqual"/>
<import plugin="org.eclipse.core.commands" version="3.9.200" match="greaterOrEqual"/>
<import plugin="org.eclipse.core.runtime" version="3.15.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.jface" version="3.14.100" match="greaterOrEqual"/>
<import plugin="org.eclipse.ui" version="3.110.0" match="greaterOrEqual"/>
<import plugin="com.google.inject" version="4.1.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.xtext.ui" version="2.17.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.osgi" version="3.13.300" match="greaterOrEqual"/>
<import plugin="org.eclipse.core.commands" version="3.9.300" match="greaterOrEqual"/>
<import plugin="org.eclipse.core.runtime" version="3.15.200" match="greaterOrEqual"/>
<import plugin="org.eclipse.jface" version="3.15.100" match="greaterOrEqual"/>
<import plugin="org.eclipse.ui" version="3.112.0" match="greaterOrEqual"/>
</requires>

<plugin
Expand Down
Expand Up @@ -12,11 +12,11 @@ Export-Package: io.sarl.experienceindex,
Require-Bundle: io.sarl.lang.core;bundle-version="0.9.0",
io.sarl.eclipse;bundle-version="0.9.0",
io.sarl.lang.ui;bundle-version="0.9.0",
org.eclipse.xtext.ui;bundle-version="2.15.0",
org.eclipse.osgi;bundle-version="3.13.100",
org.eclipse.core.commands;bundle-version="3.9.200",
org.eclipse.core.runtime;bundle-version="3.15.0",
org.eclipse.jface;bundle-version="3.14.100",
org.eclipse.ui;bundle-version="3.110.0",
org.eclipse.xtext.ui;bundle-version="2.17.0",
org.eclipse.osgi;bundle-version="3.13.300",
org.eclipse.core.commands;bundle-version="3.9.300",
org.eclipse.core.runtime;bundle-version="3.15.200",
org.eclipse.jface;bundle-version="3.15.100",
org.eclipse.ui;bundle-version="3.112.0",
com.google.inject;bundle-version="4.1.0"
Bundle-Activator: io.sarl.experienceindex.eclipse.SarlExperienceIndexPlugin
Expand Up @@ -223,16 +223,16 @@

<requires>
<import plugin="io.sarl.lang" version="0.9.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.xtext.common.types" version="2.15.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.xtext.xbase" version="2.15.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.xtext" version="2.15.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.xtend.core" version="2.15.0" match="greaterOrEqual"/>
<import plugin="io.sarl.lang.ui" version="0.9.0" match="greaterOrEqual"/>
<import plugin="io.sarl.pythongenerator.generator" version="0.9.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.xtext.ui" version="2.15.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.core.runtime" version="3.15.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.core.resources" version="3.13.100" match="greaterOrEqual"/>
<import plugin="org.eclipse.ui" version="3.110.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.xtext.common.types" version="2.17.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.xtext.xbase" version="2.17.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.xtext" version="2.17.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.xtend.core" version="2.17.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.core.runtime" version="3.15.200" match="greaterOrEqual"/>
<import plugin="org.eclipse.core.resources" version="3.13.300" match="greaterOrEqual"/>
<import plugin="org.eclipse.xtext.ui" version="2.17.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.ui" version="3.112.0" match="greaterOrEqual"/>
</requires>

<plugin
Expand Down
Expand Up @@ -13,9 +13,9 @@ Export-Package: io.sarl.pythongenerator.generator,
io.sarl.pythongenerator.generator.validator
Bundle-Activator: io.sarl.pythongenerator.generator.PyGeneratorPlugin
Require-Bundle: io.sarl.lang;bundle-version="0.9.0",
org.eclipse.xtext.common.types;bundle-version="2.15.0",
org.eclipse.xtext.xbase;bundle-version="2.15.0",
org.eclipse.xtext;bundle-version="2.15.0",
org.eclipse.xtend.core;bundle-version="2.15.0",
org.eclipse.core.runtime;bundle-version="3.15.0",
org.eclipse.core.resources;bundle-version="3.13.100"
org.eclipse.xtext.common.types;bundle-version="2.17.0",
org.eclipse.xtext.xbase;bundle-version="2.17.0",
org.eclipse.xtext;bundle-version="2.17.0",
org.eclipse.xtend.core;bundle-version="2.17.0",
org.eclipse.core.runtime;bundle-version="3.15.200",
org.eclipse.core.resources;bundle-version="3.13.300"
Expand Up @@ -14,6 +14,6 @@ Bundle-Activator: io.sarl.pythongenerator.ui.PyGeneratorUiPlugin
Require-Bundle: io.sarl.lang;bundle-version="0.9.0",
io.sarl.lang.ui;bundle-version="0.9.0",
io.sarl.pythongenerator.generator;bundle-version="0.9.0",
org.eclipse.xtext.ui;bundle-version="2.15.0",
org.eclipse.ui;bundle-version="3.110.0",
org.eclipse.core.runtime;bundle-version="3.15.0"
org.eclipse.xtext.ui;bundle-version="2.17.0",
org.eclipse.ui;bundle-version="3.112.0",
org.eclipse.core.runtime;bundle-version="3.15.200"
2 changes: 1 addition & 1 deletion formatting-styles/latex/sarl-beamer-listing.sty
Expand Up @@ -22,7 +22,7 @@
% limitations under the License.
%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesPackage{sarl-beamer-listing}[2019/01/09]
\ProvidesPackage{sarl-beamer-listing}[2019/03/22]
\newif\ifusesarlcolors\usesarlcolorstrue
\DeclareOption{sarlcolors}{\global\usesarlcolorstrue}
\DeclareOption{nosarlcolors}{\global\usesarlcolorsfalse}
Expand Down
2 changes: 1 addition & 1 deletion formatting-styles/latex/sarl-colorized-listing.sty
Expand Up @@ -22,7 +22,7 @@
% limitations under the License.
%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesPackage{sarl-colorized-listing}[2019/01/09]
\ProvidesPackage{sarl-colorized-listing}[2019/03/22]
\newif\ifusesarlcolors\usesarlcolorstrue
\DeclareOption{sarlcolors}{\global\usesarlcolorstrue}
\DeclareOption{nosarlcolors}{\global\usesarlcolorsfalse}
Expand Down
2 changes: 1 addition & 1 deletion formatting-styles/latex/sarl-listing.sty
Expand Up @@ -22,7 +22,7 @@
% limitations under the License.
%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesPackage{sarl-listing}[2019/01/09]
\ProvidesPackage{sarl-listing}[2019/03/22]
\newif\ifusesarlcolors\usesarlcolorstrue
\DeclareOption{sarlcolors}{\global\usesarlcolorstrue}
\DeclareOption{nosarlcolors}{\global\usesarlcolorsfalse}
Expand Down
2 changes: 1 addition & 1 deletion main/apiplugins/io.sarl.javafx/META-INF/MANIFEST.MF
Expand Up @@ -9,5 +9,5 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: io.sarl.javafx
Require-Bundle: io.sarl.util;bundle-version="0.9.0",
io.sarl.core;bundle-version="0.9.0",
org.eclipse.osgi;bundle-version="3.13.100"
org.eclipse.osgi;bundle-version="3.13.300"

2 changes: 1 addition & 1 deletion main/apiplugins/io.sarl.util/META-INF/MANIFEST.MF
Expand Up @@ -10,5 +10,5 @@ Export-Package: io.sarl.eventdispatching,
io.sarl.sarlspecification,
io.sarl.util
Require-Bundle: io.sarl.lang.core;bundle-version="0.9.0";visibility:=reexport,
org.eclipse.osgi;bundle-version="3.13.100"
org.eclipse.osgi;bundle-version="3.13.300"

42 changes: 21 additions & 21 deletions main/coreplugins/io.sarl.eclipse/META-INF/MANIFEST.MF
Expand Up @@ -8,28 +8,28 @@ Automatic-Module-Name: io.sarl.eclipse
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Require-Bundle: io.sarl.lang.ui;bundle-version="0.9.0";visibility:=reexport,
org.eclipse.xtend.core;bundle-version="2.15.0",
org.eclipse.xtext.ui;bundle-version="2.15.0",
org.eclipse.xtext.xbase.ui;bundle-version="2.15.0",
org.eclipse.xtext.common.types.ui;bundle-version="2.15.0",
org.eclipse.ui.ide;bundle-version="3.14.100",
org.eclipse.core.filesystem;bundle-version="1.7.200",
org.eclipse.equinox.bidi;bundle-version="1.1.200",
org.eclipse.core.variables;bundle-version="3.4.200",
org.eclipse.core.net;bundle-version="1.3.300",
org.eclipse.debug.ui;bundle-version="3.13.100",
org.eclipse.ui.navigator;bundle-version="3.7.200",
org.eclipse.jdt.core;bundle-version="3.15.0",
org.eclipse.jdt.ui;bundle-version="3.15.0",
org.eclipse.jdt.launching;bundle-version="3.11.0",
org.eclipse.jdt.debug.ui;bundle-version="3.10.0",
org.eclipse.core.expressions;bundle-version="3.6.200",
org.eclipse.search;bundle-version="3.11.300",
org.eclipse.ui.console;bundle-version="3.8.100",
org.eclipse.ui;bundle-version="3.110.0",
org.eclipse.ui.intro;bundle-version="3.5.300",
org.eclipse.xtend.core;bundle-version="2.17.0",
org.eclipse.xtext.ui;bundle-version="2.17.0",
org.eclipse.xtext.xbase.ui;bundle-version="2.17.0",
org.eclipse.xtext.common.types.ui;bundle-version="2.17.0",
org.eclipse.ui.ide;bundle-version="3.15.0",
org.eclipse.core.filesystem;bundle-version="1.7.300",
org.eclipse.equinox.bidi;bundle-version="1.1.300",
org.eclipse.core.variables;bundle-version="3.4.400",
org.eclipse.core.net;bundle-version="1.3.400",
org.eclipse.debug.ui;bundle-version="3.14.0",
org.eclipse.ui.navigator;bundle-version="3.7.400",
org.eclipse.jdt.core;bundle-version="3.17.0",
org.eclipse.jdt.ui;bundle-version="3.17.0",
org.eclipse.jdt.launching;bundle-version="3.13.0",
org.eclipse.jdt.debug.ui;bundle-version="3.10.200",
org.eclipse.core.expressions;bundle-version="3.6.300",
org.eclipse.search;bundle-version="3.11.500",
org.eclipse.ui.console;bundle-version="3.8.400",
org.eclipse.ui;bundle-version="3.112.0",
org.eclipse.ui.intro;bundle-version="3.5.500",
org.eclipse.ui.intro.quicklinks;bundle-version="1.0.300",
org.eclipse.ui.intro.universal;bundle-version="3.3.300",
org.eclipse.ui.intro.universal;bundle-version="3.3.400",
org.arakhne.afc.core.vmutils;bundle-version="15.2.0",
com.google.gson;bundle-version="2.8.5",
com.google.inject;bundle-version="4.1.0"
Expand Down
Binary file modified main/coreplugins/io.sarl.eclipse/splash.bmp
Binary file not shown.
2 changes: 1 addition & 1 deletion main/coreplugins/io.sarl.lang.core/META-INF/MANIFEST.MF
Expand Up @@ -6,7 +6,7 @@ Automatic-Module-Name: io.sarl.lang.core
Bundle-Version: 0.9.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: org.eclipse.xtext.xbase.lib;bundle-version="2.15.0";visibility:=reexport,
Require-Bundle: org.eclipse.xtext.xbase.lib;bundle-version="2.17.0";visibility:=reexport,
javax.inject;bundle-version="1.0.0"
Export-Package: io.sarl.bootstrap,
io.sarl.lang,
Expand Down
Expand Up @@ -94,7 +94,7 @@ public final class SARLVersion {

/** The minimal Xtext version to use SARL features.
*/
public static final String MINIMAL_XTEXT_VERSION = "2.15.0"; //$NON-NLS-1$
public static final String MINIMAL_XTEXT_VERSION = "2.17.0"; //$NON-NLS-1$

private SARLVersion() {
//
Expand Down
26 changes: 13 additions & 13 deletions main/coreplugins/io.sarl.lang.mwe2/META-INF/MANIFEST.MF
Expand Up @@ -8,22 +8,22 @@ Automatic-Module-Name: io.sarl.lang.mwe2
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: io.sarl.lang.core;bundle-version="0.9.0",
org.eclipse.xtext.generator;bundle-version="2.15.0",
org.eclipse.xtext.xbase.ui;bundle-version="2.15.0",
org.eclipse.xtext.ui;bundle-version="2.15.0",
org.eclipse.xtend.ide;bundle-version="2.15.0",
org.eclipse.xtext.common.types.ui;bundle-version="2.15.0",
org.eclipse.xtend.core;bundle-version="2.15.0",
org.eclipse.xtext.ui.codetemplates.ui;bundle-version="2.15.0",
org.eclipse.xtext.builder;bundle-version="2.15.0",
org.eclipse.emf.mwe2.launch;bundle-version="2.9.1",
org.eclipse.xtext.generator;bundle-version="2.17.0",
org.eclipse.xtext.xbase.ui;bundle-version="2.17.0",
org.eclipse.xtext.ui;bundle-version="2.17.0",
org.eclipse.xtend.ide;bundle-version="2.17.0",
org.eclipse.xtext.common.types.ui;bundle-version="2.17.0",
org.eclipse.xtend.core;bundle-version="2.17.0",
org.eclipse.xtext.ui.codetemplates.ui;bundle-version="2.17.0",
org.eclipse.xtext.builder;bundle-version="2.17.0",
org.eclipse.emf.mwe2.launch;bundle-version="2.10.0",
org.apache.log4j;bundle-version="1.2.15",
org.eclipse.equinox.common;bundle-version="3.10.100",
org.eclipse.jdt.core;bundle-version="3.15.0",
org.eclipse.equinox.common;bundle-version="3.10.300",
org.eclipse.jdt.core;bundle-version="3.17.0",
org.apache.commons.logging;bundle-version="1.2.0",
org.objectweb.asm;bundle-version="6.2.1",
org.objectweb.asm;bundle-version="7.0.0",
aopalliance;bundle-version="1.0.0",
org.eclipse.compare;bundle-version="3.7.300"
org.eclipse.compare;bundle-version="3.7.500"
Export-Package: io.sarl.lang.mwe2,
io.sarl.lang.mwe2.binding,
io.sarl.lang.mwe2.bugfixes.unpublished,
Expand Down
Expand Up @@ -332,6 +332,10 @@ Workflow {
//backtrack = true
}
}
/*fragment = parser.antlr.XtextAntlrGeneratorComparisonFragment auto-inject {
registerAdvice = "org::eclipse::xtend::core::parser::AntlrGrammarWithTokens"
registerAdvice = "org::eclipse::xtend::core::parser::ContentAssistAntlrGrammarWithTokens"
}*/

// EMF Generator
emfGenerator = auto-inject {
Expand Down Expand Up @@ -803,6 +807,10 @@ Workflow {
bind = "org.eclipse.xtend.core.macro.ProcessorInstanceForJvmTypeProvider"
to = "io.sarl.lang.ui.macro.SarlJdtProcessorInstanceForJvmTypeProvider"
}
ui = {
bind = "io.sarl.lang.ui.editor.IDocumentAutoFormatter"
to = "io.sarl.lang.ui.editor.DocumentAutoFormatter"
}
}

// Xtend-extension bindings
Expand Down
30 changes: 15 additions & 15 deletions main/coreplugins/io.sarl.lang.ui/META-INF/MANIFEST.MF
Expand Up @@ -7,23 +7,23 @@ Bundle-SymbolicName: io.sarl.lang.ui; singleton:=true
Automatic-Module-Name: io.sarl.lang.ui
Bundle-ActivationPolicy: lazy
Require-Bundle: io.sarl.lang;bundle-version="0.9.0";visibility:=reexport,
org.eclipse.xtext.ui;bundle-version="2.15.0",
org.eclipse.xtext.ui.shared;bundle-version="2.15.0",
org.eclipse.xtext.ui.codetemplates.ui;bundle-version="2.15.0",
org.eclipse.xtext.xbase.ui;bundle-version="2.15.0",
org.eclipse.xtext.builder;bundle-version="2.15.0",
org.eclipse.xtend.ide;bundle-version="2.15.0",
org.eclipse.xtend.core;bundle-version="2.15.0",
org.eclipse.xtext.common.types.ui;bundle-version="2.15.0",
org.eclipse.xtext.ui;bundle-version="2.17.0",
org.eclipse.xtext.ui.shared;bundle-version="2.17.0",
org.eclipse.xtext.ui.codetemplates.ui;bundle-version="2.17.0",
org.eclipse.xtext.xbase.ui;bundle-version="2.17.0",
org.eclipse.xtext.builder;bundle-version="2.17.0",
org.eclipse.xtend.ide;bundle-version="2.17.0",
org.eclipse.xtend.core;bundle-version="2.17.0",
org.eclipse.xtext.common.types.ui;bundle-version="2.17.0",
org.apache.log4j;bundle-version="1.2.15",
org.eclipse.jdt.core;bundle-version="3.15.0",
org.eclipse.jdt.ui;bundle-version="3.15.0",
org.eclipse.compare;bundle-version="3.7.300",
org.eclipse.jdt.debug.ui;bundle-version="3.10.0",
org.eclipse.ui;bundle-version="3.110.0",
org.eclipse.ui.editors;bundle-version="3.11.200",
org.eclipse.jdt.core;bundle-version="3.17.0",
org.eclipse.jdt.ui;bundle-version="3.17.0",
org.eclipse.compare;bundle-version="3.7.500",
org.eclipse.jdt.debug.ui;bundle-version="3.10.200",
org.eclipse.ui;bundle-version="3.112.0",
org.eclipse.ui.editors;bundle-version="3.11.400",
org.antlr.runtime;bundle-version="3.2.0",
org.eclipse.ui.forms;bundle-version="3.7.300"
org.eclipse.ui.forms;bundle-version="3.7.500"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Activator: io.sarl.lang.ui.internal.LangActivator
Export-Package: io.sarl.lang.ide,
Expand Down
Expand Up @@ -50,6 +50,8 @@
import io.sarl.lang.ui.contentassist.javadoc.SARLJavaDocContentAssistProcessor;
import io.sarl.lang.ui.contentassist.templates.SARLTemplateContextType;
import io.sarl.lang.ui.contentassist.templates.SARLTemplateProposalProvider;
import io.sarl.lang.ui.editor.DocumentAutoFormatter;
import io.sarl.lang.ui.editor.IDocumentAutoFormatter;
import io.sarl.lang.ui.editor.SARLEditorErrorTickUpdater;
import io.sarl.lang.ui.editor.SARLNatureAddingEditorCallback;
import io.sarl.lang.ui.editor.SARLSourceViewer;
Expand Down Expand Up @@ -580,6 +582,11 @@ public Class<? extends IXtextEditorCallback> bindIXtextEditorCallback() {
return SARLNatureAddingEditorCallback.class;
}

// contributed by io.sarl.lang.mwe2.binding.InjectionFragment2 [Bindings provided by SARL API]
public Class<? extends IDocumentAutoFormatter> bindIDocumentAutoFormatter() {
return DocumentAutoFormatter.class;
}

// contributed by io.sarl.lang.mwe2.binding.InjectionFragment2 [Bindings provided by SARL API]
public Class<? extends IExtraLanguageContributions> bindIExtraLanguageContributions() {
return ExtensionPointExtraLanguageContributions.class;
Expand Down
Expand Up @@ -21,7 +21,6 @@

package io.sarl.lang.ui.editor;

import com.google.inject.ImplementedBy;
import org.eclipse.jface.text.formatter.IContentFormatter;
import org.eclipse.xtext.ui.editor.model.IXtextDocument;

Expand All @@ -32,7 +31,6 @@
* @mavengroupid $GroupId$
* @mavenartifactid $ArtifactId$
*/
@ImplementedBy(DocumentAutoFormatter.class)
public interface IDocumentAutoFormatter {

/** Create an instance of document auto formatter.
Expand Down

0 comments on commit 5c095d6

Please sign in to comment.