Valentin Kipyatkov
|
c915eb4eac
|
KT-6566 Generate Override/Implement method does not work for locally declared classes
#KT-6566 Fixed
|
2015-01-14 20:59:23 +03:00 |
|
Valentin Kipyatkov
|
eed0def1cb
|
Completion auto-popup works at the start of function literal
|
2015-01-14 20:57:28 +03:00 |
|
Valentin Kipyatkov
|
dc1d06db9c
|
Do not select item by typing dot only for auto-popup completion
|
2015-01-14 20:57:28 +03:00 |
|
Valentin Kipyatkov
|
9e526fca58
|
Completion for "file" keyword in annotations
|
2015-01-14 20:57:28 +03:00 |
|
Valentin Kipyatkov
|
fde1890de9
|
More tests
#KT-1670 Fixed
#KT-2690 Fixed
|
2015-01-14 20:57:27 +03:00 |
|
Valentin Kipyatkov
|
ec1541a692
|
No completion auto-popup where parameter name can be
|
2015-01-14 20:57:27 +03:00 |
|
Valentin Kipyatkov
|
000cde3f7f
|
KT-6225 Completion of annotations for method parameters
#KT-6225 Fixed
|
2015-01-14 20:57:27 +03:00 |
|
Dmitry Jemerov
|
95d29e0f8a
|
Merge pull request #546 from JetBrains/rr/coverage-test-fix
fix code coverage test to match the new implementation logic
|
2015-01-14 17:15:34 +01:00 |
|
Dmitry Jemerov
|
548b52d529
|
don't store .class files in testdata
|
2015-01-14 14:49:07 +01:00 |
|
Evgeny Gerashchenko
|
23f2e08f0c
|
Minor. Simplified code after review.
|
2015-01-14 15:48:51 +03:00 |
|
Evgeny Gerashchenko
|
b6dffb8f0b
|
Added test with class used only in import.
|
2015-01-14 15:48:50 +03:00 |
|
Evgeny Gerashchenko
|
f7553bafa9
|
Split method.
|
2015-01-14 15:48:50 +03:00 |
|
Evgeny Gerashchenko
|
2d4e0be076
|
Added test with class referred in XML.
|
2015-01-14 15:48:49 +03:00 |
|
Evgeny Gerashchenko
|
9b22fc06c7
|
Class used in text is not unused.
|
2015-01-14 15:48:48 +03:00 |
|
Evgeny Gerashchenko
|
8297411e5f
|
Not marking entry points as unused.
|
2015-01-14 15:48:46 +03:00 |
|
Evgeny Gerashchenko
|
b781a09caf
|
Implemented simplest version of unused symbol inspection.
|
2015-01-14 15:48:45 +03:00 |
|
Dmitry Jemerov
|
cc1a628110
|
fix code coverage test to match the new implementation logic
|
2015-01-14 12:12:27 +01:00 |
|
Nikolay Krasko
|
cb76c2a971
|
Fix build by temporary test disable
|
2015-01-14 02:20:00 +03:00 |
|
Dmitry Jemerov
|
f90b605d5d
|
Merge pull request #545 from JetBrains/kotlin-coverage-perf
Improve code coverage performance
|
2015-01-13 17:23:54 +01:00 |
|
Dmitry Jemerov
|
657b507371
|
Improve code coverage performance: always get the .class files corresponding to a source file by looking at the output directory, not by analyzing the source file.
|
2015-01-13 15:42:15 +01:00 |
|
Natalia Ukhorskaya
|
3a04bd7e44
|
Add getTargetPlatform method in ProjectConfigurator
#KT-6605 Fixed
|
2015-01-13 17:00:30 +03:00 |
|
Alexander Udalov
|
053b5a7700
|
Drop JetTestCaseBuilder, move methods to JetTestUtils
|
2015-01-13 15:11:06 +03:00 |
|
Alexander Udalov
|
f3b2193afd
|
Delete traces of "jet" in test data and unimportant code
|
2015-01-13 15:02:16 +03:00 |
|
Nikolay Krasko
|
8a77fca449
|
Add icon for declarations without modifier list
|
2015-01-13 12:37:22 +03:00 |
|
Nikolay Krasko
|
6215b3962c
|
Fix warning and and test fail
|
2015-01-13 12:37:19 +03:00 |
|
Nikolay Krasko
|
4bde4a2be4
|
VfsRootAccess for BuiltInsReferenceResolverTest.java
|
2015-01-13 12:37:18 +03:00 |
|
Nikolay Krasko
|
d149ecdc15
|
Add base test KotlinMultiFileTestCase with access root disable
|
2015-01-13 12:35:04 +03:00 |
|
Alexander Udalov
|
662e8707b2
|
Minor, drop copyright from test data
|
2015-01-13 01:15:17 +03:00 |
|
Alexander Udalov
|
c82308d3be
|
Rename jet -> kotlin in idea
|
2015-01-13 01:15:14 +03:00 |
|
Alexander Udalov
|
af24a17a92
|
Rename jet -> kotlin in idea: actions, compiler, formatter, project
|
2015-01-13 01:15:12 +03:00 |
|
Alexander Udalov
|
49f3c31e29
|
Rename jet -> kotlin in idea: configuration, editor, framework, search
|
2015-01-13 01:15:11 +03:00 |
|
Alexander Udalov
|
44840d07a8
|
Rename jet -> kotlin in idea: caches, findUsages, references, stubindex
|
2015-01-13 01:15:10 +03:00 |
|
Alexander Udalov
|
a9a15978e0
|
Rename jet -> kotlin in idea: completion, debugger, decompiler, highlighter
org.jetbrains.jet.plugin.* -> org.jetbrains.kotlin.idea.*
|
2015-01-13 01:15:09 +03:00 |
|
Alexander Udalov
|
044f7b6156
|
Rename jet -> kotlin in idea: refactoring, codeInsight
org.jetbrains.jet.plugin.* -> org.jetbrains.kotlin.idea.*
|
2015-01-13 01:15:08 +03:00 |
|
Alexander Udalov
|
fe544eaf71
|
Rename jet -> kotlin in idea: intentions
org.jetbrains.jet.plugin.intentions -> org.jetbrains.kotlin.idea.intentions
|
2015-01-13 01:14:37 +03:00 |
|
Alexander Udalov
|
0b64f028b6
|
Rename jet -> kotlin in idea: quickfixes
org.jetbrains.jet.plugin.quickfix -> org.jetbrains.kotlin.idea.quickfix
|
2015-01-13 01:14:36 +03:00 |
|
Alexander Udalov
|
17227bb4fe
|
Rename org.jetbrains.kotlin.plugin -> org.jetbrains.kotlin.idea
|
2015-01-13 01:14:31 +03:00 |
|
Nikolay Krasko
|
d4507226a1
|
Equals and hashCode() methods are not created for data classes without properties
|
2015-01-12 23:38:18 +03:00 |
|
Alexey Sedunov
|
86d5bd9365
|
Extract Function: Do not suggest "unit" as function name
#KT-6402 Fixed
|
2015-01-12 22:55:33 +03:00 |
|
Alexey Sedunov
|
64ddd52e60
|
Extract Function: Fix type candidates for parameters with flexibly nullable types
#KT-6546 Fixed
|
2015-01-12 22:55:32 +03:00 |
|
Alexey Sedunov
|
c8cb5f8c29
|
Find Usages: Fix reference matching for declarations located in libraries
#KT-5762 Fixed
|
2015-01-12 22:55:31 +03:00 |
|
Alexey Sedunov
|
59d646bc16
|
Extract Function: Generate function in property's enclosing declaration if original expression belongs to initializer of that property
#KT-6290 Fixed
|
2015-01-12 22:55:30 +03:00 |
|
Alexander Udalov
|
09942d7c09
|
Rename jet -> kotlin in idea tests
org.jetbrains.jet -> org.jetbrains.kotlin (except 'plugin' subpackage)
|
2015-01-12 15:40:24 +03:00 |
|
Alexander Udalov
|
0866d0517f
|
Rename jet -> kotlin in idea resolve tests
org.jetbrains.jet.resolve -> org.jetbrains.kotlin.plugin.resolve
|
2015-01-12 15:40:22 +03:00 |
|
Natalia Ukhorskaya
|
e363e70e44
|
Suggest 'Make Abstract' quickfix for class which doesn't implement all methods from its base class interfaces
#KT-6321 Fixed
|
2015-01-12 14:16:31 +03:00 |
|
Natalia Ukhorskaya
|
2aaa94cccb
|
Debugger: implement Jump to Source for localVariables
|
2015-01-12 14:16:29 +03:00 |
|
Natalia Ukhorskaya
|
8dcb4ab5bb
|
Debugger: suppress UNSAFE_CALL diagnostic in debug mode
|
2015-01-12 14:16:26 +03:00 |
|
Natalia Ukhorskaya
|
b709baa9b4
|
Minor: rename
|
2015-01-12 14:16:24 +03:00 |
|
Alexander Udalov
|
3b81d63334
|
Rename jet -> kotlin in compiler-tests (except resolve)
Move test-related code to org.jetbrains.kotlin.test, also move some tests to
packages with better names
|
2015-01-12 00:24:12 +03:00 |
|
Alexander Udalov
|
63cefea6e9
|
Rename jet -> kotlin in frontend
org.jetbrains.jet -> org.jetbrains.kotlin
Also rename package slicedmap to slicedMap
|
2015-01-11 15:20:51 +03:00 |
|