-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathbuild.gradle
199 lines (193 loc) · 7.39 KB
/
build.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
plugins {
id 'java'
id 'org.jetbrains.intellij' version '1.16.1'
}
group 'com.villains'
version '2.2.1'
repositories {
mavenCentral()
}
buildSearchableOptions {
enabled = false
}
java {
targetCompatibility = '11'
}
// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version = '2020.3'
}
patchPluginXml {
sinceBuild.set('203')
untilBuild.set('242.*')
changeNotes = """
<h2>2.2.1 (2024.09.16)</h2>
<ul>
<li>Updates Intellij compatability</li>
</ul>
<h2>2.2.0 (2024.05.06)</h2>
<ul>
<li>Adds new "Starlight" dark theme</li>
<li>Minor; Updates ignored file color in file tree to be more visible</li>
</ul>
<h2>2.1.1 (2024.04.25)</h2>
<ul>
<li>Adds missing GoLang-specific scheme attributes</li>
<li>Improvements to CSS scheme attributes</li>
<li>Fixes console "Black" and "White" ANSI console colors</li>
<li>Minor improvements/fixes</li>
</ul>
<h2>2.1.0 (2024.04.11)</h2>
<ul>
<li>NEW "Dawnlight" light theme variant</li>
<li>"High Contrast" theme renamed to "Blacklight"</li>
<li>Bug fixes and enhancements</li>
<li>Updates Intellij compatability to 2024.*</li>
</ul>
<h2>2.0.8 (2024.01.02)</h2>
<ul>
<li>Fixes issue wherein inactive/default, selected items in a menu did not appear selected.</li>
<li>Modifies color scheme to better distinguish between CSS keywords and identifiers.</li>
<li>Modifies background color of radio buttons to no longer use transparent color value.</li>
<li>Modifies memory indicator "used" background color for better contrast with foreground text.</li>
</ul>
<h2>2.0.7 (2023.12.11)</h2>
<ul>
<li>Updates Intellij compatability to 2023.3</li>
</ul>
<h2>2.0.6 (2023.08.01)</h2>
<ul>
<li>Inactive, selected file tree items now have a background color for easier identification</li>
<li>Minor additions to vcs file status colors</li>
<li>Updates Intellij compatability to 2023.2</li>
</ul>
<h2>2.0.5 (2023.03.29)</h2>
<ul>
<li>Updates Intellij compatability to 2023.1</li>
<li>Adjustments to a few high-contrast theme colors for greater range of contrast in for various color perception disabilities</li>
<li>Removes deprecated RunWidget theme properties</li>
</ul>
<h2>2.0.4 (2023.01.11)</h2>
<ul>
<li>Reduces saturation/intensity of yellows and greens</li>
<li>Adds "High Contrast" theme variation</li>
<li>Adds syntax rule for `HTML_CUSTOM_TAG_NAME`</li>
</ul>
<h2>2.0.3 (2022.12.01)</h2>
<ul>
<li>Adds theme properties for New UI `RunWidget`</li>
</ul>
<h2>2.0.2 (2022.11.30)</h2>
<ul>
<li>Updates build compatability to 223.*</li>
</ul>
<h2>2.0.1 (2022.10.19)</h2>
<ul>
<li>Darkens background and border colors in default dark theme</li>
<li>Improves overall contrast of "Light" theme. Theme colors have been darkened and background/border colors are now brighter</li>
<li>Fixes issue where the currently opened/active file in the project view was not highlighted</li>
<li>Chore: theme file cleanup, removing some unneeded theme properties</li>
</ul>
<h2>2.0.0 (2022.07.26)</h2>
<ul>
<li>New "Light" and "Moonlight" themes</li>
<li>Default theme has been updated to better distinguish syntax colors and provide improved overall contrast.</li>
<li>Various updates to buttons and form controls throughout the UI</li>
<li>Updates compatability version to 2022.2</li>
</ul>
<h2>1.15 (2022.04.13)</h2>
<ul>
<li>Updates compatability version to 2022.1</li>
<li>Changes accent color to better distinguish from theme blue</li>
<li>Brightens theme blue and green colors</li>
</ul>
<h2>1.14.1 (2022.03.07)</h2>
<ul>
<li>Updates Menu/List/Tree selected item styles</li>
</ul>
<h2>1.14 (2021.12.28)</h2>
<ul>
<li>Updates compatability version to 2021.3</li>
</ul>
<h2>1.13 (2021.11.11)</h2>
<ul>
<li>Adds a more noticeable effect for matched braces.</li>
</ul>
<h2>1.12 (2021.11.10)</h2>
<ul>
<li>Fixes injected language fragment color scheme.</li>
</ul>
<h2>1.11 (2021.11.10)</h2>
<ul>
<li>Replaces all transparent variations of colors with shade (darkened) variations. This corrects issues previously discovered wherein transparent colors would sometimes overlay ecachother causing unexpected results.</li>
<li>Fixes markup/html/xml scheme colors.</li>
<li>Updates diff viewer colors and gutter VCS colors.</li>
<li>Updates global variables/references to be theme orange.</li>
<li>Reduces the height of tree list items.</li>
<li>Changes default/recommended theme font (editor and console) to Fira Code instead of Fira Code Retina</li>
</ul>
<h2>1.10 (2021.11.08)</h2>
<ul>
<li>Fixes some language-specific color scheme rules.</li>
</ul>
<h2>1.9 (2021.11.08)</h2>
<ul>
<li>Fixes UI border color.</li>
</ul>
<h2>1.8 (2021.11.08)</h2>
<ul>
<li>Updates plugin icon.</li>
</ul>
<h2>1.7 (2021.11.08)</h2>
<ul>
<li>Migrates plugin to gradle-based plugin project.</li>
<li>Darkens background colors. Increase contrast between 'background' and 'alt background' for displays with limited contrast levels.</li>
<li>Fixes issue wherein instances of the identifier underneath the caret were not highlighted. This highlighting can be disabled in IDE settings.</li>
</ul>
<h2>1.6 (2019.12.05)</h2>
<ul>
<li>Fixes terminal black output color</li>
<li>Sets default font size to 13px (instead of 14px)</li>
<li>Adds matching iTerm color theme; available at github repo</li>
</ul>
<h2>1.5 (2019.10.17)</h2>
<ul>
<li>Modifies scrollbar color to use border color instead of accent color.</li>
<li>Modifies general ide border color (slightly lighter)</li>
</ul>
<h2>1.4 (2019.10.01)</h2>
<ul>
<li>Updates Regex highlighting</li>
<li>Updates plugin icon</li>
</ul>
<h2>1.3 (2019.09.26)</h2>
<ul>
<li>Red is now only used for errors, conflicts, etc</li>
<li>Adds slight differentiation between general ide background and editor background</li>
<li>Slight adjustment to accent blue for better contrast</li>
<li>Replaces uses of red for syntax highlighting with pink</li>
</ul>
<h2>1.2 (2019.09.13)</h2>
<ul>
<li>Removes 'attention' color. Now 'accent' is used for all ui accents</li>
<li>Modifies border color to be slightly darker</li>
<li>Modifies foreground color to be slightly darker</li>
<li>Updates lime to be less "puke-colored"</li>
<li>Updates orange to be less vibrant</li>
<li>Adds new plugin icon</li>
</ul>
<h2>1.1 (2019.09.10)</h2>
<ul>
<li>Updates background and border colors (slightly darker)</li>
<li>Updates default identifier colors</li>
<li>Updates function/method colors</li>
<li>Updates meta/decorator colors</li>
<li>Minor adjustments specific to java, javascript, css and sass</li>
</ul>
<h2>1.0 (2019.09.09)</h2>
<ul>
<li>Publishing initial plugin</li>
<li>Updates soon to follow</li>
</ul>
"""
}