Commit Graph

4590 Commits

Author SHA1 Message Date
James Strachan 5ffbc87b3f added extra default arguments - shame we can't reuse default argument methods from java code 2012-04-03 19:14:00 +01:00
James Strachan 534da34d36 improved the docs and test cases 2012-04-03 19:07:43 +01:00
James Strachan 3ed819bfe1 improved the docs and test cases 2012-04-03 19:05:49 +01:00
James Strachan ef3305ac96 fixed up compile errors after recent visibility rule changes 2012-04-03 19:05:22 +01:00
James Strachan f471c572d2 fixed up compile errors after recent visibility rule changes 2012-04-03 19:04:05 +01:00
James Strachan 0a0e360fcf Merge branch 'master' of github.com:JetBrains/kotlin 2012-04-03 18:53:29 +01:00
Nikolay Krasko 31b671b88b processTail also moves caret 2012-04-03 21:48:34 +04:00
Nikolay Krasko 910b5baa84 Merge branch 'master' of https://github.com/spikefu/kotlin 2012-04-03 21:44:08 +04:00
James Strachan e56b823c63 Merge branch 'master' of github.com:JetBrains/kotlin 2012-04-03 17:56:49 +01:00
James Strachan 5155b858d7 improved the docs and test cases 2012-04-03 17:55:14 +01:00
Pavel V. Talanov 638895dac7 Remove com.google.javascript.jscomp.ant package from closure-compiler.jar to avoid dependency on ant.jar. 2012-04-03 20:42:42 +04:00
Svetlana Isakova 9b2eeb076e KT-1717 Don't make member visibility inherit when it is not declared explicitly
#KT-1717 Fixed
2012-04-03 19:26:28 +04:00
James Strachan 5df7258708 added a test case for KT-1718 2012-04-03 16:16:08 +01:00
James Strachan 4ba851f5c5 #KT-1391 Fixed 2012-04-03 15:52:17 +01:00
Alexander.Podkhalyuzin 46ede3ca6b KT-1255 Quote handler added. 2012-04-03 18:42:51 +04:00
James Strachan f022b61794 #KT-39 Fixed with eager and lazy implementations 2012-04-03 15:36:34 +01:00
Leonid Shalupov 013ebf46db Initial implementation of maven plugin 2012-04-03 16:50:15 +04:00
Svetlana Isakova e9788c12d9 member visibility inheritance; check visibility is not weaken added 2012-04-03 16:36:00 +04:00
Svetlana Isakova f64920246a visibility can be set only after resolve overridden members, so method 'setVisibility' was separated 2012-04-03 16:36:00 +04:00
Svetlana Isakova 31cf0ce736 added name, order to visibilities 2012-04-03 16:36:00 +04:00
Svetlana Isakova c47e3957a7 return type can be omitted when override 2012-04-03 16:36:00 +04:00
Svetlana Isakova 495287ea22 Highlight invisible references like unresolved 2012-04-03 16:36:00 +04:00
spikefu c104aba03d Fix for KT-1403 - Code completion for keywords when replacing another keyword should not double spaces 2012-04-03 05:19:15 -07:00
Leonid Shalupov a8d6fb98f9 KotlinCompiler: split classpath by pathSeparator before adding to environment 2012-04-03 16:14:51 +04:00
Nikolay Krasko 26f35689b8 Merge pull request #34 from Frostman/import-quickfix-smallfix
Small fixes of import quickfix: #KT-1614 fixed
2012-04-03 03:52:31 -07:00
James Strachan 153b668d3e #KT-1391 Fixed 2012-04-03 10:40:21 +01:00
James Strachan 28b0792191 initial psike of #KT-39 on collections (iterators required too), though hit #KT-1710 2012-04-03 09:20:11 +01:00
Stepan Koltsov dd29cb0509 generate help with library 2012-04-03 00:29:07 +04:00
James Strachan 7554724911 #KT-1675 Fixed, renaming join() -> makeString() and adding an appendString() which reduces the possible number of appendables being created 2012-04-02 20:03:56 +01:00
James Strachan f2bf17f548 #KT-1675 Fixed, renaming join() -> makeString() and adding an appendString() which reduces the possible number of appendables being created 2012-04-02 20:03:09 +01:00
James Strachan 1d342978d0 #KT-1675 Fixed, renaming join() -> makeString() and adding an appendString() which reduces the possible number of appendables being created 2012-04-02 20:01:24 +01:00
Pavel V. Talanov fc683e8141 Support for elvis operator. 2012-04-02 20:46:03 +04:00
Pavel V. Talanov 3fbbc71dcb API update. 2012-04-02 20:46:02 +04:00
Pavel V. Talanov 042a3617f9 Add version and sources for dart jar. Add closure-compiler.jar (with license). 2012-04-02 20:46:01 +04:00
James Strachan 42fb0d652f minor file renaming so that things are properly syntax highlighted on github - seems files can't start with Java or be called String for some reason :) 2012-04-02 16:35:56 +01:00
James Strachan 3fb74d3e69 renamed @includeFunction to @includeFunctionBody to be more clear that the function definition itself won't be included into the kdocs 2012-04-02 15:25:15 +01:00
Svetlana Isakova 4d37672809 added classes visibility check 2012-04-02 15:37:09 +04:00
Svetlana Isakova e364fe4259 public methods in private classes visibility check 2012-04-02 15:37:09 +04:00
Alex Tkachman ffbce7fe1e KT-1589: Array<T>(size) renamed to arrayOfNulls 2012-04-02 14:30:37 +03:00
Alex Tkachman a1582e1911 fix for tests broken by previous commit 2012-04-02 13:40:19 +03:00
Alex Tkachman a4ebbaa1a0 KT-1441 proper identityEquals 2012-04-02 13:32:31 +03:00
Svetlana Isakova 3bae350829 'isSubclass' method refactoring: not collecting all supertypes 2012-04-02 13:15:38 +04:00
Alex Tkachman 9d752561eb almost full support for annotations 2012-04-01 21:50:01 +03:00
Alex Tkachman b5114d5f86 NPE fixed 2012-04-01 10:01:34 +03:00
Alex Tkachman 0cb26b0566 more annotations 2012-03-31 16:14:32 +03:00
Pavel V. Talanov fc843eca8f Some tweaks in canvas api. 2012-03-30 20:03:07 +04:00
Alex Tkachman 8ed9a89d9e intrinsics for array constructors (half way for array annotations) 2012-03-30 18:40:56 +03:00
Nikolay Krasko cc449bcdd8 - Formatter parameter alignment
- Change formatter testing framework
- Activate "Wrapping and Braces" tab
2012-03-30 19:23:16 +04:00
Sergey Lukjanov 99c7b9ef3e Autoimports tests has been updated. 2012-03-30 18:34:04 +04:00
Sergey Lukjanov 9f07f117fb Small fixes of import quickfix:
1. Change import popup title and import message;
2. Remove duplicates of top level and extension functions (in the case of overloaded functions) in import quickfix popup.
2012-03-30 17:46:54 +04:00