tree_structure_view.md: heading formatting

This commit is contained in:
Yann Cébron 2021-02-16 12:26:34 +01:00
parent 5b9f0bca76
commit 3c3f5bfa4f

View File

@ -42,7 +42,7 @@ public class TextOnlyTreeStructureProvider implements TreeStructureProvider {
}
```
## Override modify() Method
## Override `modify()` Method
To implement Tree Structure nodes filtering logic, override `modify()` method.
The example below shows how to filter out all the Project View nodes except those which correspond to text files and directories.