1
0
mirror of https://github.com/chylex/IntelliJ-Rainbow-Brackets.git synced 2025-04-11 03:15:49 +02:00
This commit is contained in:
张志豪 2019-09-29 20:40:42 +08:00
parent 028ce940a3
commit df452905fb
3 changed files with 12 additions and 3 deletions
README.mdgradle.properties
src/main/resources/META-INF

View File

@ -7,9 +7,7 @@
<p align="center">Rainbow Brackets / Rainbow Parentheses for IntelliJ based IDEs.</p>
<p align="center">
<a href="https://gitter.im/izhangzhihao/intellij-rainbow-brackets"><img src="https://img.shields.io/gitter/room/izhangzhihao/intellij-rainbow-brackets.svg?style=flat-square"></a>
<a href="https://circleci.com/gh/izhangzhihao/intellij-rainbow-brackets"><img src="https://img.shields.io/circleci/project/github/izhangzhihao/intellij-rainbow-brackets/IC-2017.2.svg?style=flat-square"></a>
<a href="https://codecov.io/gh/izhangzhihao/intellij-rainbow-brackets"><img src="https://img.shields.io/codecov/c/github/izhangzhihao/intellij-rainbow-brackets/IC-2017.2.svg?style=flat-square"></a>
<a href="https://github.com/izhangzhihao/intellij-rainbow-brackets/releases"><img src="https://img.shields.io/github/release/izhangzhihao/intellij-rainbow-brackets.svg?style=flat-square"></a>
<a href="https://plugins.jetbrains.com/plugin/10080-rainbow-brackets"><img src="https://img.shields.io/jetbrains/plugin/d/10080-rainbow-brackets.svg?style=flat-square"></a>
<a href="https://plugins.jetbrains.com/plugin/10080-rainbow-brackets"><img src="https://img.shields.io/jetbrains/plugin/v/10080-rainbow-brackets.svg?style=flat-square"></a>
@ -86,6 +84,13 @@ NOTE: <kbd>Button3</kbd> 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)

View File

@ -7,5 +7,5 @@ kotlinVersion=1.2.30
kotlinLanguageVersion=1.2
kotlinTargetVersion=1.1
downloadIdeaSources=false
version=5.22
version=5.23
publishChannels=Stable

View File

@ -49,6 +49,10 @@
]]></description>
<change-notes><![CDATA[
<p>5.23</p>
<ul>
<li>#164 #251 New feature: Rainbow indent guide lines(experimental), Thanks https://github.com/YiiGuxing !</li>
</ul>
<p>5.22</p>
<ul>
<li>Fix #243 #180, allow users custom matched brace by setting `overrideMatchedBraceAttributes = false`</li>