Roman Shevchenko
9da891d894
Cleanup (javadoc)
2016-09-12 17:13:50 +03:00
Roman Shevchenko
48ce294241
[java] javadoc in modules
2016-09-12 17:13:22 +03:00
Roman Shevchenko
71a05d01e7
[java] allows non-members to host a javadoc comment
2016-09-12 17:12:22 +03:00
Roman Shevchenko
0448621e8d
Cleanup (formatting; typos)
2016-09-12 15:52:05 +03:00
peter
025a6712bc
don't commit documents in move left/right action update (IDEA-161071)
2016-09-12 11:57:02 +02:00
nik
69b1f5a5a9
external build: javadocs corrected (IDEA-CR-13655)
2016-09-12 12:48:48 +03:00
Aleksey Pivovarov
3755a6b963
EA-88203 - NPE: ContainerUtilRt.copy
2016-09-12 12:16:51 +03:00
Aleksey Pivovarov
36fee11033
vcs: @NotNull
2016-09-12 12:12:29 +03:00
peter
8f4ce5a03b
accept that there are files in library source without order entries (contributed by AdditionalLibraryRootsProvider) (EA-79573 - assert: JavaPsiImplementationHelperImpl.getClassesLanguageLevel)
2016-09-12 10:34:10 +02:00
Tagir Valeev
6da7838df4
IDEA-161002 anyMatch/noneMatch disabled for non-final vars; allMatch is supported
2016-09-12 14:28:24 +07:00
Tagir Valeev
e59b6864f0
StreamApiMigrationInspection: if in no-warning mode, can be activated now at any point of for(...).
2016-09-12 13:23:13 +07:00
Tagir Valeev
352e6e45ff
Several replacements to anyMatch with StreamApiMigrationInspection, with subsequent manual adjustments and using StreamEx features
2016-09-12 12:58:56 +07:00
Tagir Valeev
821b6c83f0
IDEA-CR-13651 BoolUtils.getNegatedExpressionText() used and fixed for float/double (to preserve semantics for NaNs)
2016-09-12 11:36:31 +07:00
Tagir Valeev
cb3b76a748
IDEA-CR-13549 StreamApiMigrationInspection: ExpressionUtils.isZero used; better ref comparison; expression.getResolveScope()
2016-09-12 10:47:05 +07:00
Vladimir Krivosheev
a9488981ea
fix maven tests
2016-09-11 11:36:49 +02:00
Konstantin Bulenkov
65c7695c14
Ability to use Icon path patchers by 3rd party plugins
2016-09-11 02:34:04 +02:00
Konstantin Bulenkov
e50eaf4ea0
Changing Version Control to VCS breaks shortcut
2016-09-11 02:05:54 +02:00
Konstantin Bulenkov
13ea0555c5
cleanup
2016-09-10 23:49:26 +02:00
Konstantin Bulenkov
aabfa16116
Merge remote-tracking branch 'origin/master'
2016-09-10 23:30:52 +02:00
Konstantin Bulenkov
27c4b60c67
use dpi aware insets
2016-09-10 23:14:33 +02:00
Sergey Malenkov
e746328dc9
IDEA-160777 Incorrect background in lists with new scrollbars
2016-09-10 22:43:47 +03:00
Kirill Likhodedov
ac24318df1
Cleanup, remove unused field & methods
2016-09-10 12:39:16 +03:00
Kirill Likhodedov
eaf3f1bae5
Use standard triangle positions in the commit dialog diff pane
...
They should be the same as commonly used in file trees.
IDEA-156342
2016-09-10 12:36:06 +03:00
Kirill Likhodedov
22bf3b9419
Rename "Details" pane to "Diff"
...
"Details" name is not clear, while "Diff" is clear enough.
2016-09-10 12:23:55 +03:00
Kirill Likhodedov
149f838b8e
Show the short diff in the commit dialog by default
...
It is a rather useful feature which is hardly discoverable.
2016-09-10 12:15:20 +03:00
Kirill Likhodedov
96616c8c33
Rename "Version Control" toolwindow to "VCS"
...
* "VCS" is shorter thus occupies less space
* "VCS" is more noticeable (3 capitals instead of 2 words)
* "VCS" is clear enough both for experienced and novice users
IDEA-161043
2016-09-10 11:14:43 +03:00
peter
c6e7331400
tolerate non-directory source roots when determining java file language level (IDEA-160928)
2016-09-10 08:56:10 +02:00
peter
f62c4f3d91
fail harder, but recover, when wrong line separators are inserted into a document
...
don't let PSI/document text inconsistency remain there forever
2016-09-09 21:43:46 +02:00
peter
2a7de43773
let LibraryRuntimeClasspathScope include library source (IDEA-160975)
2016-09-09 21:43:46 +02:00
Vassiliy.Kudryashov
5d4c57b094
IDEA-145132 Esc while editing push target closes the push dialog
2016-09-09 20:49:30 +03:00
Daniil Ovchinnikov
a185c85941
@NotNull/@Nullable, cleanup, lambdify
2016-09-09 19:53:17 +03:00
Pavel Dolgov
09635f2fa2
Javafx: Updated the test data - added application title and version to the ant task (IDEA-160877)
2016-09-09 19:48:39 +03:00
Egor.Ushakov
8aa757a966
IDEA-151857 Field "tooltip delay" is active when the check box is disabled
2016-09-09 19:27:35 +03:00
Pavel Dolgov
53da616258
Javafx: Supply the artifact's manifest with application title, version, and vendor entered in the artifact properties (IDEA-160877)
2016-09-09 19:02:42 +03:00
Daniil Ovchinnikov
8391c331bc
[groovy] provide console filter anyways
2016-09-09 18:59:48 +03:00
irengrig
13eb22ab02
json schema support for embedded json schema files (for babel, tslint, eslint configs etc): these embedded schema files file type should be json schema, not <custom> config file type. For that, their names should be different from <custom> config file names + increment index version
2016-09-09 17:26:02 +02:00
Vladimir Krivosheev
61cfed70b9
remove incorrect import ENCODING
2016-09-09 16:31:51 +02:00
Dmitry Batkovich
c78c5cfdef
resource bundle editor: flush properties file document changes before property document editing IDEA-160829
2016-09-09 17:19:17 +03:00
Egor.Ushakov
bbfcc4bee0
simple use of StreamEx
2016-09-09 16:51:12 +03:00
Alexandr Evstigneev
8ab3ddc7e4
Plugins suggestions: enabled suggesions for plugins, which files being supported via AbstractFileType (see https://github.com/JetBrains/intellij-community/pull/362 )
2016-09-09 16:39:02 +03:00
Vladimir Krivosheev
23cd95154c
make new kotlin version happy — cleanup code
2016-09-09 15:36:35 +02:00
Vladimir Krivosheev
8fc29b9643
update netty to support JDK 9: https://github.com/netty/netty/commit/00c0664ef8518cb9ba8ee8796d5bfa7f73355af4
2016-09-09 15:14:04 +02:00
Vladimir Krivosheev
fe60a10b62
do not write defaults: set mavenHome to MavenServerManager.BUNDLED_MAVEN_3
2016-09-09 15:14:02 +02:00
Vladimir Krivosheev
6b6bf11fcd
cleanup
2016-09-09 15:14:02 +02:00
Bas Leijdekkers
e9c2fd5a21
IDEA-160941 (Inspection 'Unnecessary call to String.valueOf()' should be smarter)
2016-09-09 15:09:25 +02:00
Egor.Ushakov
c4e417489d
added StreamEx library
2016-09-09 16:08:10 +03:00
Semyon Proshev
2d88d2cf91
Add frozenset.__iter__, tuple.__iter__ and file.__iter__ (Py2 only) skeletons
2016-09-09 16:02:53 +03:00
Semyon Proshev
e79b624ec3
PY-20063 Fixed: Code introspection / autocomplete does not resolve types in Sets (and perhaps other collection types) when used with single-character iteration expressions
...
Add skeletons for set.__iter__
2016-09-09 16:02:53 +03:00
Dmitry Avdeev
291f54bdec
@Nullable removed
2016-09-09 15:48:06 +03:00
Dmitry Avdeev
84e6c20779
IDEA-80668 Move changes to Active Changelist - usability
2016-09-09 15:48:06 +03:00