-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
16 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,6 @@ end_of_line = lf | |
insert_final_newline = true | ||
indent_style = space | ||
indent_size = 4 | ||
|
||
[plugin.xml] | ||
indent_style = tab |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
ideaVersion = IC-14.1.4 | ||
javaVersion = 1.6 | ||
kotlinVersion = 1.0.5 | ||
version = 1.5.3 | ||
version = 1.5.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<idea-plugin url="https://github.com/Vektah/CodeGlance"> | ||
<id>net.vektah.codeglance</id> | ||
<name>CodeGlance</name> | ||
<version>1.5.1</version> | ||
<version>1.5.4</version> | ||
<vendor email="[email protected]" url="https://github.com/Vektah/CodeGlance">Vektah</vendor> | ||
|
||
<description> | ||
|
@@ -10,24 +10,27 @@ | |
</description> | ||
|
||
<change-notes><![CDATA[ | ||
<h3>1.5.3</h3> | ||
<h3>1.5.4</h3> | ||
<ul> | ||
<li>Bugfix: Viewport position now calculates correctly for large files</li> | ||
<li>Bugfix: Render style and alignment now save correctly</li> | ||
<li>Bugfix: Queue full</li> | ||
<li>Bugfix: Viewport position now calculates correctly for large files -@ru5k</li> | ||
</ul> | ||
<h3>1.5.3</h3> | ||
<ul> | ||
<li>Bugfix: Render style and alignment now save correctly</li> | ||
<li>Bugfix: Queue full</li> | ||
</ul> | ||
<h3>1.5.2</h3> | ||
<ul> | ||
<li>Add support for transparent backgrounds</li> | ||
<li>Add support for transparent backgrounds</li> | ||
<li>Add an option to lock the width</li> | ||
<li>Bugfix: Assertion error</li> | ||
</ul> | ||
<h3>1.5.1</h3> | ||
<h3>1.5.1</h3> | ||
<ul> | ||
<li>Fix a bug that causes the minimap not to render</li> | ||
<li>Added a min editor width to automatically disable codeglance. Thanks github.com/bukajsytlos</li> | ||
</ul> | ||
<h3>1.5.0</h3> | ||
<h3>1.5.0</h3> | ||
<ul> | ||
<li>Complete overhaul of scrolling logic. Smoother, faster, more accurate</li> | ||
<li>A cleaner look. Old renderer is available still in settings</li> | ||
|
@@ -60,7 +63,7 @@ | |
<ul> | ||
<li>Bugfix: Disable retina scaling. This should fix some of the current retina issues.</li> | ||
</ul> | ||
<h3>1.4.1</h3> | ||
<h3>1.4.1</h3> | ||
<ul> | ||
<li>Bugfix: NPE in getLine</li> | ||
<li>Bugfix: Increase render queue to 1000 requests</li> | ||
|