Commit Graph

4447 Commits

Author SHA1 Message Date
Evgeny Gerashchenko a2f7df4fcd Added navigation to namespace properties. 2012-03-28 15:02:24 +04:00
Evgeny Gerashchenko 9d0fae9650 Made navigation to member properties aware of properties which are defined as constructor parameters. 2012-03-28 15:02:24 +04:00
Evgeny Gerashchenko 76a5a10ac1 Extracted getting all library source dirs and building binding context for library from JetSourceNavigationHelper.getSourceClass(). 2012-03-28 15:02:24 +04:00
Evgeny Gerashchenko a86c3a5fa3 Added navigation to source for class properties. 2012-03-28 15:02:24 +04:00
Evgeny Gerashchenko 2b52caf1fe Added navigation to source classes. 2012-03-28 15:02:24 +04:00
Pavel V. Talanov 582259ffda Support for inline in front-end. Add SimpleFunctionDescriptor#isInline. 2012-03-28 14:25:09 +04:00
unknown 55def7f8ff More api hack for some web demo js examples. (by Natasha) 2012-03-28 14:04:49 +04:00
Pavel V. Talanov 1e180f550f Fixed a problem which sometimes caused expressions to be evaluated in the wrong order. 2012-03-28 14:04:47 +04:00
Andrey Breslav 25323d560d Better assertion messages in TypeParameterDescriptor 2012-03-28 13:15:13 +04:00
Andrey Breslav 98887a09d1 Generating Kotlin sources for functions and tuples 2012-03-28 13:15:13 +04:00
Svetlana Isakova cd6f3139f0 Changed scope for initializer of extension property /*not to resolve things like val List.length = size() */ 2012-03-28 13:14:35 +04:00
James Strachan 4e7070d2b1 add syntax highlighting to included code in kdocs #KT-1660 Fixed 2012-03-28 09:05:42 +01:00
Nikolay Krasko 6964147e44 KT-1648 Function0<Tuple0> appears in the result of the Implement abstract members quick fix
#KT-1648 fixed
2012-03-27 22:11:07 +04:00
Leonid Shalupov b1caa684fd switch to IDEA branch 117 (11.1) 2012-03-27 20:30:14 +04:00
Nikolay Krasko 4e4f4c3c24 KT-1379 Override Methods does not respect caret position - fix anchor behaviour in previous commit 2012-03-27 20:04:16 +04:00
Nikolay Krasko 80b251983c KT-1379 Override Methods does not respect caret position
#KT-1379 fixed
2012-03-27 19:46:12 +04:00
Stepan Koltsov cad93cfabd support @PostConstruct in our magnificent injector 2012-03-27 19:04:08 +04:00
Evgeny Gerashchenko cf43974754 Added regression test for KT-1652
#KT-1652 obsolete
2012-03-27 19:03:00 +04:00
Svetlana Isakova a91a53f7f1 KT-1531 Frontend should prohibit secondary constructors
# KT-1531 Fixed
2012-03-27 17:48:04 +04:00
James Strachan 406933557b added some more detail for folks wanting to contribute 2012-03-27 14:05:03 +01:00
Svetlana Isakova 7a782d4529 # KT-1571 Fixed. Frontend fails to check val reassigment for operator overloading. 2012-03-27 16:40:10 +04:00
Svetlana Isakova 102d41fa2b InjectorForTDAForJs auto changes 2012-03-27 16:39:25 +04:00
Svetlana Isakova 48250050f8 test for KT-1580 2012-03-27 16:38:30 +04:00
Svetlana Isakova bd5b84e697 # KT-1642 Fixed kotlin subpackages hide Java's toplevel packages 2012-03-27 16:20:59 +04:00
Svetlana Isakova f7cfb36f62 # KT-1579 Fixed Can't import nested class/trait 2012-03-27 16:20:59 +04:00
James Strachan fe9d5ddf89 fixed up the code generator after moving stuff around and updated with the latest/greatest documentation and function includes 2012-03-27 12:48:37 +01:00
James Strachan 224f7d706a added extra warning if a macro is typed incorrectly 2012-03-27 12:34:52 +01:00
James Strachan 133afa8327 link more documentation to test cases and filled out the test cases a little 2012-03-27 12:26:20 +01:00
James Strachan 31fd665913 added more links to test code inside the kdoc and tidied up the tests a little so they look a bit nicer and more self contained in the documentation 2012-03-27 11:33:05 +01:00
James Strachan 92a1cde223 removed some cruft 2012-03-27 11:02:03 +01:00
James Strachan a1cde5a7aa moved the source of the standard library so that the source files (other than generated stuff) are in the package hierarchy so its easier to navigate the source of the standard library 2012-03-27 10:58:01 +01:00
James Strachan 7dd8bc9911 allow comments to include source code from test methods to demonstrate an API in action in code thats actually tested to be accurate. #KT-1458 Fixed 2012-03-27 10:46:08 +01:00
Andrey Breslav 669126d635 Making compiler exit codes type safe. Fixes the problem with wrong command-line argument usage being missed by the IDE 2012-03-27 12:19:01 +04:00
James Strachan 5c7ee4d870 added lazy message versions of require/assert/check methods, #KT-693 fixed 2012-03-27 06:16:21 +01:00
James Strachan 7aef088f7b added a test of list sorting using a hand crafted Comparator<T>; though using the comparator function would be nice when KT-729 is fixed 2012-03-26 22:30:28 +01:00
Stepan Koltsov f3f76ab01d we have no typeinfo 2012-03-27 00:27:33 +04:00
Stepan Koltsov 69c9d3ffad PsiClassFinder 2012-03-27 00:27:27 +04:00
Evgeny Gerashchenko 6ef2500494 Extracted JetContentBasedFileSubstitutor.getDecompiledPsiFile() to separate extension point implementation, JetClsFileDecompiledPsiFileProvider. 2012-03-26 21:52:03 +04:00
Evgeny Gerashchenko 7c24f48f5b Inlined PsiBundle constants in DecompiledDataFactory. 2012-03-26 21:52:03 +04:00
James Strachan a0e04dfcd5 updated kdoc so it highlights parameters with default values and varargs 2012-03-26 18:40:27 +01:00
James Strachan 051ae66093 Merge branch 'master' of github.com:JetBrains/kotlin 2012-03-26 17:18:13 +01:00
Nikolay Krasko 6fdaad60df KT-1643 Don't overwrite Kotlin run configurations on every run
#KT-1643 fixed
2012-03-26 20:07:43 +04:00
James Strachan 5ece48e3cc show traits and class visibility properly in kdoc and hide non API stuff (i.e. public and protected is shown) 2012-03-26 17:07:23 +01:00
Evgeny Gerashchenko 0595e88a21 Removed @Override annotation in JetContentBasedFileSubstitutor.getDecompiledPsiFile() to avoid broken compilation. 2012-03-26 19:38:39 +04:00
Alex Tkachman 83ed0a846e KT-1597 optimized as/as? 2012-03-26 16:56:24 +02:00
James Strachan 1c36fdf23c use more concise way to create a comparator 2012-03-26 15:17:19 +01:00
James Strachan 2803dfca08 tidied up the compareBy helper function a little; only compare based on the functions given 2012-03-26 15:07:34 +01:00
Stepan Koltsov bc17c7b4f3 injector to analyze js 2012-03-26 17:42:04 +04:00
Stepan Koltsov 0a08f811ea test compile builtins 2012-03-26 17:42:01 +04:00
Stepan Koltsov 1704edc6b9 AnotherTestCaseWithTmpdir 2012-03-26 17:41:56 +04:00