950 Commits
Author SHA1 Message Date
张志豪 376036aef7 Plugin name is case-sensitive in linux 2018-03-12 23:03:14 +08:00
张志豪 2935f9e0ca Add rainbow test for JavaScript & Kotlin & Scala 2018-03-12 23:03:14 +08:00
张志豪 2f142fee73 #10 #2 Add setting to disable rainbow-ify brackets without content(Default: rainbow-ify brackets without content) 2018-03-11 23:33:32 +08:00
张志豪 7a664cefa8 Update ISSUE_TEMPLATE.md 2018-03-08 18:03:36 +08:00
张志豪 c4dc140c5a Upgrade gradle to 4.6 2018-03-04 22:03:36 +08:00
张志豪 6b80f36715 Release 5.0-RC3 2018-03-02 16:22:11 +08:00
Yii.Guxing 23bd61fbdb Merge pull request #33 from izhangzhihao/Issue31-fix
Fix #31
2018-02-27 11:08:28 +08:00
张志豪 93e10c26ed Simplify code 2018-02-27 10:51:56 +08:00
张志豪 9a6b185d41 Fix #31 2018-02-27 10:33:38 +08:00
张志豪 56c9a7a73b Add version to the Settings page, fix #32 2018-02-27 10:31:13 +08:00
张志豪 b4e6860d53 Release 5.0-RC2 2018-02-23 23:12:13 +08:00
张志豪 ba61072906 Remove red & purple color from color palettes #30 2018-02-23 22:59:24 +08:00
张志豪 54ff315f91 Simplify tests 2018-02-21 19:36:47 +08:00
张志豪 1dafd29c69 Release 5.0-RC1 2018-02-20 14:05:29 +08:00
张志豪 73883deeb7 Create ISSUE_TEMPLATE.md 2018-02-20 13:36:48 +08:00
张志豪 9b6397088b Add LICENSE 2018-02-20 13:21:54 +08:00
张志豪 c95c7549ae Prefer val by lazy & remove var 2018-02-20 12:05:42 +08:00
张志豪 0d6e99820b Remove unused ApplicationComponent 2018-02-20 11:37:51 +08:00
张志豪 124cc338f7 Prefer lazy val instead of lateinit var 2018-02-20 11:36:27 +08:00
张志豪 9c2cba101e Suppress runtime kotlin version check 2018-02-19 19:15:55 +08:00
张志豪 61c5a9fac3 reformat code 2018-02-19 18:54:16 +08:00
张志豪 aad41c1b3d Make test more complicated 2018-02-19 15:37:36 +08:00
张志豪 13a35b08d0 Add codecov badge in README.md & remove inline in checkBracePair 2018-02-19 15:07:32 +08:00
张志豪 51699c6aa7 Add test for rainbow xml file & simplify tests 2018-02-19 14:42:04 +08:00
张志豪 3ec83ffc7f Try add jacocoTestReport & codecov 2018-02-19 10:58:45 +08:00
张志豪 11dc83e8bf Update README.md & optimize imports 2018-02-18 22:07:48 +08:00
张志豪 d88e4f8101 Update README.md 2018-02-11 17:01:11 +08:00
张志豪 57a51b977b Run test on every build & release 2018-02-11 16:14:54 +08:00
张志豪 336db51b27 Add test for rainbow java brackets 2018-02-11 16:06:29 +08:00
张志豪 6086f51e42 Update setting text 2018-02-11 10:44:28 +08:00
张志豪 7c771d2830 Should fix #27 2018-02-09 23:57:23 +08:00
张志豪 caa65ea3db Release 5.0-RC0 2018-02-08 15:24:26 +08:00
Yii.Guxing 2f92224bbe Fix: Not working for clojure collection
fix: #26
![img](https://user-images.githubusercontent.com/10737066/35764025-7a4c6a98-08f3-11e8-9d8c-7bb7135bf39a.png)
2018-02-03 15:08:27 +08:00
Yii.Guxing fee9357e81 Merge remote-tracking branch 'origin/IC-2017.2' into IC-2017.2 2018-01-31 20:42:12 +08:00
Yii.Guxing e8cc56747e Update build config 2018-01-31 20:41:52 +08:00
张志豪 337623a982 Publish plugin only on tag a new release on github 2018-01-31 20:30:55 +08:00
张志豪 505bdd0492 Update README.md 2018-01-31 12:54:01 +08:00
张志豪 3ca685ee0e Merge pull request #25 from YiiGuxing/IC-2017.2
从 `Annotator` 迁移到 `HighlightVisitor`
2018-01-31 12:50:14 +08:00
Yii.Guxing 8b235a29e8 Update intellij gradle plugin version 2018-01-30 16:30:10 +08:00
Yii.Guxing 7bd2e9fd80 Merge branch 'IC-2017.2' into IC-2017.2 2018-01-30 16:25:54 +08:00
Yii.Guxing 9a4f97ccd2 Cleanup: remove unused code and xml files 2018-01-30 15:22:15 +08:00
Yii.Guxing 0767482d6b Add angle bracket provider for Kotlin language 2018-01-30 14:29:39 +08:00
Yii.Guxing f680a9f35b Add extension point for PairedBraceProvider 2018-01-30 14:28:11 +08:00
Yii.Guxing 6e947c9458 Enable highlight visitor 2018-01-30 14:15:17 +08:00
Yii.Guxing d01632c04b 修复未配对成功的括号也会被着色的问题 2018-01-29 21:56:59 +08:00
Yii.Guxing 1d45498c84 修复括号等级不连续问题 2018-01-28 23:16:40 +08:00
Yii.Guxing 7f18714e4d Add rainbow highlighter 2018-01-27 22:18:54 +08:00
Yii.Guxing c54c51c55b fix: Not working for PHP sources 2018-01-26 16:49:10 +08:00
Yii.Guxing 7f5f7aeec5 XmlRainbowVisitor: fix suitable for file 2018-01-26 11:07:52 +08:00
Yii.Guxing cfb011d850 Add XML rainbow visitor 2018-01-25 23:28:55 +08:00