File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed
java/net/vektah/codeglance Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 33 <artifactId >CodeGlance</artifactId >
44 <groupId >net.vektah</groupId >
55 <name >CodeGlance</name >
6- <version >1.4.2 </version >
6+ <version >1.4.3 </version >
77 <packaging >jar</packaging >
88
99 <repositories >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ CodeGlance [ {
4850 }
4951
5052 public void initComponent () {
53+ ServiceManager .getService (ConfigService .class ).getState ().disabled = false ;
5154 runnerThread .start ();
5255 project .getMessageBus ().connect ().subscribe (FileEditorManagerListener .FILE_EDITOR_MANAGER , injector );
5356 logger .debug ("CodeGlance initialized" );
Original file line number Diff line number Diff line change 11<idea-plugin url =" https://github.com/Vektah/CodeGlance" >
22 <id >net.vektah.codeglance</id >
33 <name >CodeGlance</name >
4- <version >1.4.2 </version >
4+ <version >1.4.3 </version >
55 <
vendor email =
" [email protected] " url =
" https://github.com/Vektah/CodeGlance" >Vektah</
vendor >
66
77 <description >
1010 </description >
1111
1212 <change-notes ><![CDATA[
13+ <h3>1.4.3</h3>
14+ <ul>
15+ <li>Fixed a memory leak</li>
16+ <li>Reduced the total memory used to about half</li>
17+ <li>Lots of dead bugs.</li>
18+ </ul>
1319 <h3>1.4.2</h3>
1420 <ul>
1521 <li>Bugfix: Disable retina scaling. This should fix some of the current retina issues.</li>
You can’t perform that action at this time.
0 commit comments