mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
vcs_integration_for_plugins.md: add <control> markers
This commit is contained in:
parent
a82e9ff0d3
commit
c3b0a79c8c
@ -75,7 +75,7 @@ There are two main kinds of changelists:
|
|||||||
For VCSes which use per-file commit (like CVS), the plugin can use heuristics to group a sequence of individual file commits into a
|
For VCSes which use per-file commit (like CVS), the plugin can use heuristics to group a sequence of individual file commits into a
|
||||||
[`CommittedChangeList`](upsource:///platform/vcs-api/src/com/intellij/openapi/vcs/versionBrowser/CommittedChangeList.java)
|
[`CommittedChangeList`](upsource:///platform/vcs-api/src/com/intellij/openapi/vcs/versionBrowser/CommittedChangeList.java)
|
||||||
|
|
||||||
> The *Unversioned Files*, *Locally Deleted Files*, etc., nodes in the *Changes* view are not actually change lists, and files under those nodes are not represented by `ChangeList` objects.
|
> The <control>Unversioned Files</control>, <control>Locally Deleted Files</control>, etc., nodes in the <control>Changes</control> view are not actually change lists, and files under those nodes are not represented by `ChangeList` objects.
|
||||||
>
|
>
|
||||||
{type="note"}
|
{type="note"}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user