mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
fix UI Guide links
This commit is contained in:
parent
9cca921140
commit
0eaf627fe3
@ -173,7 +173,7 @@ It will cause the IDE to generate prefix and suffix automatically when the strin
|
||||
|
||||
### Using `&` in Messages
|
||||
|
||||
The `&` symbol in message bundles is used to specify [mnemonic](https://jetbrains.design/intellij/principles/mnemonics/) characters for buttons and labels.
|
||||
The `&` symbol in message bundles is used to specify [mnemonic](mnemonics.md) characters for buttons and labels.
|
||||
To use `&` in a value, escape it by a backslash (note that you also need to escape the backslash symbol):
|
||||
```
|
||||
section.title=Drag \\\& Drop
|
||||
@ -315,7 +315,7 @@ message("dialog.title.add.0", message("concept.library"))
|
||||
```
|
||||
|
||||
If several localized strings (non-user input) are used to concatenate the string, then the following techniques can be used (in order of preference):
|
||||
1. Consider reworking the UI to avoid the string concatenation (consult the UX expert if your organization has any, or check [IntelliJ Platform UI Guidelines](https://jetbrains.design/intellij/)).
|
||||
1. Consider reworking the UI to avoid the string concatenation (consult the UX expert if your organization has any, or check [IntelliJ Platform UI Guidelines](ui_guidelines_welcome.topic)).
|
||||
- Put string parts into different UI elements.
|
||||
- Remove a UI element which shows the concatenated string.
|
||||
2. Rephrase the string.
|
||||
|
@ -102,7 +102,7 @@ The following table contains the possible translated elements and information ab
|
||||
| [Postfix template descriptions](postfix_templates.md#postfix-template-description)<p>(<path>*.xml</path> file in <path>/postfixTemplates</path> directory)</p> | Yes | Since 2024.2 |
|
||||
| Tips of the day<p>(<path>*.html</path> files in <path>tips</path> directory)</p> | Yes | Since 2024.2 |
|
||||
|
||||
See the [IntelliJ Platform UI Guidelines | Text](https://jetbrains.design/intellij/text/capitalization/) sections for good practices about writing UI texts.
|
||||
See the [IntelliJ Platform UI Guidelines | Text](capitalization.md) sections for good practices about writing UI texts.
|
||||
|
||||
## Translation Priority
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user