Commit Graph

4642 Commits

Author SHA1 Message Date
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
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