Tagir Valeev
d0bd812d05
BoolUtils#getNegatedExpressionText: push negation down into || and &&
2017-04-10 16:11:18 +07:00
Tagir Valeev
21a30b344d
CreateFromUsageUtils: WriteAction/ReadAction.compute used (IDEA-CR-20153)
2017-04-10 16:11:17 +07:00
Egor.Ushakov
b797f10782
IDEA-169244 Evaluate expression inside of local class fails when anonymous class is used - changed modifier
2017-04-10 11:45:03 +03:00
Egor.Ushakov
d953a06094
toString for debugging
2017-04-10 11:45:02 +03:00
Dmitry Batkovich
e5c5d0b0ed
move down PreferMostUsedWeigher (after PreferByKind)
2017-04-10 11:06:43 +03:00
Dmitry Batrak
a1d91f286c
IDEA-170039 Honor new foldings 'collapse by default' state - test case
2017-04-10 10:25:51 +03:00
Dmitry Batrak
6581ce1534
avoid skipping folding update
...
This was possible in case when first folding pass's 'collect' stage was
cancelled right after it calculated and cached its result. The following
pass in this case returned 'null' runnable, and folding update was
skipped effectively.
2017-04-10 10:25:51 +03:00
Dmitry Batrak
37cf2a84e3
IDEA-170039 Honor new foldings 'collapse by default' state - FoldingDescriptor cleanup and javadoc
2017-04-10 10:25:51 +03:00
Dmitry Batrak
a031e42f20
IDEA-170039 Honor new foldings 'collapse by default' state - implement setting changes tracking for Java and XML
2017-04-10 10:25:51 +03:00
Dmitry Batrak
ae251d56bb
IDEA-170039 Honor new foldings 'collapse by default' state - convert Java and XML folding settings to use properties with modification tracking
2017-04-10 10:25:51 +03:00
Dmitry Batrak
19939a3d10
IDEA-170039 Honor new foldings 'collapse by default' state - support for specific folding regions' dependencies in platform code
2017-04-10 10:25:51 +03:00
nik
be3b860c8d
build scripts: removed obsolete properties from idea-community's build.xml
2017-04-10 10:19:27 +03:00
nik
e64d6cdf70
javadoc for build scripts updated: do not set custom directories and JAR names for new plugins
2017-04-10 09:20:16 +03:00
Tagir Valeev
3da23def83
InvertIfCondition: some fixes for non-compilable code
2017-04-10 12:09:51 +07:00
Tagir Valeev
f4c6d909ab
IDEA-171205 Create local variable from usage: honor most suitable overload by parameter count
2017-04-10 11:29:42 +07:00
Eldar Abusalimov
e5ddd95495
CPP-9477 debugger: Add registry value to control number of composite value children
2017-04-09 21:02:36 +03:00
Ilya.Kazakevich
ce18a5898d
Staging removed from test
2017-04-09 20:51:38 +03:00
Dmitry Trofimov
5115f74a81
Cleanup: remove the deprecated usage
2017-04-09 13:30:53 +02:00
Dmitry Trofimov
3445114b9d
Use console environment to start a local terminal instance (PY-17816)
2017-04-09 13:12:56 +02:00
Julia Beliaeva
eb91989280
[git] code issues: inline methods, better variable names, etc
2017-04-09 06:03:32 +03:00
Julia Beliaeva
130978173b
[vcs] remove VcsFileRevisionDvcsSpecific that has only one usage
...
Instead, introduce getAuthorDate method into VcsFileRevisionEx and use it instead.
2017-04-08 21:12:57 +03:00
Julia Beliaeva
eab4a2488e
[git] remove deprecated classes: GitHeavyCommit, SymbolicRefs, SymbolicRefsI
2017-04-08 20:55:11 +03:00
Kirill Likhodedov
aa4d471857
Cleanup & NotNulls
...
Remove trivial javadocs, reformat, lambdify, add @NotNulls
2017-04-08 10:50:04 +01:00
Sergey Malenkov
c0d4b29525
IDEA-169924 / IDEA-157959 XML Breadcrumbs hold strong references to AST
2017-04-07 23:01:28 +03:00
Sergey Malenkov
c71437e38b
IDEA-169924 extract breadcrumbs from xml wrapper
2017-04-07 23:01:28 +03:00
Sergey Malenkov
29e8a73099
IDEA-169924 constant gap between breadcrumbs
2017-04-07 23:01:28 +03:00
Sergey Malenkov
2d2d8dd4d0
IDEA-169924 / IDEA-166147 Middle click on breadcrumbs bar navigates to whatever is under the caret
2017-04-07 23:01:28 +03:00
Ilya.Kazakevich
1523362af7
PY-23267: Tests added to check right click on tests folder creates Django test run configuration
2017-04-07 22:48:20 +03:00
Artem Khvastunov
873ae2e4ee
@Nullable -> @Contract("null -> null") for StringRef
...
(cherry picked from commit 2d7f630992e2b72d10b078f3ff3caf4f452f5625)
2017-04-07 20:02:54 +02:00
Anna.Kozlova
4c3356ae3e
push condition: fix endless loop
2017-04-07 19:49:54 +02:00
Daniil Ovchinnikov
7f0cdcfa49
[groovy] don't call clazz.getText() (IDEA-165664)
2017-04-07 20:37:55 +03:00
Andrey Vlasovskikh
9ef3a2b3a4
Don't show non-public names from buitlins stub in completion (PY-22828)
...
The Typeshed stub from buitlins contains several non-public names:
* Imports from other modules
* Protected names (_foo)
2017-04-07 20:34:25 +03:00
Anna.Kozlova
b1138fe359
don't merge different descriptions at same start offset
2017-04-07 19:27:02 +02:00
Anna.Kozlova
1d95e4ee02
java 9: effectively final check fixed (IDEA-171152)
2017-04-07 19:00:58 +02:00
Ekaterina Tuzova
506175911b
removed obsolete dependencies from edu
2017-04-07 19:58:13 +03:00
Roman Shevchenko
42152d7dd5
Merge remote-tracking branch 'origin/master'
2017-04-07 18:54:51 +02:00
Roman Shevchenko
f623b2b302
Cleanup (warnings)
2017-04-07 18:54:12 +02:00
Roman Shevchenko
0588a4d12c
[java] recognizes @moduleGraph tag
2017-04-07 18:53:56 +02:00
Roman Shevchenko
fae23a3f61
[java] drops extra quotes from "disallowed tag" warning
2017-04-07 18:53:04 +02:00
Ekaterina Tuzova
669a3e5a67
full support for stepik in kotlin-java courses
2017-04-07 19:52:36 +03:00
Ekaterina Tuzova
1bc47c4d3e
publish proper course language to stepik
2017-04-07 19:52:36 +03:00
Roman Shevchenko
428b8c6ed7
Cleanup (duplication)
2017-04-07 18:51:20 +02:00
Roman Shevchenko
2a47148d94
[tests] message texts in Javadoc highlighting tests
2017-04-07 18:48:45 +02:00
Liana.Bakradze
fd54035b21
extract TaskWithSubtasksChecker (EDU-882)
2017-04-07 19:40:57 +03:00
Liana.Bakradze
da27607360
remove unused parameter
2017-04-07 19:40:57 +03:00
Liana.Bakradze
c14f398374
remove redundant parameter (EDU-882)
2017-04-07 19:40:57 +03:00
Liana.Bakradze
230e7528c4
move onTaskFailed logic to StudyChecker (EDU-882)
2017-04-07 19:40:57 +03:00
Liana.Bakradze
c00fba9ebe
move onTaskSolved logic to StudyChecker (EDU-882)
2017-04-07 19:40:57 +03:00
Liana.Bakradze
15caae5874
fix Django course creation
2017-04-07 19:40:57 +03:00
Liana.Bakradze
96ab8a27a9
move check listener to checker package
2017-04-07 19:40:57 +03:00