Intentions: Implement intention which rename file according to the top-level class name

#KT-15068 Fixed
This commit is contained in:
Alexey Sedunov
2016-12-21 13:41:33 +03:00
parent c7aefa2842
commit 6b57a3e338
16 changed files with 88 additions and 0 deletions
+10
View File
@@ -464,6 +464,16 @@ These artifacts include extensions for the types available in the latter JDKs, s
+ [`KT-12389`](https://youtrack.jetbrains.com/issue/KT-12389) Do not exit from REPL when toString() of user class throws an exception
+ [`KT-12129`](https://youtrack.jetbrains.com/issue/KT-12129) Fixed link on api reference page in KDoc
## 1.0.7
### IDE
#### Intention actions, inspections and quickfixes
##### New features
- [`KT-15068`](https://youtrack.jetbrains.com/issue/KT-15068) Implement intention which rename file according to the top-level class name
## 1.0.6
### IDE