Mikhail Glukhikh
|
96c303be60
|
Smart cast of value / implicit receiver: two different colors
|
2015-11-17 10:26:46 +03:00 |
|
Valentin Kipyatkov
|
fe7f79428d
|
Intention to import members with '*'
|
2015-11-10 17:23:11 +03:00 |
|
Valentin Kipyatkov
|
870fc9284b
|
KT-4945 Intention "Introduce static import" (for single symbol)
#KT-4945 Fixed
|
2015-11-10 17:23:10 +03:00 |
|
Dmitry Jemerov
|
3bd7f87d2b
|
rename "Jet" from names of IDE classes; consistently use Kt prefix for PSI elements and classes directly related to specific PSI elements
|
2015-11-02 18:49:35 +01:00 |
|
Valentin Kipyatkov
|
c5e13ebc68
|
Minor corrections on code review
|
2015-10-30 17:25:34 +03:00 |
|
Valentin Kipyatkov
|
891e033d5b
|
KT-9664 Add quickfix to convert a piece of code to pretty look SAM-style
#KT-9664 Fixed
|
2015-10-27 15:07:59 +03:00 |
|
Valentin Kipyatkov
|
66310806ca
|
KT-9628 Intention&inspection to replace use of "set" operator function with []
#KT-9628 Fixed
|
2015-10-22 18:48:15 +03:00 |
|
Valentin Kipyatkov
|
0a5255ee4e
|
Dropped inspection for functions matching operator convention - only intention left
|
2015-10-19 18:36:06 +03:00 |
|
Valentin Kipyatkov
|
d1de2f65c9
|
Rewritten AddOperatorModifierInspection to be based on an intention (shouldn't we drop the inspection at all?)
|
2015-10-19 09:43:12 +03:00 |
|
Alexey Sedunov
|
6f5d977728
|
Inspections: Add inspection on equals()/hashCode()
|
2015-10-17 00:24:39 +03:00 |
|
Alexey Sedunov
|
ad929a6577
|
Unit Test Tooling: Implement "Create Test" action
#KT-6472 In Progress
|
2015-10-11 01:13:41 +03:00 |
|
Dmitry Jemerov
|
bda0bd1de1
|
quickfix to add 'operator' keyword to operator-like functions
|
2015-09-25 20:00:19 +02:00 |
|
Dmitry Jemerov
|
86a01a9a0d
|
update Java usages when adding 'const' modifier; make the action available as intention
|
2015-09-25 19:14:53 +02:00 |
|
Dmitry Jemerov
|
32e6a6e3a1
|
inspection and quickfix to replace usages of deprecated package facades
|
2015-09-25 18:29:06 +02:00 |
|
Dmitry Jemerov
|
4e7236529c
|
"move assignment to initializer" quickfix for assigning to properties in constructors/init blocks
|
2015-09-25 18:25:37 +02:00 |
|
Dmitry Jemerov
|
e1acc8744d
|
"introduce backing property" intention
|
2015-09-25 18:25:37 +02:00 |
|
Alexey Sedunov
|
594e4e5c31
|
Resource Bundles: Inspections on invalid property key/resource bundle references
#KT-6946 In Progress
|
2015-09-25 17:18:01 +03:00 |
|
Dmitry Jemerov
|
55b422ab9b
|
remove 'public' modifier from default file templates
|
2015-09-22 16:07:48 +02:00 |
|
Dmitry Jemerov
|
4ca434da54
|
remove support for 'trait' keyword
|
2015-09-22 15:00:24 +02:00 |
|
Mikhail Glukhikh
|
094c6cebc3
|
"field": highlighting fix, including color schemes and example
|
2015-09-21 15:47:55 +03:00 |
|
Alexey Sedunov
|
33c93eb4a9
|
Move Declarations: Add intention which moves top-level declaration to the separate file in the same directory and package
#KT-4936 Fixed
|
2015-09-11 02:20:38 +03:00 |
|
Valentin Kipyatkov
|
73da457798
|
Changes on code reivew
|
2015-09-03 15:55:59 +03:00 |
|
Valentin Kipyatkov
|
10f7d6d7dd
|
Inspection (and quickfix) for extension propeties conflicting with synthetic ones
|
2015-09-03 15:55:54 +03:00 |
|
Valentin Kipyatkov
|
4717b17418
|
Inspection & fix for redundant supertype qualification
|
2015-08-27 23:21:22 +03:00 |
|
Valentin Kipyatkov
|
6339ad4ec6
|
Added inspection based on RemoveForLoopIndicesIntention
|
2015-07-21 14:59:22 +03:00 |
|
Valentin Kipyatkov
|
9ad04a1a26
|
Merge branch 'master' into ElliotM-for-loop-indices
|
2015-07-21 11:25:49 +03:00 |
|
Valentin Kipyatkov
|
bfdc74ce74
|
Intention&inspection to use synthetic property instead of get/set method call
|
2015-07-16 13:49:15 +03:00 |
|
Nikolay Krasko
|
534154e20d
|
Replace trait to interface icons
#KT-8319 Fixed
|
2015-07-06 21:06:13 +03:00 |
|
Dmitry Jemerov
|
7f3f834011
|
Merge branch 'for-loop-indices' of https://github.com/ElliotM/kotlin into ElliotM-for-loop-indices
|
2015-07-02 13:14:19 +02:00 |
|
Valentin Kipyatkov
|
2206459874
|
Initial implementation of KT-7688 Intention action to iterate over iterable value
#KT-7688 Fixed
|
2015-06-29 19:31:21 +03:00 |
|
Valentin Kipyatkov
|
46ad1b8573
|
"Remove argument name" intention
|
2015-06-29 19:29:26 +03:00 |
|
Valentin Kipyatkov
|
9d83510af5
|
KT-7144 Intention action on an argument in a call to use named arguments form
#KT-7144 Fixed
|
2015-06-29 19:29:25 +03:00 |
|
Valentin Kipyatkov
|
bf014fc1c5
|
KT-5419 J2K: convert string concatenation to string template + implemented corresponding inspection
#KT-5419 Fixed
|
2015-06-15 18:32:45 +03:00 |
|
Valentin Kipyatkov
|
2203fb3231
|
Renamed intention class
|
2015-06-11 23:30:22 +03:00 |
|
Ilya Gorbunov
|
0c1a8ab8ff
|
Change KotlinCleanupInspection display name and description to mention deprecated symbols
|
2015-06-04 20:00:55 +03:00 |
|
Denis Zharkov
|
be9cc2e91b
|
Change color scheme for annotations
Use same color as for modifiers, but with plain font type
|
2015-05-27 17:41:27 +03:00 |
|
Valentin Kipyatkov
|
ec5256a0f0
|
DeprecatedCallableAddReplaceWithIntention
|
2015-05-27 16:15:50 +03:00 |
|
Dmitry Jemerov
|
58e4ff0502
|
Add quickfixes for unnecessary casts and nullability operations to cleanup inspection. Rewrite two quickfixes from Java to Kotlin. Add inspection description. Use marker interface for identifying quickfixes applicable for code cleanup.
|
2015-05-26 14:41:23 +02:00 |
|
Valentin Kipyatkov
|
181af17315
|
KT-7704 Intention actions on visibility modifier for quick changing it
#KT-7704 Fixed
|
2015-05-14 01:10:11 +03:00 |
|
Valentin Kipyatkov
|
102aa661ee
|
Moved intention based inspection classes to their intention classes + some renames
|
2015-05-14 01:10:08 +03:00 |
|
Valentin Kipyatkov
|
11812a9ece
|
Renamed some intentions + test data dirs
|
2015-05-14 01:10:05 +03:00 |
|
Valentin Kipyatkov
|
5491523f05
|
Renamed intention class
|
2015-05-14 01:10:03 +03:00 |
|
Valentin Kipyatkov
|
07a89b38e1
|
Intention based intentions: added ability to highlight partial range, used it in new inspection based on IntroduceWhenSubjectIntention + added missing description
|
2015-05-14 01:00:29 +03:00 |
|
Valentin Kipyatkov
|
2d90ee5cad
|
Split SpecifyTypeExplicitly intention into two + refactored them completely
|
2015-05-14 01:00:25 +03:00 |
|
Valentin Kipyatkov
|
05b6181d20
|
Renamed intention
|
2015-05-14 01:00:24 +03:00 |
|
Valentin Kipyatkov
|
475a361b32
|
Renamed intention
|
2015-05-14 01:00:24 +03:00 |
|
Valentin Kipyatkov
|
bab4ae3879
|
Refactored ReplaceWithOperatorAssignIntention
|
2015-05-14 01:00:23 +03:00 |
|
Dmitry Jemerov
|
625096466e
|
IDE testdata: s/trait/interface
|
2015-05-13 16:13:13 +02:00 |
|
Valentin Kipyatkov
|
73f764abd0
|
Minor changes on code review
|
2015-05-02 14:03:26 +03:00 |
|
Valentin Kipyatkov
|
d1afff1612
|
Renamed intention
|
2015-05-02 14:03:25 +03:00 |
|