Commit Graph

933 Commits

Author SHA1 Message Date
张志豪 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
张志豪 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