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 |
|
Evgeny Gerashchenko
|
09229a6f07
|
Removed unnecessary keys2 map from JetHighlighter.
|
2012-04-02 17:33:33 +04:00 |
|
Evgeny Gerashchenko
|
99b922e582
|
Made proper highlighting for variables invoked as functions.
|
2012-04-02 17:30:21 +04:00 |
|
Evgeny Gerashchenko
|
8a4e07e3e5
|
Added highlighting for function/constructor calls and declarations.
|
2012-04-02 17:30:21 +04:00 |
|
Evgeny Gerashchenko
|
028cc74970
|
Changed highlighting for auto-casted value from green foreground to light green background.
|
2012-04-02 17:30:21 +04:00 |
|
Evgeny Gerashchenko
|
bf8e53efad
|
Added highlighting for parameters.
|
2012-04-02 17:30:21 +04:00 |
|
Evgeny Gerashchenko
|
25bbc912e9
|
Replaced underlining with light purple background for properties with backing fields.
|
2012-04-02 17:30:20 +04:00 |
|
Evgeny Gerashchenko
|
5863111124
|
Replaced "local var" and "local val" styles with "local variable" and "mutable variable/parameter/property".
|
2012-04-02 17:30:20 +04:00 |
|
Evgeny Gerashchenko
|
80c70616f0
|
Made styles for properties cascading, and therefore easier to tune.
|
2012-04-02 17:30:20 +04:00 |
|
Evgeny Gerashchenko
|
06e27d7a8c
|
Added highlighting for extension properties. Fixed a couple of property-highlighting problems.
Made visitProperty() recursive to avoid skipping getters/setters parsing.
Tuned style for properties with backing fields a little.
|
2012-04-02 17:30:20 +04:00 |
|
Evgeny Gerashchenko
|
06cae390e7
|
Added highlighting for properties depending on their container and presence of backing field.
|
2012-04-02 17:30:20 +04:00 |
|
Evgeny Gerashchenko
|
696e6828ea
|
Added highlighting for local variables.
|
2012-04-02 17:30:20 +04:00 |
|
Evgeny Gerashchenko
|
f8618fb9b1
|
Made highlighting for annotations valid. Renamed "Soft keyword" entry to "Built-in annotation"
|
2012-04-02 17:30:20 +04:00 |
|
Evgeny Gerashchenko
|
7efc1bcb5c
|
Added highlighting for classes, abstract classes, traits and type parameters.
|
2012-04-02 17:30:20 +04:00 |
|
Evgeny Gerashchenko
|
537b2733dc
|
Added settings for highlighting KDoc parts.
|
2012-04-02 17:30:20 +04:00 |
|
Evgeny Gerashchenko
|
7e4cfb5f3e
|
Added highlighting for operator signs and other punctuation.
|
2012-04-02 17:30:19 +04:00 |
|
Evgeny Gerashchenko
|
cd18094929
|
Added special highlighting for invalid string escape.
|
2012-04-02 17:30:19 +04:00 |
|
Evgeny Gerashchenko
|
c65425edac
|
Made soft keywords bold by default.
|
2012-04-02 17:30:19 +04:00 |
|
Evgeny Gerashchenko
|
6aadf4400d
|
Added implements/overrides line marks for properties.
|
2012-04-02 17:30:19 +04:00 |
|
Evgeny Gerashchenko
|
f57ebac1ff
|
Marks are different for overriding and implementing functions.
|
2012-04-02 17:30:19 +04:00 |
|
Evgeny Gerashchenko
|
f28a490a1e
|
Removed line markers for everything except for overriding functions.
|
2012-04-02 17:30:19 +04:00 |
|
Evgeny Gerashchenko
|
494b489075
|
Moved list of used visitors to separate methods in JetPsiChecker.
|
2012-04-02 17:30:19 +04:00 |
|
Evgeny Gerashchenko
|
0079df05b0
|
Converted LabelsAnnotator to extra visitor invoked from JetPsiChecker.
|
2012-04-02 17:30:19 +04:00 |
|
Evgeny Gerashchenko
|
f41548a664
|
Converted SoftKeywordsAnnotator to extra visitor invoked from JetPsiChecker.
|
2012-04-02 17:30:19 +04:00 |
|
Evgeny Gerashchenko
|
e92d8fcda7
|
Extracted VariablesHighlightingVisitor from JetPsiChecker.
|
2012-04-02 17:30:18 +04:00 |
|
Evgeny Gerashchenko
|
3328dda81a
|
Extracted BackingFieldHighlightingVisitor and corresponding abstract superclasses from JetPsiChecker.
|
2012-04-02 17:30:18 +04:00 |
|
Evgeny Gerashchenko
|
99a8ab6b01
|
Made debug info visible only when IDEA is in internal mode.
|
2012-04-02 17:30:18 +04: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 |
|