vcs_integration_for_plugins.md: add <control> markers

This commit is contained in:
Karol Lewandowski 2022-03-18 11:06:14 +01:00
parent a82e9ff0d3
commit c3b0a79c8c

View File

@ -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"}