mirror of
https://github.com/chylex/IntelliJ-Rainbow-Brackets.git
synced 2025-04-11 03:15:49 +02:00
Merge remote-tracking branch 'origin/IC-2017.2' into IC-2017.2
This commit is contained in:
commit
7f59a394c6
@ -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)"
|
||||
|
||||

|
||||
|
||||
* 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.
|
||||
|
||||

|
||||
|
||||
|
||||
* [night-owl-jetbrains](https://github.com/xdrop/night-owl-jetbrains)
|
||||
|
||||

|
||||
|
@ -7,5 +7,5 @@ kotlinVersion=1.2.30
|
||||
kotlinLanguageVersion=1.2
|
||||
kotlinTargetVersion=1.1
|
||||
downloadIdeaSources=false
|
||||
version=5.22
|
||||
version=5.23
|
||||
publishChannels=Stable
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user