mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
project view: cleanup
This commit is contained in:
parent
0ef5f23ef8
commit
2fecf3b01a
@ -2,4 +2,6 @@
|
||||
|
||||
<!-- Copyright 2000-2022 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
|
||||
|
||||
* [Modifying Project View Structure](tree_structure_view.md)
|
||||
Please refer to the [Project tool window](https://www.jetbrains.com/help/idea/project-tool-window.html) section in IntelliJ IDEA Web Help.
|
||||
|
||||
* [](tree_structure_view.md)
|
||||
|
@ -3,7 +3,6 @@
|
||||
<!-- Copyright 2000-2022 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
|
||||
|
||||
This tutorial is meant to illustrate how the project tree structure view appearance can be modified programmatically.
|
||||
If you need to know more about basic concepts of the project view in IntelliJ-based IDEs, please refer to the [Project Tool Window](https://www.jetbrains.com/help/idea/project-tool-window.html) section in IntelliJ IDEA Web Help.
|
||||
|
||||
This topic describes the [treeStructureProvider](https://github.com/JetBrains/intellij-sdk-code-samples/tree/main/tree_structure_provider) sample plugin.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user