diff --git a/reference_guide/api_changes/api_changes_list_2019.md b/reference_guide/api_changes/api_changes_list_2019.md index 0ca2a8ced..ed9d86973 100644 --- a/reference_guide/api_changes/api_changes_list_2019.md +++ b/reference_guide/api_changes/api_changes_list_2019.md @@ -41,10 +41,10 @@ Recompile your code to pick up the new signature. `com.intellij.extapi.psi.MetadataPsiElementBase` class removed : Please use different base class for PSI elements. -`com.intellij.ide.actions.SearchAgainAction` class now extends `EditorAction` and inherits its final method `actionPerformed` +`com.intellij.ide.actions.SearchAgainAction` class now extends `com.intellij.openapi.editor.actionSystem.EditorAction` and inherits its final method `actionPerformed` : Please use the `` extension point to register a different handler for the action. -`com.intellij.ide.actions.SearchBackAction` class now extends `EditorAction` and inherits its final method `actionPerformed` +`com.intellij.ide.actions.SearchBackAction` class now extends `com.intellij.openapi.editor.actionSystem.EditorAction` and inherits its final method `actionPerformed` : Please use the `` extension point to register a different handler for the action. # 2019.1 diff --git a/reference_guide/api_changes_list.md b/reference_guide/api_changes_list.md index 24ef7645b..f9f7115c9 100644 --- a/reference_guide/api_changes_list.md +++ b/reference_guide/api_changes_list.md @@ -26,6 +26,7 @@ The following problem patterns are supported: .() method parameter type changed from to .() method visibility changed from to .() method marked final + (class|interface) now (extends|implements) and inherits its final method ()? () constructor removed () constructor parameter removed