mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 10:17:50 +08:00
gradle plugins: TLDR section
This commit is contained in:
parent
93828c104e
commit
fe6fc260b0
@ -2,16 +2,20 @@
|
||||
|
||||
<!-- Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
||||
|
||||
<tldr>
|
||||
|
||||
**Current Release**: [{type="joined"}](https://github.com/jetbrains/gradle-intellij-plugin/releases)
|
||||
|
||||
**GitHub**: [Releases & Changelog](https://github.com/JetBrains/gradle-intellij-plugin/releases), [Issue Tracker](https://github.com/JetBrains/gradle-intellij-plugin/issues)
|
||||
|
||||
</tldr>
|
||||
|
||||
<show-structure for="chapter" depth="2"/>
|
||||
|
||||
<link-summary>Gradle IntelliJ Plugin configures Gradle-based plugin projects for building, testing, verifying, and publishing the plugin.</link-summary>
|
||||
|
||||
The Gradle IntelliJ Plugin is a plugin for the Gradle build system to help configuring your environment for building, testing, verifying, and publishing plugins for IntelliJ-based IDEs.
|
||||
|
||||
> Current Gradle IntelliJ Plugin version is [{type="joined"}](https://github.com/jetbrains/gradle-intellij-plugin/releases)
|
||||
>
|
||||
{style="note"}
|
||||
|
||||
This plugin allows you to build plugins for IntelliJ Platform using specified IntelliJ SDK and bundled or third-party plugins.
|
||||
|
||||
The plugin provides the functionalities like:
|
||||
|
@ -2,14 +2,18 @@
|
||||
|
||||
<!-- Copyright 2000-2022 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
|
||||
|
||||
<tldr>
|
||||
|
||||
**Current Release**: 
|
||||
|
||||
**GitHub**: [Releases & Changelog](https://github.com/JetBrains/gradle-grammar-kit-plugin/releases), [Issue Tracker](https://github.com/JetBrains/gradle-grammar-kit-plugin/issues)
|
||||
|
||||
</tldr>
|
||||
|
||||
<show-structure for="chapter" depth="2"/>
|
||||
|
||||
The [Gradle Grammar-Kit Plugin](https://github.com/JetBrains/gradle-grammar-kit-plugin) automates generating lexers and parsers to support building [custom language](custom_language_support.md) plugins for IntelliJ-based IDEs when using [Grammar-Kit](https://github.com/JetBrains/Grammar-Kit).
|
||||
|
||||
> Current Gradle Grammar-Kit Plugin version is 
|
||||
>
|
||||
{style="note"}
|
||||
|
||||
> The plugin does not support two-pass generation. Therefore, it does not support method mixins.
|
||||
>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user