Nikolay Krasko
|
faa2745731
|
Missing new line in error message (KT-12070)
#KT-12070 Fixed
|
2016-04-28 16:11:27 +03:00 |
|
Nikolay Krasko
|
018622e552
|
Use partial resolve for annotation search
|
2016-04-28 16:06:35 +03:00 |
|
Nikolay Krasko
|
3d8abd874b
|
Use kotlin specific methods for pattern creation
|
2016-04-28 16:06:34 +03:00 |
|
Nikolay Krasko
|
73024429dc
|
Refactoring: use language injection in ResolveElementCache.kt
|
2016-04-28 16:06:32 +03:00 |
|
Nikolay Krasko
|
62ede15241
|
Refactoring: return injection tests to single test-class
|
2016-04-28 16:06:30 +03:00 |
|
Michael Bogdanov
|
adda3ef69d
|
Ability to run tests via adb
|
2016-04-28 15:02:33 +03:00 |
|
Michael Bogdanov
|
d4a7e36722
|
Android tests exclusion
|
2016-04-28 15:02:33 +03:00 |
|
Michael Bogdanov
|
896429a959
|
Switch to gradle from gradle wrapper, use https instead of http to download files
|
2016-04-28 15:02:32 +03:00 |
|
Michael Bogdanov
|
309348c9be
|
Code clean
|
2016-04-28 15:02:32 +03:00 |
|
Michael Bogdanov
|
7d77f9171c
|
Wait some time before emulator stop, diabled emulator log redirection (otherise result reports would be inconsistent)
~emulator
|
2016-04-28 15:02:31 +03:00 |
|
Michael Bogdanov
|
be1cb406d2
|
More logging on adb server start
|
2016-04-28 15:02:31 +03:00 |
|
Michael Bogdanov
|
db6c72d886
|
Support WITH_REFLECT and 'Class.forName' android tests
|
2016-04-28 15:02:30 +03:00 |
|
Michael Bogdanov
|
ed3d874f88
|
Wait until emulator booted
|
2016-04-28 15:02:30 +03:00 |
|
Michael Bogdanov
|
2992e23508
|
Use gradle build instead of ant one for android test module
|
2016-04-28 15:02:29 +03:00 |
|
Michael Bogdanov
|
3ad8b5be91
|
Ecluded test from compilation: android report bad class file cause of missed generic parameter definition
|
2016-04-28 15:02:29 +03:00 |
|
Michael Bogdanov
|
0abdc75477
|
Temporary disable lint checks cause of problem with implicit 'stream' import
|
2016-04-28 15:02:28 +03:00 |
|
Michael Bogdanov
|
3cebb7c804
|
Added support for tests with 'JvmName' annotation
|
2016-04-28 15:02:28 +03:00 |
|
Michael Bogdanov
|
11e42c6472
|
Call 'invokeBox' with proper class instance (not try to find it via reflection)
|
2016-04-28 15:02:27 +03:00 |
|
Michael Bogdanov
|
1eb3d2ec1d
|
Added gradle android test project
|
2016-04-28 15:02:27 +03:00 |
|
Michael Bogdanov
|
1f84ff7fa6
|
Writing android sdk to local.properties
|
2016-04-28 15:02:26 +03:00 |
|
Kirill Rakhman
|
2629d23576
|
Add quickfix to add 'toString' (#866)
Fixes #KT-12121
|
2016-04-28 12:15:39 +03:00 |
|
Valentin Kipyatkov
|
a51fe9a9b0
|
Minor change on code review
|
2016-04-27 23:47:35 +03:00 |
|
Valentin Kipyatkov
|
45d460a5fa
|
Dropped redundant code which was required for lambda signature completion when the syntax was different
#KT-12033 Fixed
|
2016-04-27 23:47:34 +03:00 |
|
Valentin Kipyatkov
|
40022e8f7a
|
KT-12068 Special completion item for "[]" get-operator access
#KT-12068 Fixed
|
2016-04-27 23:47:34 +03:00 |
|
Valentin Kipyatkov
|
deb75b3f18
|
Completion to complete non-imported classes on the first invocation
#KT-8527 Fixed
|
2016-04-27 23:47:33 +03:00 |
|
Valentin Kipyatkov
|
f0dd70d94c
|
KT-11680 Code completion of label for existing return with value inserts redundant whitespace
#KT-11680 Fixed
#KT-9993 Fixed
|
2016-04-27 23:46:26 +03:00 |
|
Sergey Mashkov
|
e9758099ce
|
Maven: rebase to master
|
2016-04-27 19:40:58 +03:00 |
|
Sergey Mashkov
|
d9dabeed76
|
Maven: review
|
2016-04-27 19:40:57 +03:00 |
|
Sergey Mashkov
|
072ec26452
|
Maven: convert to Kotlin
|
2016-04-27 19:40:57 +03:00 |
|
Sergey Mashkov
|
78d0f83f71
|
Maven: reorganize code: move classes across packages
|
2016-04-27 19:40:57 +03:00 |
|
Sergey Mashkov
|
eb789304b6
|
Maven: inspection maven plugin and ide plugin should have the same version
|
2016-04-27 19:40:56 +03:00 |
|
Sergey Mashkov
|
aa156c08c6
|
Maven: versions inspection: kotlin plugin and library should have the same version
|
2016-04-27 19:40:56 +03:00 |
|
Sergey Mashkov
|
6caef7716f
|
Maven: kotlin-maven-plugin configuration source dirs completion
|
2016-04-27 19:40:55 +03:00 |
|
Sergey Mashkov
|
d097c3e9f1
|
KT-11743 Intention to replace kotlin-test with kotlin-test-junit
|
2016-04-27 19:40:55 +03:00 |
|
Sergey Mashkov
|
b8327f19b8
|
Maven: never generate JUnit (but keep code so we will be able to introduce checkbox in configurator to optionally add junit and chose version)
|
2016-04-27 19:40:55 +03:00 |
|
Sergey Mashkov
|
c30fc78f8e
|
KT-11731 Default maven integration doesn't include documentation
trigger sources download for stdlib/runtime/test at project import
|
2016-04-27 19:40:54 +03:00 |
|
Sergey Mashkov
|
fc197cd616
|
Maven: extract maven support to the separate module
|
2016-04-27 19:40:54 +03:00 |
|
Sergey Mashkov
|
dfaba1d0aa
|
KT-11556 "Kotlin not configured" in Kotlin/JS project
|
2016-04-27 19:40:54 +03:00 |
|
Sergey Mashkov
|
64a63476f7
|
KT-11701 Add Maven Dependency quick fix could be supported in Kotlin sources
~ initial draft
|
2016-04-27 19:40:53 +03:00 |
|
Sergey Mashkov
|
01fa6d5718
|
KT-11436 "Choose Configurator" control opens dialogs with inconsistent modality (linux)
|
2016-04-27 19:40:53 +03:00 |
|
Sergey Mashkov
|
addc73dba5
|
KT-11643 Inspections and intentions to fix misconfigured Maven pom
make misconfigured maven project configurable
|
2016-04-27 19:40:52 +03:00 |
|
Sergey Mashkov
|
0834435248
|
KT-11643 Inspections and intentions to fix misconfigured Maven pom
|
2016-04-27 19:40:52 +03:00 |
|
Sergey Mashkov
|
7d649b4327
|
KT-9492 Configuring multiple Maven Modules
- kotlin mavne configurator shouldn't configure child modules but parents as children inherit everything
|
2016-04-27 19:40:52 +03:00 |
|
Sergey Mashkov
|
7da92872a8
|
KT-11642 Kotlin Maven configurator tags order
|
2016-04-27 19:40:51 +03:00 |
|
Mikhail Glukhikh
|
918f843cd0
|
Correct handling of empty super type list while adding an entry #KT-12011 Fixed
|
2016-04-27 18:44:42 +03:00 |
|
Mikhail Glukhikh
|
5c9d6fd460
|
UAST: unnecessary 'val' removed from constructor
|
2016-04-27 18:42:08 +03:00 |
|
Mikhail Glukhikh
|
a4be89e5fd
|
JS: unnecessary 'val' removed from constructor
|
2016-04-27 18:42:04 +03:00 |
|
Mikhail Glukhikh
|
ee46c34a5e
|
Android: unnecessary 'val's removed from constructors
|
2016-04-27 18:42:00 +03:00 |
|
Mikhail Glukhikh
|
5a66ef2126
|
Core & compiler: unnecessary 'val's removed from constructors
|
2016-04-27 18:41:56 +03:00 |
|
Mikhail Glukhikh
|
84a3f729ca
|
IDEA: unnecessary 'val's removed from constructors
|
2016-04-27 18:41:52 +03:00 |
|