mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 01:37:51 +08:00
* Initial theme * JSON theme construction and integration with sdk project. Added theme documentation. * Added images and review feedback * Added internal mode and internal actions documentation * More feedback * Removed stub internal menu entries. * Reduced use of images, clarified IntelliJ Platform, IDE. * OlyaB feedback and compress images * Moved json file to resources folder * 19.1 -> 2019.1 * Strong note about availability of Custom UI Themes * Removed reference to UiDefaultsHardcodedKeys.java * Added IJSDK-567 content + cautioning UI Control keys may be deprecated. * Better SVG icons, clarify macOS scroll bar name attributes. * Generalize IntelliJ references, soften description of High Contrast scheme file as reference. * Updated custom color editor scheme descriptions. * Corrected position of editor scheme declaration.
27 lines
1.5 KiB
Markdown
27 lines
1.5 KiB
Markdown
---
|
|
title: Useful Links
|
|
redirect_from:
|
|
- /resources.html
|
|
---
|
|
|
|
The following links represent useful resources for working with the _IntelliJ Platform_ and creating plugins.
|
|
|
|
### Repositories
|
|
* [IntelliJ SDK Documentation](https://github.com/JetBrains/intellij-sdk-docs)
|
|
* [IntelliJ Community Edition](https://github.com/JetBrains/intellij-community)
|
|
* [IntelliJ Plugins](https://github.com/JetBrains/intellij-plugins)
|
|
* [IntelliJ Scala Plugin](https://github.com/JetBrains/intellij-scala)
|
|
* [Open Source Plugins](https://plugins.jetbrains.com/search?correctionAllowed=true&pr=&orderBy=name&search=&should_have_source=true)
|
|
|
|
### Tooling
|
|
* [IDE Settings, Caches, Logs, and Plugins](https://intellij-support.jetbrains.com/hc/en-us/articles/206544519-Directories-used-by-the-IDE-to-store-settings-caches-plugins-and-logs)
|
|
* [IntelliJ Platform Artifacts Repository](/reference_guide/intellij_artifacts.md)
|
|
* [Gradle Plugin for Grammar-Kit](https://github.com/hurricup/gradle-grammar-kit-plugin)
|
|
* [Gradle IntelliJ Plugin](https://github.com/JetBrains/gradle-intellij-plugin)
|
|
* [IntelliJ Plugin Verifier](https://github.com/JetBrains/intellij-plugin-verifier)
|
|
* [Internal Actions Menu](/reference_guide/internal_actions/internal_actions_intro.md)
|
|
|
|
### Help
|
|
* [Community SDK Forum](https://intellij-support.jetbrains.com/hc/en-us/community/topics/200366979-IntelliJ-IDEA-Open-API-and-Plugin-Development)
|
|
* [IntelliJ Plugin Developers Gitter](https://gitter.im/IntelliJ-Plugin-Developers/Lobby)
|