[site] screenshot fixed

This commit is contained in:
Anna Bulenkova 2015-04-13 12:49:57 +02:00
parent 6984825267
commit d5c9dc3179
2 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ is also used to search for TODO items.
In order to better understand the process of building a PSI tree for a simple expression, you can refer to the following diagram:
![PsiBuilder](custom_language_support/PsiBuilder.gif)
![PsiBuilder](/img/custom_language_support/PsiBuilder.gif)
In general, there is no single right way to implement a PSI for a custom language, and the plugin author can choose the PSI structure and set of methods which are the most convenient for the code which uses the PSI (error analysis, refactorings and so on).
However, there is one base interface which needs to be used by a custom language PSI implementation in order to support features like rename and find usages.

View File

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 42 KiB