From 7b0aab3ae25b86573e19eacb56af9e1060809ace Mon Sep 17 00:00:00 2001 From: Dmitry Batrak Date: Tue, 5 Feb 2019 13:16:09 +0300 Subject: [PATCH 1/2] Update api_changes_list_2019.md --- reference_guide/api_changes/api_changes_list_2019.md | 1 + 1 file changed, 1 insertion(+) diff --git a/reference_guide/api_changes/api_changes_list_2019.md b/reference_guide/api_changes/api_changes_list_2019.md index d7571fc19..027774c21 100644 --- a/reference_guide/api_changes/api_changes_list_2019.md +++ b/reference_guide/api_changes/api_changes_list_2019.md @@ -21,6 +21,7 @@ See the note on how to document new problems on the main page reference_guide/ap |---------|---------------------| | `kotlinx.coroutines.experimental` package removed | Bundled Kotlin library is updated to 1.3 so the plugins must [migrate](https://blog.jetbrains.com/kotlin/2018/09/kotlin-1-3-rc-is-here-migrate-your-coroutines/) to the stable versions of coroutines. | | The constructor `com.intellij.openapi.vcs.impl.ProjectLevelVcsManagerImpl.(Project, FileStatusManager, FileIndexFacade, ProjectManager, DefaultVcsRootPolicy, VcsFileListenerContextHelper)` has been removed | Use `com.intellij.openapi.vcs.impl.ProjectLevelVcsManagerImpl.(Project, FileStatusManager, FileIndexFacade, ProjectManager, DefaultVcsRootPolicy)` | +| `com.intellij.injected.editor.DocumentWindow.injectedToHost(int, boolean)` abstract method added | Implement the method in DocumentWindow implementations | ## Changes in DataGrip and Database Tools plugin 2019.1 From 2f12603054d108c2b5621c76ff53cd5a05c3a048 Mon Sep 17 00:00:00 2001 From: Sergey Patrikeev Date: Tue, 5 Feb 2019 13:38:30 +0300 Subject: [PATCH 2/2] api_changes_list_2019: fix constructor removed description. --- reference_guide/api_changes/api_changes_list_2019.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference_guide/api_changes/api_changes_list_2019.md b/reference_guide/api_changes/api_changes_list_2019.md index 027774c21..db43d237a 100644 --- a/reference_guide/api_changes/api_changes_list_2019.md +++ b/reference_guide/api_changes/api_changes_list_2019.md @@ -20,7 +20,7 @@ See the note on how to document new problems on the main page reference_guide/ap | Change | How to deal with it | |---------|---------------------| | `kotlinx.coroutines.experimental` package removed | Bundled Kotlin library is updated to 1.3 so the plugins must [migrate](https://blog.jetbrains.com/kotlin/2018/09/kotlin-1-3-rc-is-here-migrate-your-coroutines/) to the stable versions of coroutines. | -| The constructor `com.intellij.openapi.vcs.impl.ProjectLevelVcsManagerImpl.(Project, FileStatusManager, FileIndexFacade, ProjectManager, DefaultVcsRootPolicy, VcsFileListenerContextHelper)` has been removed | Use `com.intellij.openapi.vcs.impl.ProjectLevelVcsManagerImpl.(Project, FileStatusManager, FileIndexFacade, ProjectManager, DefaultVcsRootPolicy)` | +| `com.intellij.openapi.vcs.impl.ProjectLevelVcsManagerImpl(Project, FileStatusManager, FileIndexFacade, ProjectManager, DefaultVcsRootPolicy, VcsFileListenerContextHelper)` constructor removed | Use `com.intellij.openapi.vcs.impl.ProjectLevelVcsManagerImpl.(Project, FileStatusManager, FileIndexFacade, ProjectManager, DefaultVcsRootPolicy)` | | `com.intellij.injected.editor.DocumentWindow.injectedToHost(int, boolean)` abstract method added | Implement the method in DocumentWindow implementations | ## Changes in DataGrip and Database Tools plugin 2019.1