From efadf29b0c5f1a4d9191f46c80ad75d933ab236e Mon Sep 17 00:00:00 2001 From: Stefano Puri <stefano.puri@intecs.it> Date: Fri, 24 Apr 2020 11:58:54 +0200 Subject: [PATCH] xtext regenerated Signed-off-by: Stefano Puri <stefano.puri@intecs.it> --- .../META-INF/MANIFEST.MF | 60 +- .../plugin.xml_gen | 850 +++++++++--------- .../chess/xtext/ui/FlaDslUiModule.java | 17 +- .../FlaDslProposalProvider.xtend | 15 - .../META-INF/MANIFEST.MF | 18 +- .../plugin.xml_gen | 32 +- .../chess/xtext/FlaDslRuntimeModule.java | 15 - .../chess/xtext/FlaDslStandaloneSetup.java | 17 - .../xtext/validation/FlaDslValidator.xtend | 2 +- 9 files changed, 482 insertions(+), 544 deletions(-) diff --git a/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/META-INF/MANIFEST.MF b/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/META-INF/MANIFEST.MF index 6252526b8..4a71ac43e 100644 --- a/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/META-INF/MANIFEST.MF +++ b/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/META-INF/MANIFEST.MF @@ -1,30 +1,30 @@ -Manifest-Version: 1.0 -Bundle-ManifestVersion: 2 -Bundle-Name: org.polarsys.chess.xtext.fladsl.ui -Bundle-Vendor: Intecs -Bundle-Version: 1.0.0.qualifier -Bundle-SymbolicName: org.polarsys.chess.xtext.fladsl.ui;singleton:=true -Bundle-ActivationPolicy: lazy -Require-Bundle: org.eclipse.xtext.ui, - org.eclipse.ui.editors;bundle-version="3.8.200", - org.eclipse.ui.ide;bundle-version="3.10.0", - org.eclipse.xtext.ui.shared, - org.eclipse.ui, - org.eclipse.xtext.builder, - org.eclipse.xtext.common.types.ui, - org.eclipse.xtext.ui.codetemplates.ui, - org.eclipse.compare, - org.eclipse.xtext.xbase.lib, - org.eclipse.uml2.uml.editor;bundle-version="5.0.1", - org.polarsys.chess.xtext.fladsl, - org.antlr.runtime -Import-Package: org.apache.log4j, - org.eclipse.xtext.xbase.lib -Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -Export-Package: org.polarsys.chess.xtext.ui.contentassist.antlr, - org.polarsys.chess.xtext.ui.internal, - org.polarsys.chess.xtext.ui, - org.polarsys.chess.xtext.ui.contentassist, - org.polarsys.chess.xtext.ui.quickfix, - org.polarsys.chess.xtext.ui.contentassist.antlr.internal -Bundle-Activator: org.polarsys.chess.xtext.ui.internal.FlaDslActivator +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: org.polarsys.chess.xtext.fladsl.ui +Bundle-Vendor: Intecs +Bundle-Version: 1.0.0.qualifier +Bundle-SymbolicName: org.polarsys.chess.xtext.fladsl.ui;singleton:=true +Bundle-ActivationPolicy: lazy +Require-Bundle: org.eclipse.xtext.ui, + org.eclipse.ui.editors;bundle-version="3.8.200", + org.eclipse.ui.ide;bundle-version="3.10.0", + org.eclipse.xtext.ui.shared, + org.eclipse.ui, + org.eclipse.xtext.builder, + org.eclipse.xtext.common.types.ui, + org.eclipse.xtext.ui.codetemplates.ui, + org.eclipse.compare, + org.eclipse.xtext.xbase.lib, + org.eclipse.uml2.uml.editor;bundle-version="5.0.1", + org.polarsys.chess.xtext.fladsl, + org.antlr.runtime +Import-Package: org.apache.log4j, + org.eclipse.xtext.xbase.lib +Bundle-RequiredExecutionEnvironment: JavaSE-1.8 +Export-Package: org.polarsys.chess.xtext.ui, + org.polarsys.chess.xtext.ui.contentassist, + org.polarsys.chess.xtext.ui.quickfix, + org.polarsys.chess.xtext.ui.internal, + org.polarsys.chess.xtext.ui.contentassist.antlr, + org.polarsys.chess.xtext.ui.contentassist.antlr.internal +Bundle-Activator: org.polarsys.chess.xtext.ui.internal.FlaDslActivator diff --git a/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/plugin.xml_gen b/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/plugin.xml_gen index d1799119d..125b90341 100644 --- a/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/plugin.xml_gen +++ b/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/plugin.xml_gen @@ -1,425 +1,425 @@ -<?xml version="1.0" encoding="UTF-8"?> -<?eclipse version="3.0"?> - -<plugin> - - <extension - point="org.eclipse.ui.editors"> - <editor - class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.ui.editor.XtextEditor" - contributorClass="org.eclipse.ui.editors.text.TextEditorActionContributor" - default="true" - extensions="fladsl" - id="org.polarsys.chess.xtext.FlaDsl" - name="FlaDsl Editor"> - </editor> - </extension> - <extension - point="org.eclipse.ui.handlers"> - <handler - class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.ui.editor.hyperlinking.OpenDeclarationHandler" - commandId="org.eclipse.xtext.ui.editor.hyperlinking.OpenDeclaration"> - <activeWhen> - <reference - definitionId="org.polarsys.chess.xtext.FlaDsl.Editor.opened"> - </reference> - </activeWhen> - </handler> - <handler - class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.ui.editor.handler.ValidateActionHandler" - commandId="org.polarsys.chess.xtext.FlaDsl.validate"> - <activeWhen> - <reference - definitionId="org.polarsys.chess.xtext.FlaDsl.Editor.opened"> - </reference> - </activeWhen> - </handler> - <!-- copy qualified name --> - <handler - class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.ui.editor.copyqualifiedname.EditorCopyQualifiedNameHandler" - commandId="org.eclipse.xtext.ui.editor.copyqualifiedname.EditorCopyQualifiedName"> - <activeWhen> - <reference definitionId="org.polarsys.chess.xtext.FlaDsl.Editor.opened" /> - </activeWhen> - </handler> - <handler - class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.ui.editor.copyqualifiedname.OutlineCopyQualifiedNameHandler" - commandId="org.eclipse.xtext.ui.editor.copyqualifiedname.OutlineCopyQualifiedName"> - <activeWhen> - <and> - <reference definitionId="org.polarsys.chess.xtext.FlaDsl.XtextEditor.opened" /> - <iterate> - <adapt type="org.eclipse.xtext.ui.editor.outline.IOutlineNode" /> - </iterate> - </and> - </activeWhen> - </handler> - </extension> - <extension point="org.eclipse.core.expressions.definitions"> - <definition id="org.polarsys.chess.xtext.FlaDsl.Editor.opened"> - <and> - <reference definitionId="isActiveEditorAnInstanceOfXtextEditor"/> - <with variable="activeEditor"> - <test property="org.eclipse.xtext.ui.editor.XtextEditor.languageName" - value="org.polarsys.chess.xtext.FlaDsl" - forcePluginActivation="true"/> - </with> - </and> - </definition> - <definition id="org.polarsys.chess.xtext.FlaDsl.XtextEditor.opened"> - <and> - <reference definitionId="isXtextEditorActive"/> - <with variable="activeEditor"> - <test property="org.eclipse.xtext.ui.editor.XtextEditor.languageName" - value="org.polarsys.chess.xtext.FlaDsl" - forcePluginActivation="true"/> - </with> - </and> - </definition> - </extension> - <extension - point="org.eclipse.ui.preferencePages"> - <page - class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.ui.editor.preferences.LanguageRootPreferencePage" - id="org.polarsys.chess.xtext.FlaDsl" - name="FlaDsl"> - <keywordReference id="org.polarsys.chess.xtext.ui.keyword_FlaDsl"/> - </page> - <page - category="org.polarsys.chess.xtext.FlaDsl" - class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.ui.editor.syntaxcoloring.SyntaxColoringPreferencePage" - id="org.polarsys.chess.xtext.FlaDsl.coloring" - name="Syntax Coloring"> - <keywordReference id="org.polarsys.chess.xtext.ui.keyword_FlaDsl"/> - </page> - <page - category="org.polarsys.chess.xtext.FlaDsl" - class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.ui.editor.templates.XtextTemplatePreferencePage" - id="org.polarsys.chess.xtext.FlaDsl.templates" - name="Templates"> - <keywordReference id="org.polarsys.chess.xtext.ui.keyword_FlaDsl"/> - </page> - </extension> - <extension - point="org.eclipse.ui.propertyPages"> - <page - class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.ui.editor.preferences.LanguageRootPreferencePage" - id="org.polarsys.chess.xtext.FlaDsl" - name="FlaDsl"> - <keywordReference id="org.polarsys.chess.xtext.ui.keyword_FlaDsl"/> - <enabledWhen> - <adapt type="org.eclipse.core.resources.IProject"/> - </enabledWhen> - <filter name="projectNature" value="org.eclipse.xtext.ui.shared.xtextNature"/> - </page> - </extension> - <extension - point="org.eclipse.ui.keywords"> - <keyword - id="org.polarsys.chess.xtext.ui.keyword_FlaDsl" - label="FlaDsl"/> - </extension> - <extension - point="org.eclipse.ui.commands"> - <command - description="Trigger expensive validation" - id="org.polarsys.chess.xtext.FlaDsl.validate" - name="Validate"> - </command> - <!-- copy qualified name --> - <command - id="org.eclipse.xtext.ui.editor.copyqualifiedname.EditorCopyQualifiedName" - categoryId="org.eclipse.ui.category.edit" - description="Copy the qualified name for the selected element" - name="Copy Qualified Name"> - </command> - <command - id="org.eclipse.xtext.ui.editor.copyqualifiedname.OutlineCopyQualifiedName" - categoryId="org.eclipse.ui.category.edit" - description="Copy the qualified name for the selected element" - name="Copy Qualified Name"> - </command> - </extension> - <extension point="org.eclipse.ui.menus"> - <menuContribution - locationURI="popup:#TextEditorContext?after=group.edit"> - <command - commandId="org.polarsys.chess.xtext.FlaDsl.validate" - style="push" - tooltip="Trigger expensive validation"> - <visibleWhen checkEnabled="false"> - <reference - definitionId="org.polarsys.chess.xtext.FlaDsl.Editor.opened"> - </reference> - </visibleWhen> - </command> - </menuContribution> - <!-- copy qualified name --> - <menuContribution locationURI="popup:#TextEditorContext?after=copy"> - <command commandId="org.eclipse.xtext.ui.editor.copyqualifiedname.EditorCopyQualifiedName" - style="push" tooltip="Copy Qualified Name"> - <visibleWhen checkEnabled="false"> - <reference definitionId="org.polarsys.chess.xtext.FlaDsl.Editor.opened" /> - </visibleWhen> - </command> - </menuContribution> - <menuContribution locationURI="menu:edit?after=copy"> - <command commandId="org.eclipse.xtext.ui.editor.copyqualifiedname.EditorCopyQualifiedName" - style="push" tooltip="Copy Qualified Name"> - <visibleWhen checkEnabled="false"> - <reference definitionId="org.polarsys.chess.xtext.FlaDsl.Editor.opened" /> - </visibleWhen> - </command> - </menuContribution> - <menuContribution locationURI="popup:org.eclipse.xtext.ui.outline?after=additions"> - <command commandId="org.eclipse.xtext.ui.editor.copyqualifiedname.OutlineCopyQualifiedName" - style="push" tooltip="Copy Qualified Name"> - <visibleWhen checkEnabled="false"> - <and> - <reference definitionId="org.polarsys.chess.xtext.FlaDsl.XtextEditor.opened" /> - <iterate> - <adapt type="org.eclipse.xtext.ui.editor.outline.IOutlineNode" /> - </iterate> - </and> - </visibleWhen> - </command> - </menuContribution> - </extension> - <extension point="org.eclipse.ui.menus"> - <menuContribution locationURI="popup:#TextEditorContext?endof=group.find"> - <command commandId="org.eclipse.xtext.ui.editor.FindReferences"> - <visibleWhen checkEnabled="false"> - <reference definitionId="org.polarsys.chess.xtext.FlaDsl.Editor.opened"> - </reference> - </visibleWhen> - </command> - </menuContribution> - </extension> - <extension point="org.eclipse.ui.handlers"> - <handler - class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.ui.editor.findrefs.FindReferencesHandler" - commandId="org.eclipse.xtext.ui.editor.FindReferences"> - <activeWhen> - <reference - definitionId="org.polarsys.chess.xtext.FlaDsl.Editor.opened"> - </reference> - </activeWhen> - </handler> - </extension> - -<!-- adding resource factories --> - - <extension - point="org.eclipse.emf.ecore.extension_parser"> - <parser - class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.resource.IResourceFactory" - type="fladsl"> - </parser> - </extension> - <extension point="org.eclipse.xtext.extension_resourceServiceProvider"> - <resourceServiceProvider - class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.ui.resource.IResourceUIServiceProvider" - uriExtension="fladsl"> - </resourceServiceProvider> - </extension> - - - <!-- marker definitions for org.polarsys.chess.xtext.FlaDsl --> - <extension - id="fladsl.check.fast" - name="FlaDsl Problem" - point="org.eclipse.core.resources.markers"> - <super type="org.eclipse.xtext.ui.check.fast"/> - <persistent value="true"/> - </extension> - <extension - id="fladsl.check.normal" - name="FlaDsl Problem" - point="org.eclipse.core.resources.markers"> - <super type="org.eclipse.xtext.ui.check.normal"/> - <persistent value="true"/> - </extension> - <extension - id="fladsl.check.expensive" - name="FlaDsl Problem" - point="org.eclipse.core.resources.markers"> - <super type="org.eclipse.xtext.ui.check.expensive"/> - <persistent value="true"/> - </extension> - - <extension - point="org.eclipse.xtext.builder.participant"> - <participant - class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.builder.IXtextBuilderParticipant" - fileExtensions="fladsl" - > - </participant> - </extension> - <extension - point="org.eclipse.ui.preferencePages"> - <page - category="org.polarsys.chess.xtext.FlaDsl" - class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.builder.preferences.BuilderPreferencePage" - id="org.polarsys.chess.xtext.FlaDsl.compiler.preferencePage" - name="Compiler"> - <keywordReference id="org.polarsys.chess.xtext.ui.keyword_FlaDsl"/> - </page> - </extension> - <extension - point="org.eclipse.ui.propertyPages"> - <page - category="org.polarsys.chess.xtext.FlaDsl" - class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.builder.preferences.BuilderPreferencePage" - id="org.polarsys.chess.xtext.FlaDsl.compiler.propertyPage" - name="Compiler"> - <keywordReference id="org.polarsys.chess.xtext.ui.keyword_FlaDsl"/> - <enabledWhen> - <adapt type="org.eclipse.core.resources.IProject"/> - </enabledWhen> - <filter name="projectNature" value="org.eclipse.xtext.ui.shared.xtextNature"/> - </page> - </extension> - <extension point="org.eclipse.ui.menus"> - <menuContribution locationURI="popup:#TextEditorContext?after=xtext.ui.openDeclaration"> - <command - commandId="org.eclipse.xtext.ui.OpenGeneratedFileCommand" - id="org.polarsys.chess.xtext.FlaDsl.OpenGeneratedCode" - style="push"> - <visibleWhen checkEnabled="false"> - <reference definitionId="org.polarsys.chess.xtext.FlaDsl.Editor.opened" /> - </visibleWhen> - </command> - </menuContribution> - </extension> - <extension point="org.eclipse.ui.handlers"> - <handler - class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.ui.generator.trace.OpenGeneratedFileHandler" - commandId="org.eclipse.xtext.ui.OpenGeneratedFileCommand"> - <activeWhen> - <reference definitionId="org.polarsys.chess.xtext.FlaDsl.Editor.opened" /> - </activeWhen> - </handler> - </extension> - - <!-- Quick Outline --> - <extension - point="org.eclipse.ui.handlers"> - <handler - class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.ui.editor.outline.quickoutline.ShowQuickOutlineActionHandler" - commandId="org.eclipse.xtext.ui.editor.outline.QuickOutline"> - <activeWhen> - <reference - definitionId="org.polarsys.chess.xtext.FlaDsl.Editor.opened"> - </reference> - </activeWhen> - </handler> - </extension> - <extension - point="org.eclipse.ui.commands"> - <command - description="Open the quick outline." - id="org.eclipse.xtext.ui.editor.outline.QuickOutline" - name="Quick Outline"> - </command> - </extension> - <extension point="org.eclipse.ui.menus"> - <menuContribution - locationURI="popup:#TextEditorContext?after=group.open"> - <command commandId="org.eclipse.xtext.ui.editor.outline.QuickOutline" - style="push" - tooltip="Open Quick Outline"> - <visibleWhen checkEnabled="false"> - <reference definitionId="org.polarsys.chess.xtext.FlaDsl.Editor.opened"/> - </visibleWhen> - </command> - </menuContribution> - </extension> - <!-- quickfix marker resolution generator for org.polarsys.chess.xtext.FlaDsl --> - <extension - point="org.eclipse.ui.ide.markerResolution"> - <markerResolutionGenerator - class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.ui.editor.quickfix.MarkerResolutionGenerator" - markerType="org.polarsys.chess.xtext.ui.fladsl.check.fast"> - <attribute - name="FIXABLE_KEY" - value="true"> - </attribute> - </markerResolutionGenerator> - <markerResolutionGenerator - class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.ui.editor.quickfix.MarkerResolutionGenerator" - markerType="org.polarsys.chess.xtext.ui.fladsl.check.normal"> - <attribute - name="FIXABLE_KEY" - value="true"> - </attribute> - </markerResolutionGenerator> - <markerResolutionGenerator - class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.ui.editor.quickfix.MarkerResolutionGenerator" - markerType="org.polarsys.chess.xtext.ui.fladsl.check.expensive"> - <attribute - name="FIXABLE_KEY" - value="true"> - </attribute> - </markerResolutionGenerator> - </extension> - <!-- Rename Refactoring --> - <extension point="org.eclipse.ui.handlers"> - <handler - class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.ui.refactoring.ui.DefaultRenameElementHandler" - commandId="org.eclipse.xtext.ui.refactoring.RenameElement"> - <activeWhen> - <reference - definitionId="org.polarsys.chess.xtext.FlaDsl.Editor.opened"> - </reference> - </activeWhen> - </handler> - </extension> - <extension point="org.eclipse.ui.menus"> - <menuContribution - locationURI="popup:#TextEditorContext?after=group.edit"> - <command commandId="org.eclipse.xtext.ui.refactoring.RenameElement" - style="push"> - <visibleWhen checkEnabled="false"> - <reference - definitionId="org.polarsys.chess.xtext.FlaDsl.Editor.opened"> - </reference> - </visibleWhen> - </command> - </menuContribution> - </extension> - <extension point="org.eclipse.ui.preferencePages"> - <page - category="org.polarsys.chess.xtext.FlaDsl" - class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.ui.refactoring.ui.RefactoringPreferencePage" - id="org.polarsys.chess.xtext.FlaDsl.refactoring" - name="Refactoring"> - <keywordReference id="org.polarsys.chess.xtext.ui.keyword_FlaDsl"/> - </page> - </extension> - - <extension point="org.eclipse.compare.contentViewers"> - <viewer id="org.polarsys.chess.xtext.FlaDsl.compare.contentViewers" - class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.ui.compare.InjectableViewerCreator" - extensions="fladsl"> - </viewer> - </extension> - <extension point="org.eclipse.compare.contentMergeViewers"> - <viewer id="org.polarsys.chess.xtext.FlaDsl.compare.contentMergeViewers" - class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.ui.compare.InjectableViewerCreator" - extensions="fladsl" label="FlaDsl Compare"> - </viewer> - </extension> - <extension point="org.eclipse.ui.editors.documentProviders"> - <provider id="org.polarsys.chess.xtext.FlaDsl.editors.documentProviders" - class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.ui.editor.model.XtextDocumentProvider" - extensions="fladsl"> - </provider> - </extension> - <extension point="org.eclipse.team.core.fileTypes"> - <fileTypes - extension="fladsl" - type="text"> - </fileTypes> - </extension> - -</plugin> +<?xml version="1.0" encoding="UTF-8"?> +<?eclipse version="3.0"?> + +<plugin> + + <extension + point="org.eclipse.ui.editors"> + <editor + class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.ui.editor.XtextEditor" + contributorClass="org.eclipse.ui.editors.text.TextEditorActionContributor" + default="true" + extensions="fladsl" + id="org.polarsys.chess.xtext.FlaDsl" + name="FlaDsl Editor"> + </editor> + </extension> + <extension + point="org.eclipse.ui.handlers"> + <handler + class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.ui.editor.hyperlinking.OpenDeclarationHandler" + commandId="org.eclipse.xtext.ui.editor.hyperlinking.OpenDeclaration"> + <activeWhen> + <reference + definitionId="org.polarsys.chess.xtext.FlaDsl.Editor.opened"> + </reference> + </activeWhen> + </handler> + <handler + class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.ui.editor.handler.ValidateActionHandler" + commandId="org.polarsys.chess.xtext.FlaDsl.validate"> + <activeWhen> + <reference + definitionId="org.polarsys.chess.xtext.FlaDsl.Editor.opened"> + </reference> + </activeWhen> + </handler> + <!-- copy qualified name --> + <handler + class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.ui.editor.copyqualifiedname.EditorCopyQualifiedNameHandler" + commandId="org.eclipse.xtext.ui.editor.copyqualifiedname.EditorCopyQualifiedName"> + <activeWhen> + <reference definitionId="org.polarsys.chess.xtext.FlaDsl.Editor.opened" /> + </activeWhen> + </handler> + <handler + class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.ui.editor.copyqualifiedname.OutlineCopyQualifiedNameHandler" + commandId="org.eclipse.xtext.ui.editor.copyqualifiedname.OutlineCopyQualifiedName"> + <activeWhen> + <and> + <reference definitionId="org.polarsys.chess.xtext.FlaDsl.XtextEditor.opened" /> + <iterate> + <adapt type="org.eclipse.xtext.ui.editor.outline.IOutlineNode" /> + </iterate> + </and> + </activeWhen> + </handler> + </extension> + <extension point="org.eclipse.core.expressions.definitions"> + <definition id="org.polarsys.chess.xtext.FlaDsl.Editor.opened"> + <and> + <reference definitionId="isActiveEditorAnInstanceOfXtextEditor"/> + <with variable="activeEditor"> + <test property="org.eclipse.xtext.ui.editor.XtextEditor.languageName" + value="org.polarsys.chess.xtext.FlaDsl" + forcePluginActivation="true"/> + </with> + </and> + </definition> + <definition id="org.polarsys.chess.xtext.FlaDsl.XtextEditor.opened"> + <and> + <reference definitionId="isXtextEditorActive"/> + <with variable="activeEditor"> + <test property="org.eclipse.xtext.ui.editor.XtextEditor.languageName" + value="org.polarsys.chess.xtext.FlaDsl" + forcePluginActivation="true"/> + </with> + </and> + </definition> + </extension> + <extension + point="org.eclipse.ui.preferencePages"> + <page + class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.ui.editor.preferences.LanguageRootPreferencePage" + id="org.polarsys.chess.xtext.FlaDsl" + name="FlaDsl"> + <keywordReference id="org.polarsys.chess.xtext.ui.keyword_FlaDsl"/> + </page> + <page + category="org.polarsys.chess.xtext.FlaDsl" + class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.ui.editor.syntaxcoloring.SyntaxColoringPreferencePage" + id="org.polarsys.chess.xtext.FlaDsl.coloring" + name="Syntax Coloring"> + <keywordReference id="org.polarsys.chess.xtext.ui.keyword_FlaDsl"/> + </page> + <page + category="org.polarsys.chess.xtext.FlaDsl" + class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.ui.editor.templates.XtextTemplatePreferencePage" + id="org.polarsys.chess.xtext.FlaDsl.templates" + name="Templates"> + <keywordReference id="org.polarsys.chess.xtext.ui.keyword_FlaDsl"/> + </page> + </extension> + <extension + point="org.eclipse.ui.propertyPages"> + <page + class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.ui.editor.preferences.LanguageRootPreferencePage" + id="org.polarsys.chess.xtext.FlaDsl" + name="FlaDsl"> + <keywordReference id="org.polarsys.chess.xtext.ui.keyword_FlaDsl"/> + <enabledWhen> + <adapt type="org.eclipse.core.resources.IProject"/> + </enabledWhen> + <filter name="projectNature" value="org.eclipse.xtext.ui.shared.xtextNature"/> + </page> + </extension> + <extension + point="org.eclipse.ui.keywords"> + <keyword + id="org.polarsys.chess.xtext.ui.keyword_FlaDsl" + label="FlaDsl"/> + </extension> + <extension + point="org.eclipse.ui.commands"> + <command + description="Trigger expensive validation" + id="org.polarsys.chess.xtext.FlaDsl.validate" + name="Validate"> + </command> + <!-- copy qualified name --> + <command + id="org.eclipse.xtext.ui.editor.copyqualifiedname.EditorCopyQualifiedName" + categoryId="org.eclipse.ui.category.edit" + description="Copy the qualified name for the selected element" + name="Copy Qualified Name"> + </command> + <command + id="org.eclipse.xtext.ui.editor.copyqualifiedname.OutlineCopyQualifiedName" + categoryId="org.eclipse.ui.category.edit" + description="Copy the qualified name for the selected element" + name="Copy Qualified Name"> + </command> + </extension> + <extension point="org.eclipse.ui.menus"> + <menuContribution + locationURI="popup:#TextEditorContext?after=group.edit"> + <command + commandId="org.polarsys.chess.xtext.FlaDsl.validate" + style="push" + tooltip="Trigger expensive validation"> + <visibleWhen checkEnabled="false"> + <reference + definitionId="org.polarsys.chess.xtext.FlaDsl.Editor.opened"> + </reference> + </visibleWhen> + </command> + </menuContribution> + <!-- copy qualified name --> + <menuContribution locationURI="popup:#TextEditorContext?after=copy"> + <command commandId="org.eclipse.xtext.ui.editor.copyqualifiedname.EditorCopyQualifiedName" + style="push" tooltip="Copy Qualified Name"> + <visibleWhen checkEnabled="false"> + <reference definitionId="org.polarsys.chess.xtext.FlaDsl.Editor.opened" /> + </visibleWhen> + </command> + </menuContribution> + <menuContribution locationURI="menu:edit?after=copy"> + <command commandId="org.eclipse.xtext.ui.editor.copyqualifiedname.EditorCopyQualifiedName" + style="push" tooltip="Copy Qualified Name"> + <visibleWhen checkEnabled="false"> + <reference definitionId="org.polarsys.chess.xtext.FlaDsl.Editor.opened" /> + </visibleWhen> + </command> + </menuContribution> + <menuContribution locationURI="popup:org.eclipse.xtext.ui.outline?after=additions"> + <command commandId="org.eclipse.xtext.ui.editor.copyqualifiedname.OutlineCopyQualifiedName" + style="push" tooltip="Copy Qualified Name"> + <visibleWhen checkEnabled="false"> + <and> + <reference definitionId="org.polarsys.chess.xtext.FlaDsl.XtextEditor.opened" /> + <iterate> + <adapt type="org.eclipse.xtext.ui.editor.outline.IOutlineNode" /> + </iterate> + </and> + </visibleWhen> + </command> + </menuContribution> + </extension> + <extension point="org.eclipse.ui.menus"> + <menuContribution locationURI="popup:#TextEditorContext?endof=group.find"> + <command commandId="org.eclipse.xtext.ui.editor.FindReferences"> + <visibleWhen checkEnabled="false"> + <reference definitionId="org.polarsys.chess.xtext.FlaDsl.Editor.opened"> + </reference> + </visibleWhen> + </command> + </menuContribution> + </extension> + <extension point="org.eclipse.ui.handlers"> + <handler + class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.ui.editor.findrefs.FindReferencesHandler" + commandId="org.eclipse.xtext.ui.editor.FindReferences"> + <activeWhen> + <reference + definitionId="org.polarsys.chess.xtext.FlaDsl.Editor.opened"> + </reference> + </activeWhen> + </handler> + </extension> + +<!-- adding resource factories --> + + <extension + point="org.eclipse.emf.ecore.extension_parser"> + <parser + class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.resource.IResourceFactory" + type="fladsl"> + </parser> + </extension> + <extension point="org.eclipse.xtext.extension_resourceServiceProvider"> + <resourceServiceProvider + class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.ui.resource.IResourceUIServiceProvider" + uriExtension="fladsl"> + </resourceServiceProvider> + </extension> + + + <!-- marker definitions for org.polarsys.chess.xtext.FlaDsl --> + <extension + id="fladsl.check.fast" + name="FlaDsl Problem" + point="org.eclipse.core.resources.markers"> + <super type="org.eclipse.xtext.ui.check.fast"/> + <persistent value="true"/> + </extension> + <extension + id="fladsl.check.normal" + name="FlaDsl Problem" + point="org.eclipse.core.resources.markers"> + <super type="org.eclipse.xtext.ui.check.normal"/> + <persistent value="true"/> + </extension> + <extension + id="fladsl.check.expensive" + name="FlaDsl Problem" + point="org.eclipse.core.resources.markers"> + <super type="org.eclipse.xtext.ui.check.expensive"/> + <persistent value="true"/> + </extension> + + <extension + point="org.eclipse.xtext.builder.participant"> + <participant + class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.builder.IXtextBuilderParticipant" + fileExtensions="fladsl" + > + </participant> + </extension> + <extension + point="org.eclipse.ui.preferencePages"> + <page + category="org.polarsys.chess.xtext.FlaDsl" + class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.builder.preferences.BuilderPreferencePage" + id="org.polarsys.chess.xtext.FlaDsl.compiler.preferencePage" + name="Compiler"> + <keywordReference id="org.polarsys.chess.xtext.ui.keyword_FlaDsl"/> + </page> + </extension> + <extension + point="org.eclipse.ui.propertyPages"> + <page + category="org.polarsys.chess.xtext.FlaDsl" + class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.builder.preferences.BuilderPreferencePage" + id="org.polarsys.chess.xtext.FlaDsl.compiler.propertyPage" + name="Compiler"> + <keywordReference id="org.polarsys.chess.xtext.ui.keyword_FlaDsl"/> + <enabledWhen> + <adapt type="org.eclipse.core.resources.IProject"/> + </enabledWhen> + <filter name="projectNature" value="org.eclipse.xtext.ui.shared.xtextNature"/> + </page> + </extension> + <extension point="org.eclipse.ui.menus"> + <menuContribution locationURI="popup:#TextEditorContext?after=xtext.ui.openDeclaration"> + <command + commandId="org.eclipse.xtext.ui.OpenGeneratedFileCommand" + id="org.polarsys.chess.xtext.FlaDsl.OpenGeneratedCode" + style="push"> + <visibleWhen checkEnabled="false"> + <reference definitionId="org.polarsys.chess.xtext.FlaDsl.Editor.opened" /> + </visibleWhen> + </command> + </menuContribution> + </extension> + <extension point="org.eclipse.ui.handlers"> + <handler + class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.ui.generator.trace.OpenGeneratedFileHandler" + commandId="org.eclipse.xtext.ui.OpenGeneratedFileCommand"> + <activeWhen> + <reference definitionId="org.polarsys.chess.xtext.FlaDsl.Editor.opened" /> + </activeWhen> + </handler> + </extension> + + <!-- Quick Outline --> + <extension + point="org.eclipse.ui.handlers"> + <handler + class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.ui.editor.outline.quickoutline.ShowQuickOutlineActionHandler" + commandId="org.eclipse.xtext.ui.editor.outline.QuickOutline"> + <activeWhen> + <reference + definitionId="org.polarsys.chess.xtext.FlaDsl.Editor.opened"> + </reference> + </activeWhen> + </handler> + </extension> + <extension + point="org.eclipse.ui.commands"> + <command + description="Open the quick outline." + id="org.eclipse.xtext.ui.editor.outline.QuickOutline" + name="Quick Outline"> + </command> + </extension> + <extension point="org.eclipse.ui.menus"> + <menuContribution + locationURI="popup:#TextEditorContext?after=group.open"> + <command commandId="org.eclipse.xtext.ui.editor.outline.QuickOutline" + style="push" + tooltip="Open Quick Outline"> + <visibleWhen checkEnabled="false"> + <reference definitionId="org.polarsys.chess.xtext.FlaDsl.Editor.opened"/> + </visibleWhen> + </command> + </menuContribution> + </extension> + <!-- quickfix marker resolution generator for org.polarsys.chess.xtext.FlaDsl --> + <extension + point="org.eclipse.ui.ide.markerResolution"> + <markerResolutionGenerator + class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.ui.editor.quickfix.MarkerResolutionGenerator" + markerType="org.polarsys.chess.xtext.ui.fladsl.check.fast"> + <attribute + name="FIXABLE_KEY" + value="true"> + </attribute> + </markerResolutionGenerator> + <markerResolutionGenerator + class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.ui.editor.quickfix.MarkerResolutionGenerator" + markerType="org.polarsys.chess.xtext.ui.fladsl.check.normal"> + <attribute + name="FIXABLE_KEY" + value="true"> + </attribute> + </markerResolutionGenerator> + <markerResolutionGenerator + class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.ui.editor.quickfix.MarkerResolutionGenerator" + markerType="org.polarsys.chess.xtext.ui.fladsl.check.expensive"> + <attribute + name="FIXABLE_KEY" + value="true"> + </attribute> + </markerResolutionGenerator> + </extension> + <!-- Rename Refactoring --> + <extension point="org.eclipse.ui.handlers"> + <handler + class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.ui.refactoring.ui.DefaultRenameElementHandler" + commandId="org.eclipse.xtext.ui.refactoring.RenameElement"> + <activeWhen> + <reference + definitionId="org.polarsys.chess.xtext.FlaDsl.Editor.opened"> + </reference> + </activeWhen> + </handler> + </extension> + <extension point="org.eclipse.ui.menus"> + <menuContribution + locationURI="popup:#TextEditorContext?after=group.edit"> + <command commandId="org.eclipse.xtext.ui.refactoring.RenameElement" + style="push"> + <visibleWhen checkEnabled="false"> + <reference + definitionId="org.polarsys.chess.xtext.FlaDsl.Editor.opened"> + </reference> + </visibleWhen> + </command> + </menuContribution> + </extension> + <extension point="org.eclipse.ui.preferencePages"> + <page + category="org.polarsys.chess.xtext.FlaDsl" + class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.ui.refactoring.ui.RefactoringPreferencePage" + id="org.polarsys.chess.xtext.FlaDsl.refactoring" + name="Refactoring"> + <keywordReference id="org.polarsys.chess.xtext.ui.keyword_FlaDsl"/> + </page> + </extension> + + <extension point="org.eclipse.compare.contentViewers"> + <viewer id="org.polarsys.chess.xtext.FlaDsl.compare.contentViewers" + class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.ui.compare.InjectableViewerCreator" + extensions="fladsl"> + </viewer> + </extension> + <extension point="org.eclipse.compare.contentMergeViewers"> + <viewer id="org.polarsys.chess.xtext.FlaDsl.compare.contentMergeViewers" + class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.ui.compare.InjectableViewerCreator" + extensions="fladsl" label="FlaDsl Compare"> + </viewer> + </extension> + <extension point="org.eclipse.ui.editors.documentProviders"> + <provider id="org.polarsys.chess.xtext.FlaDsl.editors.documentProviders" + class="org.polarsys.chess.xtext.ui.FlaDslExecutableExtensionFactory:org.eclipse.xtext.ui.editor.model.XtextDocumentProvider" + extensions="fladsl"> + </provider> + </extension> + <extension point="org.eclipse.team.core.fileTypes"> + <fileTypes + extension="fladsl" + type="text"> + </fileTypes> + </extension> + +</plugin> diff --git a/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/src/org/polarsys/chess/xtext/ui/FlaDslUiModule.java b/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/src/org/polarsys/chess/xtext/ui/FlaDslUiModule.java index e3eae64b0..cc1fd9b8e 100644 --- a/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/src/org/polarsys/chess/xtext/ui/FlaDslUiModule.java +++ b/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/src/org/polarsys/chess/xtext/ui/FlaDslUiModule.java @@ -1,21 +1,6 @@ /* * generated by Xtext */ -/*------------------------------------------------------------------------------ - - - - Copyright (c) 2013, 2015 Intecs SpA - - All rights reserved. This program and the accompanying materials - - are made available under the terms of the Eclipse Public License v1.0 - - which accompanies this distribution, and is available at - - http://www.eclipse.org/legal/epl-v10.html - - - - Contributors: - - - - Stefano Puri stefano.puri@intecs.it - - - - Initial API and implementation and/or initial documentation - ------------------------------------------------------------------------------*/ - package org.polarsys.chess.xtext.ui; import org.eclipse.ui.plugin.AbstractUIPlugin; @@ -23,7 +8,7 @@ import org.eclipse.ui.plugin.AbstractUIPlugin; /** * Use this class to register components to be used within the IDE. */ -public class FlaDslUiModule extends org.polarsys.chess.xtext.ui.AbstractFlaDslUiModule{ +public class FlaDslUiModule extends org.polarsys.chess.xtext.ui.AbstractFlaDslUiModule { public FlaDslUiModule(AbstractUIPlugin plugin) { super(plugin); } diff --git a/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/src/org/polarsys/chess/xtext/ui/contentassist/FlaDslProposalProvider.xtend b/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/src/org/polarsys/chess/xtext/ui/contentassist/FlaDslProposalProvider.xtend index 4a1532135..a9306744f 100644 --- a/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/src/org/polarsys/chess/xtext/ui/contentassist/FlaDslProposalProvider.xtend +++ b/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/src/org/polarsys/chess/xtext/ui/contentassist/FlaDslProposalProvider.xtend @@ -1,21 +1,6 @@ /* * generated by Xtext */ - /*------------------------------------------------------------------------------ - - - - Copyright (c) 2013, 2015 Intecs SpA - - All rights reserved. This program and the accompanying materials - - are made available under the terms of the Eclipse Public License v1.0 - - which accompanies this distribution, and is available at - - http://www.eclipse.org/legal/epl-v10.html - - - - Contributors: - - - - Stefano Puri stefano.puri@intecs.it - - - - Initial API and implementation and/or initial documentation - ------------------------------------------------------------------------------*/ - package org.polarsys.chess.xtext.ui.contentassist import org.polarsys.chess.xtext.ui.contentassist.AbstractFlaDslProposalProvider diff --git a/plugins/fla/org.polarsys.chess.xtext.fladsl/META-INF/MANIFEST.MF b/plugins/fla/org.polarsys.chess.xtext.fladsl/META-INF/MANIFEST.MF index 9191cea5a..73e2b6a34 100644 --- a/plugins/fla/org.polarsys.chess.xtext.fladsl/META-INF/MANIFEST.MF +++ b/plugins/fla/org.polarsys.chess.xtext.fladsl/META-INF/MANIFEST.MF @@ -27,15 +27,15 @@ Require-Bundle: org.eclipse.xtext;visibility:=reexport, Import-Package: org.apache.log4j, org.eclipse.xtext.xbase.lib Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -Export-Package: org.polarsys.chess.xtext.flaDsl, - org.polarsys.chess.xtext.flaDsl.impl, - org.polarsys.chess.xtext.flaDsl.util, - org.polarsys.chess.xtext.parser.antlr, - org.polarsys.chess.xtext.parser.antlr.internal, - org.polarsys.chess.xtext.serializer, - org.polarsys.chess.xtext.services, - org.polarsys.chess.xtext, +Export-Package: org.polarsys.chess.xtext, org.polarsys.chess.xtext.formatting, org.polarsys.chess.xtext.generator, org.polarsys.chess.xtext.scoping, - org.polarsys.chess.xtext.validation + org.polarsys.chess.xtext.validation, + org.polarsys.chess.xtext.services, + org.polarsys.chess.xtext.flaDsl, + org.polarsys.chess.xtext.flaDsl.impl, + org.polarsys.chess.xtext.flaDsl.util, + org.polarsys.chess.xtext.serializer, + org.polarsys.chess.xtext.parser.antlr, + org.polarsys.chess.xtext.parser.antlr.internal diff --git a/plugins/fla/org.polarsys.chess.xtext.fladsl/plugin.xml_gen b/plugins/fla/org.polarsys.chess.xtext.fladsl/plugin.xml_gen index eb3f0e7b2..ca15dd9e7 100644 --- a/plugins/fla/org.polarsys.chess.xtext.fladsl/plugin.xml_gen +++ b/plugins/fla/org.polarsys.chess.xtext.fladsl/plugin.xml_gen @@ -1,16 +1,16 @@ -<?xml version="1.0" encoding="UTF-8"?> -<?eclipse version="3.0"?> - -<plugin> - - <extension point="org.eclipse.emf.ecore.generated_package"> - <package - uri = "http://www.intecs.org/chess/xtext/FlaDsl" - class = "org.polarsys.chess.xtext.flaDsl.FlaDslPackage" - genModel = "model/generated/FlaDsl.genmodel" /> - - </extension> - - - -</plugin> +<?xml version="1.0" encoding="UTF-8"?> +<?eclipse version="3.0"?> + +<plugin> + + <extension point="org.eclipse.emf.ecore.generated_package"> + <package + uri = "http://www.intecs.org/chess/xtext/FlaDsl" + class = "org.polarsys.chess.xtext.flaDsl.FlaDslPackage" + genModel = "model/generated/FlaDsl.genmodel" /> + + </extension> + + + +</plugin> diff --git a/plugins/fla/org.polarsys.chess.xtext.fladsl/src/org/polarsys/chess/xtext/FlaDslRuntimeModule.java b/plugins/fla/org.polarsys.chess.xtext.fladsl/src/org/polarsys/chess/xtext/FlaDslRuntimeModule.java index a8947c663..6af7490db 100644 --- a/plugins/fla/org.polarsys.chess.xtext.fladsl/src/org/polarsys/chess/xtext/FlaDslRuntimeModule.java +++ b/plugins/fla/org.polarsys.chess.xtext.fladsl/src/org/polarsys/chess/xtext/FlaDslRuntimeModule.java @@ -1,21 +1,6 @@ /* * generated by Xtext */ -/*------------------------------------------------------------------------------ - - - - Copyright (c) 2013, 2015 Intecs SpA - - All rights reserved. This program and the accompanying materials - - are made available under the terms of the Eclipse Public License v1.0 - - which accompanies this distribution, and is available at - - http://www.eclipse.org/legal/epl-v10.html - - - - Contributors: - - - - Stefano Puri stefano.puri@intecs.it - - - - Initial API and implementation and/or initial documentation - ------------------------------------------------------------------------------*/ - package org.polarsys.chess.xtext; /** diff --git a/plugins/fla/org.polarsys.chess.xtext.fladsl/src/org/polarsys/chess/xtext/FlaDslStandaloneSetup.java b/plugins/fla/org.polarsys.chess.xtext.fladsl/src/org/polarsys/chess/xtext/FlaDslStandaloneSetup.java index 677c2fd89..632413a41 100644 --- a/plugins/fla/org.polarsys.chess.xtext.fladsl/src/org/polarsys/chess/xtext/FlaDslStandaloneSetup.java +++ b/plugins/fla/org.polarsys.chess.xtext.fladsl/src/org/polarsys/chess/xtext/FlaDslStandaloneSetup.java @@ -1,25 +1,8 @@ /* * generated by Xtext */ -/*------------------------------------------------------------------------------ - - - - Copyright (c) 2013, 2015 Intecs SpA - - All rights reserved. This program and the accompanying materials - - are made available under the terms of the Eclipse Public License v1.0 - - which accompanies this distribution, and is available at - - http://www.eclipse.org/legal/epl-v10.html - - - - Contributors: - - - - Stefano Puri stefano.puri@intecs.it - - - - Initial API and implementation and/or initial documentation - ------------------------------------------------------------------------------*/ - package org.polarsys.chess.xtext; -import org.polarsys.chess.xtext.FlaDslStandaloneSetupGenerated; - /** * Initialization support for running Xtext languages * without equinox extension registry diff --git a/plugins/fla/org.polarsys.chess.xtext.fladsl/src/org/polarsys/chess/xtext/validation/FlaDslValidator.xtend b/plugins/fla/org.polarsys.chess.xtext.fladsl/src/org/polarsys/chess/xtext/validation/FlaDslValidator.xtend index 6ed29cdc3..f5e9df494 100644 --- a/plugins/fla/org.polarsys.chess.xtext.fladsl/src/org/polarsys/chess/xtext/validation/FlaDslValidator.xtend +++ b/plugins/fla/org.polarsys.chess.xtext.fladsl/src/org/polarsys/chess/xtext/validation/FlaDslValidator.xtend @@ -25,7 +25,7 @@ package org.polarsys.chess.xtext.validation * * See https://www.eclipse.org/Xtext/documentation/303_runtime_concepts.html#validation */ -class FlaDslValidator extends AbstractFlaDslValidator { +class FlaDslValidator { // public static val INVALID_NAME = 'invalidName' // -- GitLab