menu path cleanups

This commit is contained in:
Karol Lewandowski 2022-03-11 12:00:03 +01:00
parent b643727c54
commit 10274ff65e
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ In the following sections, we'll discuss these three options in more detail.
## IntelliLang ## IntelliLang
First, please read the available [documentation](https://www.jetbrains.com/help/idea/language-injections-settings.html) on IntelliLang. First, please read the available [documentation](https://www.jetbrains.com/help/idea/language-injections-settings.html) on IntelliLang.
A good point to start with is to inspect available language injections that you can find in the IntelliLang settings under <menupath>Settings | Editor | Language Injections</menupath>. A good point to start with is to inspect available language injections that you can find in the IntelliLang settings under <menupath>Settings/Preferences | Editor | Language Injections</menupath>.
The injections shown are configured through XML files and loaded automatically. The injections shown are configured through XML files and loaded automatically.
### Example ### Example

View File

@ -127,7 +127,7 @@ Implicit in using [`LocalInspectionTool`](upsource:///platform/analysis-api/src/
> To open related [settings](settings.md) directly from the inspection description, add a link with `settings://$CONFIGURABLE_ID$`, optionally followed by `?$SEARCH_STRING$` to pre-select UI element: > To open related [settings](settings.md) directly from the inspection description, add a link with `settings://$CONFIGURABLE_ID$`, optionally followed by `?$SEARCH_STRING$` to pre-select UI element:
> >
> `See <em>Includes</em> tab in <a href="settings://fileTemplates">Settings | Editor | File and Code Templates</a> to configure.` > `See <em>Includes</em> tab in <a href="settings://fileTemplates">Settings/Preferences | Editor | File and Code Templates</a> to configure.`
> >
{type="tip"} {type="tip"}