Alexey Sedunov
|
3adbe5515e
|
Minor: Get rid of deprecated (as of IDEA 2016.2) method calls
|
2016-09-27 13:27:53 +03:00 |
|
Nikolay Krasko
|
63943c60d3
|
Patch ThreadTracker during Kotlin plugin init
|
2016-09-22 15:19:18 +03:00 |
|
Nikolay Krasko
|
d69e7c7aec
|
Problem: fix thread leaking check fail on teamcity for ultimate rename tests
|
2016-09-20 15:27:10 +03:00 |
|
Pavel V. Talanov
|
3bb1ce7e1d
|
Sync code in 'idea-ultimate'
|
2016-07-28 18:01:01 +03:00 |
|
Alexander Udalov
|
4c8e8b099a
|
Update protobuf from 2.5.0 to 2.6.1
|
2016-06-27 20:14:00 +03:00 |
|
Nikolay Krasko
|
5e7d007e75
|
Build output parser in separate module under 1.6 (KT-12159)
KotlinOutputParser accessed from gradle execution environment that can be started under Java 1.6.
#KT-12159 Fixed
|
2016-06-14 20:58:07 +03:00 |
|
Alexander Udalov
|
7e38b93d80
|
Use protobuf with renamed packages, pack to IDEA plugin
Update GenerateProtoBuf.kt to also regexp-replace com.google.protobuf with
org.jetbrains.kotlin.protobuf in generated Java sources
#KT-12581 Fixed
|
2016-06-14 14:17:22 +03:00 |
|
Alexey Sedunov
|
ec0f21c887
|
Spring Support: Fixed rename of custom-named beans specified with Kotlin annotation
#KT-12096 Fixed
|
2016-05-26 20:59:09 +03:00 |
|
Alexey Sedunov
|
076e31c0f8
|
Spring Support: Automatic configuration by @Import and @ComponentScan ("basePackages"/"basePackageClasses")
#KT-12135 Fixed
#KT-12139 Fixed
|
2016-05-26 20:59:07 +03:00 |
|
Alexey Sedunov
|
781a1e0694
|
Spring Support: Implement @ComponentScan inspection
#KT-12465 Fixed
|
2016-05-26 20:59:05 +03:00 |
|
Alexey Sedunov
|
d69140b7fe
|
Code Insight: Implement package references inside of string literals
#KT-12136 In Progress
|
2016-05-26 20:59:03 +03:00 |
|
Alexey Sedunov
|
d52e62b20d
|
Light Classes: Consider FakeFileForLightClass instances equivalent if they correspond to the light classes with common KtFile
#KT-12117 Fixed
|
2016-05-26 20:59:01 +03:00 |
|
Alexey Sedunov
|
26be254fbe
|
Spring Support: Show autowiring candidates line markers for @Autowired-annotated constructors and constructor parameters
#KT-12120 Fixed
|
2016-05-19 13:56:12 +03:00 |
|
Alexey Sedunov
|
2bd03fe9b0
|
Spring Support: Fixed bean references in factory method calls
#KT-12384 Fixed
|
2016-05-19 13:56:11 +03:00 |
|
Alexey Sedunov
|
417995b569
|
Spring Support: Fixed "Spring Facet Code Configuration (Kotlin)" inspection description
#KT-12143 Fixed
|
2016-05-19 13:56:10 +03:00 |
|
Alexey Sedunov
|
53b08a1d33
|
Spring Support: Report object declarations in "Final Kotlin class or function with Spring annotation" inspection
#KT-12148 Fixed
|
2016-05-19 13:56:09 +03:00 |
|
Alexey Sedunov
|
aaa42e872a
|
Spring Support: Fixed "Autowired members defined in invalid Spring bean (Kotlin)" inspection description
#KT-12363 Fixed
|
2016-05-19 13:56:07 +03:00 |
|
Alexey Sedunov
|
85d07e5f6d
|
Spring Support: Implement Spring @Autowired inspection
#KT-12278 Fixed
#KT-12147 Fixed
#KT-12366 Fixed
#KT-12122 Fixed
|
2016-05-19 13:56:06 +03:00 |
|
Alexey Sedunov
|
36f3d30250
|
Refactoring: Extract registerWithElementsUnwrapped() function
|
2016-05-19 13:56:04 +03:00 |
|
Alexey Sedunov
|
60f23e9a7e
|
Minor: Move META-INF to "resources" source root
|
2016-05-16 02:52:24 +03:00 |
|
Alexey Sedunov
|
edb3fd8f00
|
Spring Support: Replace light elements bound to line markers with their originals
#KT-12091 Fixed
|
2016-05-16 02:52:22 +03:00 |
|
Alexey Sedunov
|
df46a8c67a
|
Spring Support: Implement bean references in @Qualifier annotations
#KT-12092 Fixed
|
2016-05-12 13:03:04 +03:00 |
|
Alexey Sedunov
|
44f565e600
|
Spring Support: Support "Autowired members defined in invalid Spring bean" inspection on Kotlin declarations
#KT-12079 Fixed
|
2016-05-10 19:41:35 +03:00 |
|
Alexey Sedunov
|
d456aa6ba8
|
Rename: Fix Find Usages/Rename for parameter references in XML files
#KT-11967 Fixed
|
2016-04-25 10:38:39 +03:00 |
|
Alexey Sedunov
|
548d0cd4e5
|
Spring Support: Model diagram support for Kotlin classes
#KT-11692 In Progress
|
2016-04-19 20:27:42 +03:00 |
|
Alexey Sedunov
|
754e7cac52
|
Light Classes: Replace accessor with property name when renaming KtProperty/KtParameter through its light methods
#KT-11880 Fixed
|
2016-04-19 20:27:28 +03:00 |
|
Alexey Sedunov
|
c21dff66aa
|
Spring Support: Allow injection of SpEL into string literals with escape sequences
#KT-11904 Fixed
|
2016-04-19 20:27:26 +03:00 |
|
Valentin Kipyatkov
|
120bced842
|
Fixing build
|
2016-04-18 23:05:59 +03:00 |
|
Mikhail Zarechenskiy
|
37e0b71584
|
Split KotlinBlock on two clases to share independent logic about
formatting between Idea and Eclipse
Also make 'formatter' module depend on fewer dependencies
|
2016-04-15 18:15:13 +03:00 |
|
Alexander Udalov
|
37d612d346
|
Update cli-parser 1.1.1 -> 1.1.2
|
2016-04-12 20:03:51 +03:00 |
|
Alexey Sedunov
|
905ca21799
|
Spring Support: Support @Transactional annotation in "Make annotated declaration open" inspection
|
2016-04-09 21:13:34 +03:00 |
|
Alexey Sedunov
|
119cf0f0cd
|
Spring Support: Support Find Usages/Rename (on both declarations and
references) of Kotlin declarations referenced in the XML config
#KT-11719 Fixed
#KT-11652 Fixed
|
2016-04-09 21:13:30 +03:00 |
|
Alexey Sedunov
|
a553f67744
|
Minor: Extract SpringTestFixtureExtension.loadConfigByMainFilePath() function
|
2016-04-09 21:13:25 +03:00 |
|
Alexey Sedunov
|
afecb09b6f
|
Spring Support: Fix renaming of Spring bean declarations via SpEL references
#KT-11720 Fixed
#KT-11725 Fixed
|
2016-04-09 21:13:21 +03:00 |
|
Alexey Sedunov
|
eeac739f69
|
Spring Support: Fixed computation of values in Java annotations referred by Kotlin annotation entries
#KT-11702 Fixed
|
2016-04-09 21:13:07 +03:00 |
|
Alexey Sedunov
|
a818d4714e
|
Misc: Extract kotlin-ultimate project
|
2016-04-09 21:13:01 +03:00 |
|
Alexey Sedunov
|
e4a64e7980
|
[RESTORED] Spring Support: Test framework
|
2016-04-08 21:09:28 +03:00 |
|