From df452905fbfe24d4c65c2859c3fc1dec9bbd9788 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=BF=97=E8=B1=AA?= Date: Sun, 29 Sep 2019 20:40:42 +0800 Subject: [PATCH] 5.23 --- README.md | 9 +++++++-- gradle.properties | 2 +- src/main/resources/META-INF/plugin.xml | 4 ++++ 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8320bce1..31dccb8f 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,7 @@

Rainbow Brackets / Rainbow Parentheses for IntelliJ based IDEs.

- - @@ -86,6 +84,13 @@ NOTE: Button3 means "Secondary Click (click or tap with two fingers)" ![](https://user-images.githubusercontent.com/10737066/40235004-642dfe54-5adb-11e8-9fd7-648b92fab8f5.gif) +* Rainbow indent guide lines + +NOTE: This feature is **experimental** and **disabled** by default at this moment. You could turn it on by check "Show rainbow indent guides (Experimental)" in setting page. + +![](https://user-images.githubusercontent.com/10737066/65765792-c41cb500-e15b-11e9-8877-2239c6afa7bf.gif) + + * [night-owl-jetbrains](https://github.com/xdrop/night-owl-jetbrains) ![](https://github.com/xdrop/night-owl-jetbrains/raw/2018.2/screenshot.png) diff --git a/gradle.properties b/gradle.properties index 4d4107a1..ed2634c8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,5 +7,5 @@ kotlinVersion=1.2.30 kotlinLanguageVersion=1.2 kotlinTargetVersion=1.1 downloadIdeaSources=false -version=5.22 +version=5.23 publishChannels=Stable \ No newline at end of file diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 0b59387e..7b84aafb 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -49,6 +49,10 @@ ]]> 5.23

+

5.22