mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
add Clojure note
This commit is contained in:
parent
1c33800b63
commit
4542ab1aaa
@ -49,6 +49,7 @@ NOTE: You are allowed to prettify the pattern using markdown-features:
|
||||
| `com.google.common.util.concurrent.Futures.get` method removed | Use `com.google.common.util.concurrent.Futures.getChecked` instead |
|
||||
| [`org.tmatesoft.svn`](https://svnkit.com/index.html) package removed | Use classes from `org.jetbrains.idea.svn` instead |
|
||||
| `org.jetbrains.idea.svn.svnkit.SvnKitManager` class removed | Use `org.jetbrains.idea.svn.api.ClientFactory` instead |
|
||||
| `clojure` package removed | Clojure 1.8 jars are removed from IntelliJ Ultimate package, provide your own jars if needed |
|
||||
|
||||
## Changes in PhpStorm and PHP plugin 2018.1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user