From 77ef8ad44bc404223957e40ba8e467080c0e1f26 Mon Sep 17 00:00:00 2001 From: Karsten Thoms Date: Mon, 11 Feb 2019 20:33:29 +0100 Subject: Bug 544309 - Mark EncodingActionGroup & related for removal Change-Id: Id70eb30bd39b59a20f41209689f8cf2aa5ca95e0 Signed-off-by: Karsten Thoms --- org.eclipse.ui.editors/.settings/.api_filters | 38 ++++++++++++++++++++++ .../ui/editors/text/EncodingActionGroup.java | 5 ++- .../ui/editors/text/IEncodingActionsConstants.java | 6 ++-- .../text/IEncodingActionsDefinitionIds.java | 6 ++-- .../text/IEncodingActionsHelpContextIds.java | 6 ++-- 5 files changed, 54 insertions(+), 7 deletions(-) (limited to 'org.eclipse.ui.editors') diff --git a/org.eclipse.ui.editors/.settings/.api_filters b/org.eclipse.ui.editors/.settings/.api_filters index c062b4ac10e..ade7106346b 100644 --- a/org.eclipse.ui.editors/.settings/.api_filters +++ b/org.eclipse.ui.editors/.settings/.api_filters @@ -1,5 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/org.eclipse.ui.editors/src/org/eclipse/ui/editors/text/EncodingActionGroup.java b/org.eclipse.ui.editors/src/org/eclipse/ui/editors/text/EncodingActionGroup.java index 58a441b956d..596da5227c3 100644 --- a/org.eclipse.ui.editors/src/org/eclipse/ui/editors/text/EncodingActionGroup.java +++ b/org.eclipse.ui.editors/src/org/eclipse/ui/editors/text/EncodingActionGroup.java @@ -48,8 +48,11 @@ import org.eclipse.ui.texteditor.TextEditorAction; /** * Action group for encoding actions. + * * @since 2.0 - * @deprecated As of 3.1, encoding needs to be changed via properties dialog + * @deprecated As of 3.1, encoding needs to be changed via properties dialog. This class is planned + * for removal after March 2021. + * @noreference This class is not intended to be referenced by clients. */ @Deprecated public class EncodingActionGroup extends ActionGroup { diff --git a/org.eclipse.ui.editors/src/org/eclipse/ui/editors/text/IEncodingActionsConstants.java b/org.eclipse.ui.editors/src/org/eclipse/ui/editors/text/IEncodingActionsConstants.java index 7a109305ae0..cfb88b07559 100644 --- a/org.eclipse.ui.editors/src/org/eclipse/ui/editors/text/IEncodingActionsConstants.java +++ b/org.eclipse.ui.editors/src/org/eclipse/ui/editors/text/IEncodingActionsConstants.java @@ -17,10 +17,12 @@ package org.eclipse.ui.editors.text; /** * Defines the names of the encoding actions. *

- * This interface contains constants only; it is not intended to be implemented.

+ * This interface contains constants only; it is not intended to be implemented. + *

* * @since 2.0 - * @deprecated As of 3.1, encoding needs to be changed via properties dialog + * @deprecated As of 3.1, encoding needs to be changed via properties dialog. This interface is + * planned for removal after March 2021. * @noimplement This interface is not intended to be implemented by clients. * @noextend This interface is not intended to be extended by clients. * diff --git a/org.eclipse.ui.editors/src/org/eclipse/ui/editors/text/IEncodingActionsDefinitionIds.java b/org.eclipse.ui.editors/src/org/eclipse/ui/editors/text/IEncodingActionsDefinitionIds.java index 22a71af74a0..8003b2e1ae2 100644 --- a/org.eclipse.ui.editors/src/org/eclipse/ui/editors/text/IEncodingActionsDefinitionIds.java +++ b/org.eclipse.ui.editors/src/org/eclipse/ui/editors/text/IEncodingActionsDefinitionIds.java @@ -17,10 +17,12 @@ package org.eclipse.ui.editors.text; /** * Defines the definition IDs for the encoding actions. *

- * This interface contains constants only; it is not intended to be implemented.

+ * This interface contains constants only; it is not intended to be implemented. + *

* * @since 2.0 - * @deprecated As of 3.1, encoding needs to be changed via properties dialog + * @deprecated As of 3.1, encoding needs to be changed via properties dialog. This interface is + * planned for removal after March 2021. * @noimplement This interface is not intended to be implemented by clients. * @noextend This interface is not intended to be extended by clients. */ diff --git a/org.eclipse.ui.editors/src/org/eclipse/ui/editors/text/IEncodingActionsHelpContextIds.java b/org.eclipse.ui.editors/src/org/eclipse/ui/editors/text/IEncodingActionsHelpContextIds.java index ed82478a399..1ac89011134 100644 --- a/org.eclipse.ui.editors/src/org/eclipse/ui/editors/text/IEncodingActionsHelpContextIds.java +++ b/org.eclipse.ui.editors/src/org/eclipse/ui/editors/text/IEncodingActionsHelpContextIds.java @@ -19,10 +19,12 @@ import org.eclipse.ui.texteditor.IAbstractTextEditorHelpContextIds; /** * Help context IDs for the encoding actions. *

- * This interface contains constants only; it is not intended to be implemented.

+ * This interface contains constants only; it is not intended to be implemented. + *

* * @since 2.0 - * @deprecated As of 3.1, encoding needs to be changed via properties dialog + * @deprecated As of 3.1, encoding needs to be changed via properties dialog. This interface is + * planned for removal after March 2021. * @noimplement This interface is not intended to be implemented by clients. * @noextend This interface is not intended to be extended by clients. */ -- cgit v1.2.3