Ilya Chernikov
|
c5d03578a3
|
Update changelog with 1.1-M04
|
2016-12-20 18:31:20 +01:00 |
|
Alexey Sedunov
|
215d8b1e1a
|
Intentions: Convert function type receiver to parameter
#KT-14246 Fixed
|
2016-12-08 17:56:57 +03:00 |
|
Alexey Sedunov
|
d4ed2d2022
|
Intentions: Convert function type parameter to receiver
#KT-14246 In Progress
|
2016-12-08 17:56:55 +03:00 |
|
Alexey Sedunov
|
475ae0d638
|
Rename: Suggest respective parameter name for the local variable passed to function
#KT-14792 Fixed
|
2016-12-02 14:14:10 +03:00 |
|
Alexey Sedunov
|
b6d4bb4921
|
Create from Usage: Support adding type parameters to the referenced type
#KT-11760 Fixed
|
2016-12-02 14:14:09 +03:00 |
|
Alexey Sedunov
|
c773afdbfa
|
Intentions: Implement "Add names to call arguments" intention
#KT-14729 Fixed
|
2016-12-02 14:14:08 +03:00 |
|
Alexey Sedunov
|
2a594a5bcc
|
Create from Usage: Support generation of abstract members for superclasses. Skip non-abstract superclasses when generating abstract member
#KT-14019 Fixed
|
2016-12-02 14:14:05 +03:00 |
|
Alexey Sedunov
|
25cebbab4b
|
Extraction Engine: Do not wrap companion member references inside of the with call if it's disabled in extraction options
#KT-13781 Fixed
|
2016-12-02 14:14:04 +03:00 |
|
Alexey Sedunov
|
61210d6ba2
|
Move: Fix callable reference processing when moving to another package
#KT-14197 Fixed
|
2016-12-02 14:14:03 +03:00 |
|
Alexey Sedunov
|
313d838f1b
|
Unused Symbol Inspection: Fix exception on deleting unused declaration in IDEA 2016.3
|
2016-11-30 14:35:41 +03:00 |
|
Alexey Sedunov
|
1bde0e12fd
|
Rename: Fix exceptions on moving file with facade class to another package
#KT-14325 Fixed
|
2016-11-30 14:35:40 +03:00 |
|
Alexey Sedunov
|
cedbac6b43
|
Safe Delete: Fix exception on deleting Java class used in Kotlin import directive(s)
#KT-14596 Fixed
|
2016-11-30 14:35:39 +03:00 |
|
Alexey Sedunov
|
465138cfa1
|
Initialize with Constructor Parameter Intention: Fix IDE freeze on properties in generic class
#KT-14459 Fixed
|
2016-11-30 14:35:38 +03:00 |
|
Alexey Sedunov
|
b29c704a92
|
Rename: Do not report redeclaration conflict for private top-level declarations located in different files
#KT-14361 Fixed
|
2016-11-30 14:35:37 +03:00 |
|
Alexey Sedunov
|
a2d3592228
|
Project Settings: Expose language version setting in IntelliJ IDEA plugin compiler configuration UI
#KT-12410 Fixed
|
2016-11-30 14:35:36 +03:00 |
|
Alexey Sedunov
|
21c6e97731
|
Project Settings: Expose JVM target setting in IntelliJ IDEA plugin compiler configuration UI
#KT-13811 Fixed
|
2016-11-30 14:35:35 +03:00 |
|
Alexey Sedunov
|
740f769487
|
Rename: Fix renaming of .kts file to .kt and vice versa
#KT-14814 Fixed
|
2016-11-30 14:35:34 +03:00 |
|
Alexey Sedunov
|
ddb5308993
|
Extract Interface: Fix NPE on dialog opening
#KT-14854 Fixed
|
2016-11-30 14:35:34 +03:00 |
|
Alexey Sedunov
|
752ae87591
|
Introduce Type Alias: Support callable references/class literals
#KT-14861 Fixed
|
2016-11-30 14:35:32 +03:00 |
|
Alexey Sedunov
|
0f58e2eef2
|
Introduce Type Alias: Replace type usages in constructor calls. Do not replace usages of existing type aliases
#KT-14685 Fixed
|
2016-11-30 14:35:30 +03:00 |
|
Alexey Sedunov
|
7a38dfadba
|
Introduce Type Alias: Fix NPE during dialog repaint
#KT-14696 Fixed
|
2016-11-30 14:35:29 +03:00 |
|
Alexey Sedunov
|
939532b6f3
|
Introduce Type Alias: Do not suggest type qualifiers
#KT-14693 Fixed
|
2016-11-30 14:35:28 +03:00 |
|
Ilya Chernikov
|
68cf4bf440
|
Update changelog for 1.1-M03 release
|
2016-11-22 16:00:54 +01:00 |
|
Ilya Chernikov
|
c7c6a1998b
|
Update 1.1-M03 section of the changelog
|
2016-11-17 20:24:49 +01:00 |
|
Ilya Chernikov
|
6e481c8111
|
Update 1.1-M03 section of the changelog
|
2016-11-17 17:59:06 +01:00 |
|
Denis Zharkov
|
bd5c08f598
|
Make fields for storing lambda parameters non-final
Because they get assigned within `invoke` call that contradicts with JVM spec
where it's told that they must not be assigned outside of constructors
|
2016-11-09 12:25:31 +03:00 |
|
Alexey Sedunov
|
a414843f54
|
Control-Flow Analysis: Use PSI to generate pseudocode if nested resolved call is confused with outer one (e.g. a {} when invoke() is missing)
#KT-14500 Fixed
|
2016-11-07 20:03:36 +03:00 |
|
Alexey Sedunov
|
e8b5387384
|
Create from Usage: Support array access expressions/binary expressions with type mismatch errors
#KT-14501 Fixed
|
2016-11-07 20:03:35 +03:00 |
|
Alexey Sedunov
|
8ceeff0211
|
Change Signature: Use new signature when looking for redeclaration conflicts
#KT-14583 Fixed
|
2016-11-07 20:03:32 +03:00 |
|
Alexey Sedunov
|
f4e8242a22
|
Convert Property to Function Intention: Search occurrences using progress dialog
#KT-14569 Fixed
|
2016-11-07 20:03:31 +03:00 |
|
Alexey Sedunov
|
8c3fcf69f2
|
Convert Receiver to Parameter Intention: Update function descriptor after template is finished (otherwise some references may be processed incorrectly)
|
2016-10-18 16:48:09 +03:00 |
|
Alexey Sedunov
|
51566942f6
|
Add Library Quick-fix: Fix exception due to resolution being run in the "dumb mode"
#KT-14199 Fixed
|
2016-10-18 16:48:09 +03:00 |
|
Alexey Sedunov
|
cf69f1a946
|
Rename: Do not suggest type-based names for functions with primitive return types
#KT-14234 Fixed
|
2016-10-18 16:48:09 +03:00 |
|
Alexey Sedunov
|
394859afc5
|
Light Classes: Avoid empty scope on KtLightParameter
#KT-13882 Fixed
|
2016-10-18 16:48:09 +03:00 |
|
Denis Zharkov
|
aa281a659a
|
Update ChangeLog.md
|
2016-10-18 14:40:21 +03:00 |
|
Denis Zharkov
|
6caf3c1c0f
|
Update ChangeLog.md
- Fix formatting
- Refine some description notes
|
2016-10-18 13:18:43 +03:00 |
|
Denis Zharkov
|
783e5e9083
|
Remove irrelevant notes from ChangeLog.md
KT-12707: is already in 1.0.5
KT-13836: as type aliases were unsupported there's no sense to mention
the issue
|
2016-10-18 09:56:47 +03:00 |
|
Denis Zharkov
|
440bdea736
|
Update ChangeLog.md
|
2016-10-17 14:06:56 +03:00 |
|
Ilya Gorbunov
|
932e6753e5
|
Update changelog: standard library and JS sections.
|
2016-10-15 07:32:09 +03:00 |
|
Alexey Sedunov
|
c6c65b1a20
|
Kotlin Facet: Initial implementation
|
2016-10-13 19:00:59 +03:00 |
|
Alexey Sedunov
|
5c2ad48375
|
Introduce Variable: Do not replace assignment left-hand sides
#KT-14240 Fixed
|
2016-10-13 19:00:58 +03:00 |
|
Alexey Sedunov
|
ec00b9f3ea
|
Intentions: Implement "Convert sealed class to enum" intention
#KT-14245 Fixed
|
2016-10-13 19:00:57 +03:00 |
|
Alexey Sedunov
|
2187a77646
|
Intentions: Implement "Convert enum to sealed class" intention
#KT-14245 In Progress
|
2016-10-13 19:00:56 +03:00 |
|
Alexey Sedunov
|
02e8d58acd
|
Rename: Forbid on backing field reference
#KT-14285 Fixed
|
2016-10-13 19:00:55 +03:00 |
|
Ilya Chernikov
|
0d73d9acc9
|
Update changelog: add scripting part to 1.1-M02
|
2016-10-12 22:59:33 +02:00 |
|
Alexey Sedunov
|
d3c14ce7d6
|
Extract Function: Support implicit abnormal exits via Nothing-typed expressions
|
2016-10-07 20:20:39 +03:00 |
|
Alexey Sedunov
|
8e9f32db9e
|
Search Everywhere: Render function parameter types. Render extension type in prefix position
#KT-13976 Fixed
#KT-13977 Fixed
|
2016-10-07 20:20:38 +03:00 |
|
Alexey Sedunov
|
a6601b27e9
|
Move: Show error message on applying to enum entries
#KT-14182 Fixed
|
2016-10-07 20:20:37 +03:00 |
|
Alexey Sedunov
|
fad4944eee
|
Rename: Use qualified class name when looking for occurrences in non-code files
#KT-14128 Fixed
#KT-13862 Fixed
#KT-6199 Fixed
|
2016-10-07 20:20:36 +03:00 |
|
Alexey Sedunov
|
da1178fe0c
|
Create from Usages: Do not suggest on type-mismatched expressions which are not call arguments
#KT-14143 Fixed
|
2016-10-07 20:20:35 +03:00 |
|