mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
code_samples/tree_structure_provider: README minor
This commit is contained in:
parent
0c5f757cc1
commit
f9b187ee1f
@ -3,7 +3,7 @@
|
||||
|
||||
## Quickstart
|
||||
|
||||
The Tree Structure Provider sample project implements `treeStructureProvider` Extension Point, which allows modifying the structure of the project tree in the Project View panel.
|
||||
The Tree Structure Provider sample project implements `com.intellij.treeStructureProvider` Extension Point, which allows modifying the structure of the project tree in the _Project View_ panel.
|
||||
This implementation limits the presented files to the Plain Text files only.
|
||||
|
||||
The current implementation checks if a Project View node represents a directory or file of the `PlainTextFileType` type.
|
||||
|
Loading…
x
Reference in New Issue
Block a user