Skip to content

Commit

Permalink
update to v2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ciscorucinski committed Jan 3, 2018
1 parent 7386bea commit 72cf3c7
Show file tree
Hide file tree
Showing 9 changed files with 126 additions and 44 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# ChroMATERIAL v2.5.1

#### Updated

| Type | Supported |
| :--------------: | :-------- |
| **Support** | Debugger |

##### Other Notable changes:

* Fixed Stack Frame colors for Frames not on the top.
* Fixed Evaluated Expression Text on hover.

# ChroMATERIAL v2.5

Expand Down
Binary file modified ChroMATERIAL/ChroMATERIAL.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion ChroMATERIAL/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sourceSets {
def GROUP_CHROMATERIAL = 'ChroMATERIAL'

group 'com.facebook.rucinskic.chromaterial' //'io.github.ciscorucinski.chromaterial'
version '2.5'
version '2.5.1'

def sourceDir = 'src/colors'
def intelliJColorSchemeDir = "C:\\Users\\Christopher\\.Idea${intellij.type}2017.3\\config\\colors"
Expand Down
Binary file added ChroMATERIAL/libs/ChroMATERIAL-2.5.1.jar
Binary file not shown.
98 changes: 56 additions & 42 deletions ChroMATERIAL/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,28 +1,42 @@
<idea-plugin>
<id>com.facebook.rucinskic.chromaterial</id>
<name>ChroMATERIAL</name>
<version>2.5</version>
<version>2.5.1</version>
<vendor email="[email protected]" url="https://github.com/ciscorucinski/ChroMATERIAL">
ChristopherRucinski
</vendor>
<description>
&lt;p&gt;ChroMATERIAL is a color scheme that expresses the chromatic nature of Material Design within IntelliJ and
Android
Studio. In particular, ChroMATERIAL focuses on syntax highlighting of code within the IDE's code editor. It's
&lt;p&gt;ChroMATERIAL is a color scheme that expresses the chromatic
nature of Material Design within IntelliJ and Android
Studio. In particular, ChroMATERIAL focuses on syntax highlighting of code
within the IDE's code editor. It's
uniqueness lies in the idea of "enhance influence, not banality"&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Color Schemes:&lt;/b&gt; Default (dark), Darcula-compatible, Darker&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Supported Languages:&lt;/b&gt; Java, Kotlin, Groovy, XML, JSON, HTML, Regex, YAML&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Supported Features:&lt;/b&gt; Android, Android Manifest, Android Resources, Android Native (C /
C++), Gradle,
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Color Schemes:&lt;/b&gt; Default (dark),
Darcula-compatible, Darker&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Supported Languages:&lt;/b&gt; Java, Kotlin, Groovy,
XML, JSON, HTML, Regex, YAML&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Supported Features:&lt;/b&gt; Android, Android
Manifest, Android Resources, Android Native (C / C++), Gradle,
Logcat, Files, Property Files, Version Control, Debugger, Diff, XSLT, XPATH, Ignore Files*, Markdown*
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;* - via Plugin&lt;/p&gt;
&lt;/ul&gt;
&lt;p&gt;* - via Plugin&lt;/p&gt;
</description>
<change-notes>
&lt;h2&gt;v2.5&lt;/h2&gt;
&lt;ul&gt;
&lt;h2&gt;v2.5.1&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Updated Support:&lt;/b&gt; Debugger&lt;/li&gt;
&lt;br/&gt;
&lt;li&gt;&lt;b&gt;Notable changes:&lt;/b&gt;&lt;/li&gt;
&lt;br/&gt;
&lt;ul&gt;
&lt;li&gt;Fixed Stack Frame colors for Frames not on the top.&lt;/li&gt;
&lt;li&gt;Fixed Evaluated Expression Text on hover.&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;h2&gt;v2.5&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Added Features:&lt;/b&gt; NEW 2017.3 features&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Updated Themes:&lt;/b&gt; All&lt;/li&gt;
&lt;br/&gt;
Expand All @@ -41,39 +55,39 @@
&lt;li&gt;Annotations are italic, and attribute names are purple.&lt;/li&gt;
&lt;li&gt;Diff &amp; Merge have darker error stripe marks for conflicts and deleted text&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;h2&gt;v2.1.1&lt;/h2&gt;
&lt;ul&gt;
&lt;/ul&gt;
&lt;h2&gt;v2.1.1&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Updated Support:&lt;/b&gt; Ignore Files&lt;/li&gt;
&lt;br/&gt;
&lt;li&gt;&lt;b&gt;Notable changes:&lt;/b&gt;&lt;/li&gt;
&lt;br/&gt;
&lt;ul&gt;
&lt;li&gt;Fixed issue with ignore file headers and sections being incorrectly formatted. &lt;em&gt;(Closes
#35)&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Fixed issue with ignore file negations being incorrectly formatted. &lt;em&gt;(Closes #36)&lt;/em&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;Fixed issue with ignore file headers and sections being
incorrectly formatted. &lt;em&gt;(Closes #35)&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Fixed issue with ignore file negations being incorrectly
formatted. &lt;em&gt;(Closes #36)&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;

&lt;h2&gt;v2.1&lt;/h2&gt;
&lt;ul&gt;
&lt;h2&gt;v2.1&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Updated Languages:&lt;/b&gt; Groovy&lt;/li&gt;
&lt;br/&gt;
&lt;li&gt;&lt;b&gt;Notable changes:&lt;/b&gt;&lt;/li&gt;
&lt;br/&gt;
&lt;ul&gt;
&lt;li&gt;Fixed regression with Gradle DSL not displayed as green. &lt;em&gt;(Closes #31)&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Fixed regression with Groovy Unknown Symbol having a gray boxed effect. &lt;em&gt;(Closes
#32)&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Fixed regression with Groovy Unknown Symbol having a gray boxed
effect. &lt;em&gt;(Closes #32)&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Changed Unused Symbols to have yellow underlines &lt;em&gt;(Closes #33)&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Updated Build System to use Gradle&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;

&lt;h2&gt;v2.0&lt;/h2&gt;
&lt;h2&gt;v2.0&lt;/h2&gt;

&lt;ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Added Themes:&lt;/b&gt; Darker, Darcula-compatible&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Added Languages&lt;/b&gt;: Kotlin, Markdown&lt;/li&gt;
&lt;br/&gt;
Expand All @@ -90,20 +104,20 @@
&lt;li&gt;Enhanced Java instance field colors.&lt;/li&gt;
&lt;li&gt;Android Logcat's Assert are now purple.&lt;/li&gt;
&lt;li&gt;Tear line (plus collapse / expand buttons) are now green.&lt;/li&gt;
&lt;li&gt;Fixed regression with not highlighting all instances of the current identifier under the carat.
&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;Fixed regression with not highlighting all instances of the
current identifier under the carat.&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;

&lt;h2&gt;v1.1.1&lt;/h2&gt;
&lt;h2&gt;v1.1.1&lt;/h2&gt;

&lt;ul&gt;
&lt;ul&gt;
&lt;li&gt;v1.1 did not work when deployed. This is a quick-fix.&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;

&lt;h2&gt;v1.1&lt;/h2&gt;
&lt;h2&gt;v1.1&lt;/h2&gt;

&lt;ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Added Languages:&lt;/b&gt; Android Native (C / C++)&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Added Support:&lt;/b&gt; Debugger, ProGuard files, Ignore files&lt;/li&gt;
&lt;br/&gt;
Expand All @@ -116,18 +130,18 @@
&lt;li&gt;Annotation colors are similar in style to comments.&lt;/li&gt;
&lt;br/&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;

&lt;h2&gt;v1.0&lt;/h2&gt;
&lt;h2&gt;v1.0&lt;/h2&gt;

&lt;ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Added Color Scheme:&lt;/b&gt; Default (dark)&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Added Languages:&lt;/b&gt; Java, Groovy, XML, JSON, HTML&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Added Support:&lt;/b&gt; Android, Android Manifest, Android Resources, Gradle files, LogCat,
Property files, and
&lt;li&gt;&lt;b&gt;Added Support:&lt;/b&gt; Android, Android Manifest,
Android Resources, Gradle files, LogCat, Property files, and
diffs
&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
</change-notes>
<idea-version since-build="131"/>
<depends>com.intellij.modules.lang</depends>
Expand Down
11 changes: 11 additions & 0 deletions ChroMATERIAL/resources/html/changeLog.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
<html>
<h2>v2.5.1</h2>
<ul>
<li><b>Updated Support:</b> Debugger</li>
<br/>
<li><b>Notable changes:</b></li>
<br/>
<ul>
<li>Fixed Stack Frame colors for Frames not on the top.</li>
<li>Fixed Evaluated Expression Text on hover.</li>
</ul>
</ul>
<h2>v2.5</h2>
<ul>
<li><b>Added Features:</b> NEW 2017.3 features</li>
Expand Down
15 changes: 15 additions & 0 deletions ChroMATERIAL/src/colors/ChroMATERIAL -- Darcula.xml
Original file line number Diff line number Diff line change
Expand Up @@ -801,6 +801,16 @@
<option name="EFFECT_TYPE" value="2" />
</value>
</option>
<option name="EVALUATED_EXPRESSION_ATTRIBUTES">
<value>
<option name="BACKGROUND" value="121212"/>
</value>
</option>
<option name="EVALUATED_EXPRESSION_EXECUTION_LINE_ATTRIBUTES">
<value>
<option name="BACKGROUND" value="121212"/>
</value>
</option>
<option name="EXECUTIONPOINT_ATTRIBUTES">
<value>
<option name="BACKGROUND" value="862d34" />
Expand Down Expand Up @@ -2254,6 +2264,11 @@
<option name="FOREGROUND" value="b2ff59" />
</value>
</option>
<option name="NOT_TOP_FRAME_ATTRIBUTES">
<value>
<option name="BACKGROUND" value="15314b"/>
</value>
</option>
<option name="NOT_USED_ELEMENT_ATTRIBUTES">
<value>
<option name="FONT_TYPE" value="2" />
Expand Down
15 changes: 15 additions & 0 deletions ChroMATERIAL/src/colors/ChroMATERIAL -- Darker.xml
Original file line number Diff line number Diff line change
Expand Up @@ -801,6 +801,16 @@
<option name="EFFECT_TYPE" value="2" />
</value>
</option>
<option name="EVALUATED_EXPRESSION_ATTRIBUTES">
<value>
<option name="BACKGROUND" value="121212"/>
</value>
</option>
<option name="EVALUATED_EXPRESSION_EXECUTION_LINE_ATTRIBUTES">
<value>
<option name="BACKGROUND" value="121212"/>
</value>
</option>
<option name="EXECUTIONPOINT_ATTRIBUTES">
<value>
<option name="BACKGROUND" value="862d34" />
Expand Down Expand Up @@ -2254,6 +2264,11 @@
<option name="FOREGROUND" value="b2ff59" />
</value>
</option>
<option name="NOT_TOP_FRAME_ATTRIBUTES">
<value>
<option name="BACKGROUND" value="15314b"/>
</value>
</option>
<option name="NOT_USED_ELEMENT_ATTRIBUTES">
<value>
<option name="FONT_TYPE" value="2" />
Expand Down
17 changes: 16 additions & 1 deletion ChroMATERIAL/src/colors/ChroMATERIAL.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<scheme name="ChroMATERIAL" version="142" parent_scheme="Default">
<metaInfo>
<property name="modified">2017-11-08T19:29:39</property>
<property name="modified">2018-01-03T23:27:21</property>
<property name="originalScheme">ChroMATERIAL</property>
</metaInfo>
<colors>
Expand Down Expand Up @@ -798,6 +798,16 @@
<option name="EFFECT_TYPE" value="2" />
</value>
</option>
<option name="EVALUATED_EXPRESSION_ATTRIBUTES">
<value>
<option name="BACKGROUND" value="4c6571"/>
</value>
</option>
<option name="EVALUATED_EXPRESSION_EXECUTION_LINE_ATTRIBUTES">
<value>
<option name="BACKGROUND" value="4c6571"/>
</value>
</option>
<option name="EXECUTIONPOINT_ATTRIBUTES">
<value>
<option name="BACKGROUND" value="862d34" />
Expand Down Expand Up @@ -2251,6 +2261,11 @@
<option name="FOREGROUND" value="b2ff59" />
</value>
</option>
<option name="NOT_TOP_FRAME_ATTRIBUTES">
<value>
<option name="BACKGROUND" value="15314b"/>
</value>
</option>
<option name="NOT_USED_ELEMENT_ATTRIBUTES">
<value>
<option name="FONT_TYPE" value="2" />
Expand Down

0 comments on commit 72cf3c7

Please sign in to comment.