|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <idea-plugin> |
3 | 3 | <id>org.jetbrains.idea.clojure</id> |
4 | | - <version>0.7.6-snapshot</version> |
| 4 | + <version>0.7.7-snapshot</version> |
5 | 5 | <vendor email="gregory.shrago@jetbrains.com">Greg Shrago</vendor> |
6 | 6 | <idea-version since-build="172"/> |
7 | 7 |
|
|
15 | 15 | <change-notes> |
16 | 16 | <![CDATA[ |
17 | 17 | <ul> |
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> |
| 18 | + <li>resolve: fix qualified :keys destructuring</li> |
| 19 | + <li>resolve: support this in (reify), (proxy) and (extend)</li> |
| 20 | + <li>resolve: support (..), (->) and (doto) w/ and w/o parens</li> |
| 21 | + <li>resolve: skip not quoted lists in ns elements</li> |
| 22 | + <li>deps: notify if tool process failed to start</li> |
| 23 | + <li>debugger: handle munged names in evaluator</li> |
| 24 | + <li>debugger: workaround missing autoboxing for primitives eval</li> |
| 25 | + <li>resolve: force JVM name for inner classes; fix (.method class)</li> |
| 26 | + <li>resolve: better dynamic condition in . and ..</li> |
| 27 | + <li>resolve: avoid resetting RESOLVE_SKIPPED in parallel</li> |
| 28 | + <li>rename: fix extra space on rename (sym.)</li> |
| 29 | + <li>rename: handle ::keys destructuring bindings</li> |
| 30 | + <li>resolve: fix alias and some.alias confusion</li> |
| 31 | + <li>resolve: clarify (.call obj) vs (call obj) in various cases</li> |
| 32 | + <li>resolve: support mixed PSI/ASM class hierarchies</li> |
| 33 | + <li>lexer: fix BigInteger numbers and octal chars literals</li> |
| 34 | + <li>lexer: improve bad literals handling</li> |
| 35 | + <li>resolve: improve qualified tags handling</li> |
| 36 | + <li>tools: update nREPL dependencies #30</li> |
27 | 37 | </ul> |
28 | 38 | <a href="https://github.com/gregsh/Clojure-Kit#change-log">Full change log...</a> |
29 | 39 | ]]> |
|
0 commit comments