code_samples/tree_structure_provider: README minor

This commit is contained in:
Yann Cébron 2021-02-23 16:02:03 +01:00
parent 0c5f757cc1
commit f9b187ee1f

View File

@ -3,7 +3,7 @@
## Quickstart ## 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. 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. The current implementation checks if a Project View node represents a directory or file of the `PlainTextFileType` type.