mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
api changes: fix, update docs
This commit is contained in:
parent
6c955f7e51
commit
1061e5cfeb
@ -13,7 +13,7 @@ To document a new incompatible change, add a new line with the problem pattern f
|
||||
and recommended fix/action (REQUIRED, please write full sentence ending with '.', see existing entries as reference).
|
||||
Non-platform changes must be grouped under relevant section for plugin.
|
||||
|
||||
The following problem patterns are supported and must be followed EXACTLY:
|
||||
The following problem patterns are supported and must be followed EXACTLY (e.g., no '#' instead of '.'):
|
||||
|
||||
<package name> package removed
|
||||
|
||||
|
@ -8,10 +8,10 @@ Before documenting a breaking API change, please make sure that the change canno
|
||||
APIs marked with @Deprecated(forRemoval=true), @ApiStatus.Experimental, @ApiStatus.Internal/IntellijInternalApi, or @ApiStatus.ScheduledForRemoval don't need to be documented.
|
||||
|
||||
To document a new incompatible change, add a new line with the problem pattern followed by a 2nd line with ": "-prefixed human-readable description
|
||||
and recommended fix/action (please write full sentence ending with '.', see existing entries as reference).
|
||||
and recommended fix/action (REQUIRED, please write full sentence ending with '.', see existing entries as reference).
|
||||
Non-platform changes must be grouped under relevant section for plugin.
|
||||
|
||||
The following problem patterns are supported and must be followed EXACTLY:
|
||||
The following problem patterns are supported and must be followed EXACTLY (e.g., no '#' instead of '.'):
|
||||
|
||||
<package name> package removed
|
||||
|
||||
|
@ -8,10 +8,10 @@ Before documenting a breaking API change, please make sure that the change canno
|
||||
APIs marked with @Deprecated(forRemoval=true), @ApiStatus.Experimental, @ApiStatus.Internal/IntellijInternalApi, or @ApiStatus.ScheduledForRemoval don't need to be documented.
|
||||
|
||||
To document a new incompatible change, add a new line with the problem pattern followed by a 2nd line with ": "-prefixed human-readable description
|
||||
and recommended fix/action (please write full sentence ending with '.', see existing entries as reference).
|
||||
and recommended fix/action (REQUIRED, please write full sentence ending with '.', see existing entries as reference).
|
||||
Non-platform changes must be grouped under relevant section for plugin.
|
||||
|
||||
The following problem patterns are supported and must be followed EXACTLY:
|
||||
The following problem patterns are supported and must be followed EXACTLY (e.g., no '#' instead of '.'):
|
||||
|
||||
<package name> package removed
|
||||
|
||||
|
@ -8,10 +8,10 @@ Before documenting a breaking API change, please make sure that the change canno
|
||||
APIs marked with @Deprecated(forRemoval=true), @ApiStatus.Experimental, @ApiStatus.Internal/IntellijInternalApi, or @ApiStatus.ScheduledForRemoval don't need to be documented.
|
||||
|
||||
To document a new incompatible change, add a new line with the problem pattern followed by a 2nd line with ": "-prefixed human-readable description
|
||||
and recommended fix/action (please write full sentence ending with '.', see existing entries as reference).
|
||||
and recommended fix/action (REQUIRED, please write full sentence ending with '.', see existing entries as reference).
|
||||
Non-platform changes must be grouped under relevant section for plugin.
|
||||
|
||||
The following problem patterns are supported and must be followed EXACTLY:
|
||||
The following problem patterns are supported and must be followed EXACTLY (e.g., no '#' instead of '.'):
|
||||
|
||||
<package name> package removed
|
||||
|
||||
|
@ -8,10 +8,10 @@ Before documenting a breaking API change, please make sure that the change canno
|
||||
APIs marked with @Deprecated(forRemoval=true), @ApiStatus.Experimental, @ApiStatus.Internal/IntellijInternalApi, or @ApiStatus.ScheduledForRemoval don't need to be documented.
|
||||
|
||||
To document a new incompatible change, add a new line with the problem pattern followed by a 2nd line with ": "-prefixed human-readable description
|
||||
and recommended fix/action (please write full sentence ending with '.', see existing entries as reference).
|
||||
and recommended fix/action (REQUIRED, please write full sentence ending with '.', see existing entries as reference).
|
||||
Non-platform changes must be grouped under relevant section for plugin.
|
||||
|
||||
The following problem patterns are supported and must be followed EXACTLY:
|
||||
The following problem patterns are supported and must be followed EXACTLY (e.g., no '#' instead of '.'):
|
||||
|
||||
<package name> package removed
|
||||
|
||||
|
@ -8,10 +8,10 @@ Before documenting a breaking API change, please make sure that the change canno
|
||||
APIs marked with @Deprecated(forRemoval=true), @ApiStatus.Experimental, @ApiStatus.Internal/IntellijInternalApi, or @ApiStatus.ScheduledForRemoval don't need to be documented.
|
||||
|
||||
To document a new incompatible change, add a new line with the problem pattern followed by a 2nd line with ": "-prefixed human-readable description
|
||||
and recommended fix/action (please write full sentence ending with '.', see existing entries as reference).
|
||||
and recommended fix/action (REQUIRED, please write full sentence ending with '.', see existing entries as reference).
|
||||
Non-platform changes must be grouped under relevant section for plugin.
|
||||
|
||||
The following problem patterns are supported and must be followed EXACTLY:
|
||||
The following problem patterns are supported and must be followed EXACTLY (e.g., no '#' instead of '.'):
|
||||
|
||||
<package name> package removed
|
||||
|
||||
|
@ -11,7 +11,7 @@ To document a new incompatible change, add a new line with the problem pattern f
|
||||
and recommended fix/action (REQUIRED, please write full sentence ending with '.', see existing entries as reference).
|
||||
Non-platform changes must be grouped under relevant section for plugin.
|
||||
|
||||
The following problem patterns are supported and must be followed EXACTLY:
|
||||
The following problem patterns are supported and must be followed EXACTLY (e.g., no '#' instead of '.'):
|
||||
|
||||
<package name> package removed
|
||||
|
||||
@ -135,7 +135,7 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no
|
||||
Class `com.intellij.diff.editor.DiffVirtualFile` now extends `com.intellij.diff.editor.DiffViewerVirtualFile` and inherits its abstract method `com.intellij.diff.editor.DiffViewerVirtualFile.createViewer(Project)`
|
||||
: Update code usages.
|
||||
|
||||
`com.intellij.diff.tools.combined.CombinedDiffVirtualFile.getSourceId()` method removed.
|
||||
`com.intellij.diff.tools.combined.CombinedDiffVirtualFile.getSourceId()` method removed
|
||||
: Update code usages.
|
||||
|
||||
`com.intellij.diff.tools.combined.CombinedDiffModel` interface removed
|
||||
|
Loading…
x
Reference in New Issue
Block a user