mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 17:57:53 +08:00
Create Components and Priniples topics Merge Controls and Components Update links to welcome page
41 lines
2.2 KiB
Markdown
41 lines
2.2 KiB
Markdown
<!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
|
|
|
# UI Guidelines
|
|
|
|
<link-summary>Creating consistent and usable user interfaces.</link-summary>
|
|
|
|
<section-starting-page>
|
|
<title>UI Guidelines</title>
|
|
<description>
|
|
Use these guidelines to create consistent and usable user interfaces for When working on an IntelliJ IDEs or plugins.
|
|
</description>
|
|
<spotlight>
|
|
<a type="tools" summary="Learn how to use standard IntelliJ components" href="Components.topic">Components</a>
|
|
<a type="computer" href="layout.md" summary="Learn how to arrange UI components">Layout</a>
|
|
</spotlight>
|
|
<!-- Add several topics that are less important or are relevant only for advanced/experienced users. -->
|
|
<primary>
|
|
<title>Principles</title>
|
|
<a href="icons_style.md" summary="How to create and customize icons"/>
|
|
<a href="typography.md" summary="IntelliJ font system">Typography</a>
|
|
<a href="platform_theme_colors.md" summary="Platform theme colors">Colors</a>
|
|
<a href="mnemonics.md" summary="Characters that indicate keys for menu actions">Mnemonics</a>
|
|
<a href="validation_errors.md" summary="Highlight invalid input">Validation errors</a>
|
|
</primary>
|
|
<secondary>
|
|
<title>Resources</title>
|
|
<a href="https://intellij-icons.jetbrains.design" summary="Full IntelliJ icons set">Icons List</a>
|
|
<a href="https://www.figma.com/community/file/938505862996154830" summary="UI Kit in Figma ">UI Kit</a>
|
|
</secondary>
|
|
<!-- Optionally add additional cards and links to topics that are not in this section but may be relevant. -->
|
|
<misc>
|
|
<cards>
|
|
<title>Writing UI texts</title>
|
|
<a href="capitalization.md" summary="Capitalization rules"/>
|
|
<a href="inspections.md" summary="Inspection descriptions"/>
|
|
<a href="punctuation.md" summary="Punctuation rules"></a>
|
|
<a href="writing_short.md" summary="How to write short and clear">General guidelines</a>
|
|
</cards>
|
|
</misc>
|
|
</section-starting-page>
|