mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
api_changes_list_2021.md: grammar
This commit is contained in:
parent
6d0f0d77d9
commit
1f95bb7f93
@ -103,13 +103,13 @@ Running tests fails using Gradle setup
|
|||||||
: Recompile the dependant code or use `com.intellij.diagnostic.PerformanceWatcherImpl.SnapshotImpl` instead.
|
: Recompile the dependant code or use `com.intellij.diagnostic.PerformanceWatcherImpl.SnapshotImpl` instead.
|
||||||
|
|
||||||
`com.intellij.openapi.fileEditor.impl.EditorTabPresentationUtil.getEditorTabTitle(Project, VirtualFile, EditorWindow)` method parameter `EditorWindow` removed
|
`com.intellij.openapi.fileEditor.impl.EditorTabPresentationUtil.getEditorTabTitle(Project, VirtualFile, EditorWindow)` method parameter `EditorWindow` removed
|
||||||
: This parameter never needed, but lead to code coupling.
|
: This parameter was never needed, but led to code coupling.
|
||||||
|
|
||||||
`com.intellij.openapi.fileEditor.impl.EditorTabPresentationUtil.getUniqueEditorTabTitle(Project, VirtualFile, EditorWindow)` method parameter `EditorWindow` removed
|
`com.intellij.openapi.fileEditor.impl.EditorTabPresentationUtil.getUniqueEditorTabTitle(Project, VirtualFile, EditorWindow)` method parameter `EditorWindow` removed
|
||||||
: This parameter never needed, but lead to code coupling.
|
: This parameter was never needed, but led to code coupling.
|
||||||
|
|
||||||
`com.intellij.openapi.fileEditor.impl.EditorTabTitleProvider.getEditorTabTitle(Project, VirtualFile, EditorWindow)` method parameter `EditorWindow` removed
|
`com.intellij.openapi.fileEditor.impl.EditorTabTitleProvider.getEditorTabTitle(Project, VirtualFile, EditorWindow)` method parameter `EditorWindow` removed
|
||||||
: This parameter never needed, but lead to code coupling.
|
: This parameter was never needed, but led to code coupling.
|
||||||
|
|
||||||
Constructor `com.intellij.codeInsight.hints.settings.InlayProviderSettingsModel` changed
|
Constructor `com.intellij.codeInsight.hints.settings.InlayProviderSettingsModel` changed
|
||||||
: Added `Language` parameter.
|
: Added `Language` parameter.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user