Commit Graph

10651 Commits

Author SHA1 Message Date
Evgeny Gerashchenko bc8a6d9023 Ignoring all workspace.xml files. 2013-05-30 13:07:49 +04:00
Evgeny Gerashchenko 63899bdd5d Sorted .gitignore 2013-05-30 13:07:48 +04:00
Evgeny Gerashchenko b2ed1b1e96 Cleanup in .gitignore 2013-05-30 13:07:47 +04:00
Evgeny Gerashchenko 771cf85179 Added my dictionary with "klass" word. 2013-05-30 13:07:46 +04:00
Mikhael Bogdanov 61b495e95c Fixed 'lowercaseFirstLetter' for test data in 280 pull request 2013-05-30 13:07:45 +04:00
Sergey Rostov d847123c9c KDoc wiki links pair matcher and @tags highlighter 2013-05-30 13:07:44 +04:00
Sergey Rostov 940008cdaa KDoc lexer refactored (got rid of hacks and separate tokens for words). Fixed bug with isInComment(element) detection. 2013-05-30 13:07:42 +04:00
Sergey Rostov 85ab1619a7 Update KetTokens.Comments TokenSet 2013-05-30 13:07:41 +04:00
Sergey Rostov 9dfe0f42a3 KT-1545, KT-3161 KDoc formatter 2013-05-30 13:07:40 +04:00
Sergey Rostov c4bdf72054 KT-1545, KT-3161 KDoc lexer & parser 2013-05-30 13:07:38 +04:00
Sergey Rostov 92659ca7a5 KT-3161 JetCommenter implementation stub 2013-05-30 13:07:37 +04:00
Michał Sapalski d849258757 Support for generic classes in quickfix for NOTHING_TO_OVERRIDE 2013-05-30 13:07:36 +04:00
Michał Sapalski 642d073bc9 Quickfix for NOTHING_TO_OVERRIDE: add function to one of supertypes. 2013-05-30 13:07:35 +04:00
Mikhael Bogdanov 11c44890a7 KT-3652: Char is converted to Int when used inside string interpolation
#KT-3652 Fixed
2013-05-30 13:07:33 +04:00
Andrey Breslav aa90dac6d1 Support jps.kotlin.home 2013-05-30 13:07:32 +04:00
Andrey Breslav 8511137596 Support jps.kotlin.home 2013-05-30 13:07:31 +04:00
Evgeny Gerashchenko 8694cfa9ad Fixed compilation after renaming Name.getName()
to asString()
2013-05-30 13:07:30 +04:00
Martin Lau ff47c4b585 Added scanning for annotations.xml entries within maven dependencies 2013-05-30 13:07:29 +04:00
Evgeny Gerashchenko f52338a582 Renamed Name.getName() and FqName.getFqName() to asString() 2013-05-30 13:07:28 +04:00
Evgeny Gerashchenko 19e1331c11 Fixed loading SAM interfaces when they inherit abstract methods. 2013-05-30 13:07:27 +04:00
Evgeny Gerashchenko cdb096035b Minor. Fixed assertion message. 2013-05-30 13:07:26 +04:00
Evgeny Gerashchenko f6a6b55ffa Test for KT-3331 RuntimeException in frontend-java at TypeVariableResolverFromTypeDescriptors.getTypeVariable()
#KT-3331 obsolete
2013-05-30 13:07:25 +04:00
Evgeny Gerashchenko 6c12b694af KT-3577 Stack overflow when resolving SAM adapter (from completion, show parameters, etc)
#KT-3577
2013-05-30 13:07:24 +04:00
Evgeny Gerashchenko 3c770c2646 Added dependency class resolver -> function resolver. 2013-05-30 13:07:23 +04:00
Evgeny Gerashchenko 08f902d373 Minor. Replaced for with for each. 2013-05-30 13:07:22 +04:00
Sergey Rostov ba142652c4 KT-3575, KT-2297 Inserting pair for "${": reverting to use KotlinTypeHandler
(with disabling JetPairMatcher for this case)
2013-05-30 13:07:21 +04:00
Natalia.Ukhorskaya e05a9efeab Don't create stubs for properties in delegate expression 2013-05-30 13:07:20 +04:00
Andrey Breslav fad29b8ad1 Using the version of ASM that has debug information in it
No more need for extra ASM jars (analysis and util)
2013-05-30 13:07:19 +04:00
Natalia.Ukhorskaya 485923b197 Add library classes for delegated properties 2013-05-30 13:07:18 +04:00
Natalia.Ukhorskaya 0ab434ac2d TypeCastException when casting null to T with nullable upper-bound
#KT-3637 Fixed
2013-05-30 13:07:17 +04:00
chocolateboy 0bfa5cd954 make the preloader's required profiler argument (time|notime) an optional switch: -pp
fixes for broken Windows batch files
2013-05-30 13:07:16 +04:00
Nikolay Krasko ef819cce5a KT-3618 Missing space in error message "inconstructor"
#KT-3618 Fixed
2013-05-30 13:07:15 +04:00
Nikolay Krasko dc3d395214 KT-3620 Don't auto-import js.* and remove in optimize imports
KT-3620 Fixed
2013-05-30 13:07:14 +04:00
Nikolay Krasko bbc49ca9fc Configure project descriptor with directives
Implement optimize import test with redesigned class
2013-05-30 13:07:13 +04:00
Nikolay Krasko e0d1190d5e Base class for jet light fixture to execute runPostStartupActivities() in more fixture tests 2013-05-30 13:07:11 +04:00
Sergey Rostov 91d5fedcad KT-3575, KT-2297 Inserting pair for "${": use JetPairMatcher instead of KotlinTypeHandler
#KT-3575 fixed
2013-05-30 13:07:10 +04:00
Nikolay Krasko 7e9ced290d Using JetClsMethod interface to recognize method compiled from kotlin 2013-05-30 13:07:09 +04:00
Nikolay Krasko 461e83a5d1 Add utility method for getting class from constructor parameter 2013-05-30 13:07:08 +04:00
Nikolay Krasko bed43db274 Workaround assert when java function overrides kotlin property accessor
#KT-3621 Open
2013-05-30 13:07:06 +04:00
Nikolay Krasko fbe3af3fdf Go to implementation line markers for properties 2013-05-30 13:07:05 +04:00
Nikolay Krasko 1f8fad9ec0 Add presentation renderer for field declared in constructor 2013-05-30 13:07:04 +04:00
Nikolay Krasko 85e5ce8111 Search implementations for properties from constructor parameters 2013-05-30 13:07:03 +04:00
Nikolay Krasko b4cfe605ec KT-3542 Can't navigate to property implementation
#KT-3542 Fixed
2013-05-30 13:07:02 +04:00
Nikolay Krasko bdb7e5b945 Get PsiMethod wrappers for properties and property accessors 2013-05-30 13:07:01 +04:00
Nikolay Krasko 7b8f0779ad Add test for wrapping function with default parameters 2013-05-30 13:07:00 +04:00
Nikolay Krasko 0779f1bbde Add test for wrapping function without body 2013-05-30 13:06:59 +04:00
Nikolay Krasko f454a40eac Refactoring: extract methods 2013-05-30 13:06:58 +04:00
Nikolay Krasko 7243ef4627 Fix absence of implemented/overridden markers on overridden functions 2013-05-30 13:06:57 +04:00
Natalia.Ukhorskaya cc96f397eb Update idea versions in plugin.xml 2013-05-30 12:12:57 +04:00
Natalia.Ukhorskaya c37a3713d3 Fix tests for j2converter 2013-05-30 12:12:52 +04:00