950 Commits
Author SHA1 Message Date
张志豪 182827f1e2 Move filterParis to companion object 2018-04-13 15:31:23 +08:00
张志豪 2e9095fdb3 Simplify circle-ci config 2018-04-12 22:13:15 +08:00
张志豪 afc29946e4 Simplify config in Circle CI 2018-04-06 16:10:45 +08:00
张志豪 b755fbfd0e Add test dependencies to cache in Circle CI 2018-04-06 15:28:12 +08:00
张志豪 1f960ca418 Do NOT download source in travis CI as well 2018-04-06 15:27:39 +08:00
张志豪 288d010081 Do NOT download source in CI env 2018-04-06 15:22:19 +08:00
张志豪 cd4e8a0b79 Add Circle CI 2018-04-06 15:09:54 +08:00
张志豪 2ec5027c4c [ci skip] fix badge of codecov 2018-03-31 13:57:15 +08:00
张志豪 798b54608b [ci skip] Update README.md 2018-03-31 13:52:31 +08:00
张志豪 e825cb443e [ci skip] Remove silly codacy 2018-03-29 19:26:58 +08:00
张志豪 25b4a66212 Colors should be lazy 2018-03-29 18:33:16 +08:00
张志豪 e2f89c595b Update changelogs 2018-03-29 17:00:07 +08:00
张志豪 6cd180ba2e Close #18 Update README.md for config colors 2018-03-29 16:54:15 +08:00
张志豪 061645ed11 #18 change color config type to string.
Add this to your [config file](APP_CONFIG/rainbow_brackets.xml):

```xml
	<option name="lightRoundBracketsColors">
      <array>
        <option value="0xE6B422" />
        <option value="0x43A047" />
        <option value="0x2196F3" />
        <option value="0x3F51B5" />
        <option value="0x00897B" />
      </array>
    </option>
```
2018-03-29 16:39:54 +08:00
张志豪 23f90a8078 #18 Read color settings from config file 2018-03-29 16:16:45 +08:00
张志豪 c23e821bec Revert "Workaround for "No space left on device" error (https://github.com/travis-ci/travis-ci/issues/8375)"
This reverts commit 0bb53feebf.
2018-03-29 12:05:13 +08:00
张志豪 0bb53feebf Workaround for "No space left on device" error (https://github.com/travis-ci/travis-ci/issues/8375) 2018-03-29 11:43:40 +08:00
张志豪 1bdd287b8e Release version 5.0 2018-03-29 11:12:12 +08:00
The Gitter Badger 12cd88d3af Add Gitter badge 2018-03-25 03:59:34 +00:00
张志豪 c6a213fc36 Re-organize package structure 2018-03-25 09:48:29 +08:00
张志豪 121c3aad8a [ci skip] Update ISSUE_TEMPLATE.md 2018-03-24 23:57:28 +08:00
张志豪 aabcdf1dac #13 Add test for dart support & add DartAngleBracketProvider for support dart angle brackets 2018-03-24 23:43:37 +08:00
张志豪 edb21789ce [ci skip] Update README.md 2018-03-24 15:37:28 +08:00
张志豪 eef03054bf Bump org.jetbrains.intellij version to 0.3.1 (https://github.com/JetBrains/gradle-intellij-plugin/issues/273) 2018-03-24 08:03:20 +08:00
张志豪 b5572dc294 Change "Changelog" url 2018-03-23 14:41:20 +08:00
张志豪 1fd650fa70 [ci skip] Update ISSUE_TEMPLATE 2018-03-22 16:57:47 +08:00
张志豪 96b3e32ff0 Rename custom task verifyPlugin to verifyPluginCompatibility to avoid conflict with build-in task verifyPlugin 2018-03-22 16:24:26 +08:00
张志豪 ebc77345c6 Bump org.jetbrains.intellij to version 0.3.0 & bump kotlin version to 1.2.30 2018-03-22 16:15:29 +08:00
张志豪 d344f2d4a9 Fix test file type 2018-03-22 14:26:31 +08:00
张志豪 a98ebd6955 Add test for #39 2018-03-22 14:22:59 +08:00
张志豪 2975f97254 Merge pull request #40 from izhangzhihao/compatibility-problem-with-IC-distribution
Try fix compatibility problem with IC-distribution
2018-03-22 14:17:54 +08:00
张志豪 e7a671f816 Try fix compatibility problem with IC-distribution 2018-03-22 13:47:46 +08:00
张志豪 67dd3a2f77 #38 Add support for JSX (React) 2018-03-22 12:22:20 +08:00
张志豪 04353481ef Release 5.0-RC4 2018-03-19 14:01:21 +08:00
张志豪 8f024dac84 Fix twitter badge style 2018-03-18 18:43:19 +08:00
张志豪 23cb305f0e Add twitter badge 2018-03-18 18:39:14 +08:00
张志豪 b33d7b8dfd Show update notification after plugin updated 2018-03-18 16:22:52 +08:00
张志豪 e76d999899 Fix "must not be null" error:
In file: jar:///.ivy2/cache/com.typesafe.akka/akka-actor_2.12/srcs/akka-actor_2.12-2.5.11-sources.jar!/akka/actor/ActorCell.scala: element.nextSibling must not be null
java.lang.IllegalStateException: element.nextSibling must not be null
 at com.github.izhangzhihao.rainbow.brackets.DefaultRainbowVisitor.filterPairs(DefaultRainbowVisitor.kt:42)
 at com.github.izhangzhihao.rainbow.brackets.DefaultRainbowVisitor.visit(DefaultRainbowVisitor.kt:24)
 at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.runVisitors(GeneralHighlightingPass.java:371)
 at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.lambda$collectHighlights$5(GeneralHighlightingPass.java:303)
 at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.analyzeByVisitors(GeneralHighlightingPass.java:330)
 at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.lambda$analyzeByVisitors$6(GeneralHighlightingPass.java:333)
 at com.github.izhangzhihao.rainbow.brackets.RainbowHighlightVisitor.analyze(RainbowHighlightVisitor.kt:31)
 at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.analyzeByVisitors(GeneralHighlightingPass.java:333)
 at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.lambda$analyzeByVisitors$6(GeneralHighlightingPass.java:333)
 at org.jetbrains.plugins.scala.annotator.importsTracker.ScalaRefCountHolder.analyze(ScalaRefCountHolder.scala:97)
 at org.jetbrains.plugins.scala.annotator.ScalaAnnotatorHighlightVisitor.analyze(ScalaAnnotatorHighlightVisitor.scala:60)
 at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.analyzeByVisitors(GeneralHighlightingPass.java:333)
 at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.lambda$analyzeByVisitors$6(GeneralHighlightingPass.java:333)
 at com.intellij.codeInsight.daemon.impl.analysis.HighlightVisitorImpl.lambda$analyze$2(HighlightVisitorImpl.java:161)
 at com.intellij.codeInsight.daemon.impl.analysis.RefCountHolder.analyze(RefCountHolder.java:336)
 at com.intellij.codeInsight.daemon.impl.analysis.HighlightVisitorImpl.analyze(HighlightVisitorImpl.java:160)
 at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.analyzeByVisitors(GeneralHighlightingPass.java:333)
 at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.lambda$analyzeByVisitors$6(GeneralHighlightingPass.java:333)
 at com.intellij.codeInsight.daemon.impl.DefaultHighlightVisitor.analyze(DefaultHighlightVisitor.java:86)
 at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.analyzeByVisitors(GeneralHighlightingPass.java:333)
 at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.collectHighlights(GeneralHighlightingPass.java:300)
 at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.collectInformationWithProgress(GeneralHighlightingPass.java:239)
 at com.intellij.codeInsight.daemon.impl.ProgressableTextEditorHighlightingPass.doCollectInformation(ProgressableTextEditorHighlightingPass.java:83)
 at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:70)
 at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$null$1(PassExecutorService.java:437)
 at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1134)
 at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$doRun$2(PassExecutorService.java:430)
 at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:580)
 at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:525)
 at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:85)
 at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.doRun(PassExecutorService.java:429)
 at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$run$0(PassExecutorService.java:405)
 at com.intellij.openapi.application.impl.ReadMostlyRWLock.executeByImpatientReader(ReadMostlyRWLock.java:143)
 at com.intellij.openapi.application.impl.ApplicationImpl.executeByImpatientReader(ApplicationImpl.java:218)
 at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:403)
 at com.intellij.concurrency.JobLauncherImpl$VoidForkJoinTask$1.exec(JobLauncherImpl.java:170)
 at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
 at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
 at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
 at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
2018-03-18 15:02:53 +08:00
张志豪 f1719fd0bf Verify plugin against IDEA Community 2017.2 2018-03-17 23:29:05 +08:00
张志豪 9a55f20884 Simplify .travis.yml 2018-03-17 22:19:13 +08:00
张志豪 fc0883b023 Simplify RainbowSettingsForm code 2018-03-17 22:02:07 +08:00
张志豪 2ee2695559 Simplify code 2018-03-17 21:54:37 +08:00
张志豪 ebecd4a9a4 Printing beautiful for test logs(Thanks for https://github.com/radarsh/gradle-test-logger-plugin) 2018-03-17 21:49:55 +08:00
张志豪 6350eac1de Fix "running casher push took longer than 180 seconds and has been aborted." 2018-03-17 21:27:56 +08:00
张志豪 9c31274d43 Convert java code to kotlin 2018-03-17 21:16:36 +08:00
张志豪 1432cce309 Get kotlin plugin version from gradle.properties 2018-03-17 20:31:28 +08:00
张志豪 9555074f32 Add more tests 2018-03-13 12:06:26 +08:00
张志豪 cb7fcfb9d9 Add more test for scala 2018-03-13 09:29:33 +08:00
张志豪 9f79109ebe Add more test for settings 2018-03-13 09:00:39 +08:00
张志豪 1d246d96a4 Fix typo 2018-03-13 08:40:53 +08:00