1
0
mirror of https://github.com/chylex/IntelliJ-Rainbow-Brackets.git synced 2025-05-31 16:34:06 +02:00

Mirror changes from branch 2020.2, error report removed

This commit is contained in:
张志豪 2021-06-12 16:54:24 +08:00
parent df543821d8
commit b3e56a0715
3 changed files with 4 additions and 4 deletions
build.gradle.kts
src/main
kotlin/com/github/izhangzhihao/rainbow/brackets/util
resources/META-INF

View File

@ -78,9 +78,9 @@ tasks {
} }
dependencies { dependencies {
implementation("org.eclipse.mylyn.github:org.eclipse.egit.github.core:5.11.0.202103091610-r") { //implementation("org.eclipse.mylyn.github:org.eclipse.egit.github.core:5.11.0.202103091610-r") {
exclude("gson") // exclude("gson")
} //}
compileOnly(fileTree("libs")) compileOnly(fileTree("libs"))
testImplementation("io.kotlintest:kotlintest:2.0.7") testImplementation("io.kotlintest:kotlintest:2.0.7")
} }

View File

@ -719,7 +719,7 @@
<additionalTextAttributes scheme="Default" file="colorSchemes/rainbow-color-default.xml"/> <additionalTextAttributes scheme="Default" file="colorSchemes/rainbow-color-default.xml"/>
<additionalTextAttributes scheme="Darcula" file="colorSchemes/rainbow-color-default-darcula.xml"/> <additionalTextAttributes scheme="Darcula" file="colorSchemes/rainbow-color-default-darcula.xml"/>
<postStartupActivity implementation="com.github.izhangzhihao.rainbow.brackets.RainbowUpdateNotifyActivity"/> <postStartupActivity implementation="com.github.izhangzhihao.rainbow.brackets.RainbowUpdateNotifyActivity"/>
<errorHandler implementation="com.github.izhangzhihao.rainbow.brackets.util.GitHubErrorReporter"/> <!--<errorHandler implementation="com.github.izhangzhihao.rainbow.brackets.util.GitHubErrorReporter"/>-->
<highlightingPassFactory implementation="com.github.izhangzhihao.rainbow.brackets.indents.RainbowIndentsPassFactory"/> <highlightingPassFactory implementation="com.github.izhangzhihao.rainbow.brackets.indents.RainbowIndentsPassFactory"/>
<applicationService serviceImplementation="com.github.izhangzhihao.rainbow.brackets.ApplicationServicePlaceholder" id="ApplicationServicePlaceholder"/> <applicationService serviceImplementation="com.github.izhangzhihao.rainbow.brackets.ApplicationServicePlaceholder" id="ApplicationServicePlaceholder"/>
<editorNotificationProvider implementation="com.github.izhangzhihao.rainbow.brackets.RainbowifyBanner"/> <editorNotificationProvider implementation="com.github.izhangzhihao.rainbow.brackets.RainbowifyBanner"/>