File tree 2 files changed +22
-8
lines changed
2 files changed +22
-8
lines changed Original file line number Diff line number Diff line change
1
+ 0.7.5
2
+
3
+ * Editor: semantic highlighting (rainbow symbols)
4
+ * Resolve: resolve java methods from super-interfaces
5
+ * Resolve: resolve defrecord, deftype methods and fields
6
+ * Usages: search for keywords and namespaces in whole project
7
+ * Dependencies: support * .edn files
8
+ * Dependencies: show in Project | External Libraries
9
+ * Parser: fix #_ , (a.b/c.) and \uNNNN parsing
10
+ * REPL: fix execution from editor
11
+ * UI: new SVG icons
12
+
1
13
0.7.4
2
14
3
15
* Debugger: initial java debugger integration
Original file line number Diff line number Diff line change 6
6
<idea-version since-build =" 172" />
7
7
8
8
<name >Clojure-Kit</name >
9
- <description >Clojure and ClojureScript</description >
9
+ <description >Clojure and ClojureScript plugin for IntelliJ-based tools </description >
10
10
11
11
<depends >com.intellij.modules.lang</depends >
12
12
<depends optional =" true" config-file =" plugin-copyright.xml" >com.intellij.copyright</depends >
15
15
<change-notes >
16
16
<![CDATA[
17
17
<ul>
18
- <li>Debugger: initial java debugger integration</li>
19
- <li>QuickDoc: fix specs and show macroexpand from repl</li>
20
- <li>QuickDoc: show info for syntax tokens, e.g. ~@, #^, etc.</li>
21
- <li>Editor: Context Info and Move Left/Right actions</li>
22
- <li>Editor: data-reader & name declaration colors</li>
23
- <li>Editor: support custom folding regions</li>
24
- <li>Clojure: better support for #_ forms</li>
18
+ <li>Editor: semantic highlighting (rainbow symbols)</li>
19
+ <li>Resolve: resolve java methods from super-interfaces</li>
20
+ <li>Resolve: resolve defrecord, deftype methods and fields</li>
21
+ <li>Usages: search for keywords and namespaces in whole project</li>
22
+ <li>Dependencies: support *.edn files</li>
23
+ <li>Dependencies: show in Project | External Libraries</li>
24
+ <li>Parser: fix #_, (a.b/c.) and \uNNNN parsing</li>
25
+ <li>REPL: fix execution from editor</li>
26
+ <li>UI: new SVG icons</li>
25
27
</ul>
26
28
<a href="https://github.com/gregsh/Clojure-Kit#change-log">Full change log...</a>
27
29
]]>
You can’t perform that action at this time.
0 commit comments