mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 09:17:50 +08:00
[site] note block formatting
This commit is contained in:
parent
dc65ecb231
commit
9663ea60d0
@ -116,7 +116,12 @@ 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](https://github.com/JetBrains/intellij-community/blob/master/platform/vcs-api/src/com/intellij/openapi/vcs/versionBrowser/CommittedChangeList.java)
|
[CommittedChangeList](https://github.com/JetBrains/intellij-community/blob/master/platform/vcs-api/src/com/intellij/openapi/vcs/versionBrowser/CommittedChangeList.java)
|
||||||
|
|
||||||
Note: The "Unversioned Files", "Locally Deleted Files" etc. nodes in the Changes view are not actually changelists, and files under those nodes are not represented by Change objects.
|
**Note**:
|
||||||
|
|
||||||
|
```
|
||||||
|
The *Unversioned Files*, *Locally Deleted Files* etc. nodes in the *Changes* view are not actually changelists,
|
||||||
|
and files under those nodes are not represented by Change objects.
|
||||||
|
```
|
||||||
|
|
||||||
## Plugin Components
|
## Plugin Components
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user