File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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+
1130.7.4
214
315* Debugger: initial java debugger integration
Original file line number Diff line number Diff line change 66 <idea-version since-build =" 172" />
77
88 <name >Clojure-Kit</name >
9- <description >Clojure and ClojureScript</description >
9+ <description >Clojure and ClojureScript plugin for IntelliJ-based tools </description >
1010
1111 <depends >com.intellij.modules.lang</depends >
1212 <depends optional =" true" config-file =" plugin-copyright.xml" >com.intellij.copyright</depends >
1515 <change-notes >
1616 <![CDATA[
1717 <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>
2527 </ul>
2628 <a href="https://github.com/gregsh/Clojure-Kit#change-log">Full change log...</a>
2729 ]]>
You can’t perform that action at this time.
0 commit comments