mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
cleanup callout syntax
This commit is contained in:
parent
cc9aff80db
commit
e95dff2341
@ -4,7 +4,7 @@ title: Consulting
|
||||
|
||||
The following independent companies and individuals provide paid plugin consulting and development services.
|
||||
|
||||
>> **NOTE** JetBrains is not responsible for nor guarantees the performance of these independent third-party companies.
|
||||
> **NOTE** JetBrains is not responsible for nor guarantees the performance of these independent third-party companies.
|
||||
|
||||
| Name | Contact | Notes |
|
||||
|-------|---------|-------|
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Creating a Plugin Project
|
||||
---
|
||||
|
||||
>> **NOTE** For new projects, it is recommend to use [Gradle](/tutorials/build_system.md).
|
||||
> **NOTE** For new projects, it is recommend to use [Gradle](/tutorials/build_system.md).
|
||||
|
||||
This section explains how you can create a new plugin project from scratch using the New Project wizard. Optionally, you can import an existing project or import a project from external models. You can also add a new plugin module to an existing *IntelliJ Platform* project.
|
||||
For more information, refer to the [IntelliJ IDEA Web Help](https://www.jetbrains.com/idea/help/new-project-wizard.html).
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Using DevKit
|
||||
---
|
||||
|
||||
>> **NOTE** For new projects, it is recommend to use [Gradle](/tutorials/build_system.md).
|
||||
> **NOTE** For new projects, it is recommend to use [Gradle](/tutorials/build_system.md).
|
||||
|
||||
_Plugin DevKit_ is a bundled IntelliJ IDEA plugin for developing plugins for the IntelliJ Platform using IntelliJ IDEA's
|
||||
own build system. It provides its custom SDK type and a set of actions for building plugins within the IDE.
|
||||
|
@ -103,7 +103,7 @@ The simplest ways of specifying the `@Storage` annotation are as follows (since
|
||||
|
||||
By specifying a different value for the `value` parameter (`file` before 2016.x), the state will be persisted in a different file.
|
||||
|
||||
>> **NOTE** For application-level components it is strongly recommended to use a custom file, using of `other.xml` is deprecated.
|
||||
> **NOTE** For application-level components it is strongly recommended to use a custom file, using of `other.xml` is deprecated.
|
||||
|
||||
The `roamingType` parameter of the `@Storage` annotation specifies the roaming type when the Settings Repository plugin is used.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user