Commit Graph

4650 Commits

Author SHA1 Message Date
Svetlana Isakova c321ffe39b fix for tests to work (all library functions should be done 'public' later) 2012-04-04 19:02:26 +04:00
Svetlana Isakova 5520e1a2b0 'AbstractStringBuilder' has package private, so cannot be used in tests 2012-04-04 19:02:26 +04:00
Svetlana Isakova 2c0cee61fa Added 'package' visibility for Java descriptors 2012-04-04 19:02:26 +04:00
Svetlana Isakova 0d462bf0bf 'private' package members should be visible for subpackages 2012-04-04 19:02:26 +04:00
Evgeny Gerashchenko 9b04e85282 Added test for "Can't navigate to sources of the filter() extension function"
#KT-1681can't reproduce
2012-04-04 18:54:21 +04:00
Nikolay Krasko 53b6218878 Merge pull request #35 from Frostman/override-delegation
Delegation added to overide action (when it is possible)
 #KT-1107 fixed
2012-04-04 07:48:11 -07:00
Nikolay Krasko a0d8ab6db5 KT-1712 Formatting for getters and setters
#KT-1712 fixed
2012-04-04 17:36:55 +04:00
Leonid Shalupov 549c464983 forgotten file 2012-04-04 17:03:22 +04:00
Leonid Shalupov 369f01b3f6 compile website and kunit tests 2012-04-04 16:56:11 +04:00
Evgeny Gerashchenko 666c48c8c1 Merge branch 'highlighter'
Conflicts:
	idea/src/org/jetbrains/jet/plugin/JetBundle.properties
	idea/src/org/jetbrains/jet/plugin/annotations/JetLineMarkerProvider.java
	idea/src/org/jetbrains/jet/plugin/highlighter/DebugInfoAnnotator.java
	idea/src/org/jetbrains/jet/plugin/highlighter/JetPsiChecker.java
2012-04-04 16:46:11 +04:00
Leonid Shalupov 4b8942faca build stdlib tests 2012-04-04 16:40:46 +04:00
Evgeny Gerashchenko 5d92696317 Disabled names highlighting in tests. 2012-04-04 16:14:00 +04:00
Evgeny Gerashchenko c989b2e5ba Updated "Autocasts" test data in JetPsiCheckerTest. Replaced types with their FQ names. 2012-04-04 16:14:00 +04:00
Evgeny Gerashchenko 8f6e6065ff Added markup in settings page sample. 2012-04-04 16:14:00 +04:00
Evgeny Gerashchenko 8a7d1eaeb8 Reworked sample text in color settings page. Made it compact, but rich. 2012-04-04 16:14:00 +04:00
Evgeny Gerashchenko 3b2eebf5ed Moved text of color settings to JetBundle. 2012-04-04 16:14:00 +04:00
Evgeny Gerashchenko 2b72f4f7f9 Made proper tooltips for autocasted values and wrapped-in-a-ref values. 2012-04-04 16:14:00 +04:00
Leonid Shalupov 50e3e01284 no dependency on external maven plugin 2012-04-04 15:43:59 +04:00
Leonid Shalupov b34e9fe305 maven plugin: cleanup 2012-04-04 15:43:58 +04:00
Svetlana Isakova ac0fd05463 test for:
#KT-323 Fixed Handle visibility interactions with overriding
2012-04-04 14:36:57 +04:00
Svetlana Isakova 2577683ce8 tests for:
#KT-1248 Fixed Control visibility of overrides needed
#KT-37 Fixed Typechecker doesn't complain about accessing non-public property
2012-04-04 14:36:57 +04:00
Svetlana Isakova 0f20d4a6e2 Added 'change visibility modifier' quick fix 2012-04-04 14:36:56 +04:00
Svetlana Isakova fbffbc541a Added primary constructor parameters (that are properties) visibility check 2012-04-04 14:36:56 +04:00
Alexander.Podkhalyuzin b8e1e1dd75 Fixed name suggester for getter/setter names. Added names suggested by call before "sure" call. +Test 2012-04-04 14:34:30 +04:00
Nikolay Krasko e6fd0c053f Rename file for fixing build 2012-04-04 14:26:14 +04:00
Nikolay Krasko 0d1767fbf1 KT-1161 Formatter: indent parameters after function call on new line (not very beautiful but it will be refactored in future)
#KT-1161 fixed
2012-04-04 14:05:51 +04:00
Sergey Lukjanov 23e368cba4 Some tests for override action has been added. 2012-04-04 11:53:48 +04:00
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