Tagir Valeev
a8a30a77e4
ConditionCoveredByFurtherConditionInspection: use logger instead (IDEA-CR-39290)
2018-11-08 15:10:45 +07:00
peter
5c7c18c460
PsiClass.getDocComment: don't load AST when there's no doc comment
2018-11-08 08:36:48 +01:00
peter
2075f6d017
JCiPUtil: don't load AST unless there are signs that there might be jcip doc tags in the file
...
plus extract a utility method to check for file identifiers into IdIndex
2018-11-08 08:36:47 +01:00
Michael Golubev
34bdb37d8f
IDEA-158216 - Docker: unable to reopen Inspect window
...
+ leak fixed - log manager should forget disposed logs
2018-11-08 01:31:44 +01:00
Daniil Ovchinnikov
564857ba07
[groovy] get rid of separate GroovyCallResolverProcessorImpl
2018-11-08 00:02:57 +03:00
Daniil Ovchinnikov
fc66421edc
[groovy] get rid of forceRValue flag in resolve since method resolve is never an l-value
2018-11-08 00:02:57 +03:00
Sergey Simonchik
38c4469789
terminal: move EnvironmentUtil.setLocaleEnv to getTerminalEnvironment
2018-11-07 23:44:32 +03:00
Daniil Ovchinnikov
3effccaf3a
[groovy] use Argument instead of PsiType in call references
2018-11-07 23:23:17 +03:00
Vassiliy.Kudryashov
91ac62dc38
IDEA-201019 Consider changing the color picker icon because it looks too much like the Microsoft logo
2018-11-07 23:19:33 +03:00
Bas Leijdekkers
fca2178475
SSR: fix saving filters in inspection settings (IDEA-201833)
2018-11-07 21:07:59 +01:00
Bas Leijdekkers
3ed3fd24cb
SSR: set text from context correctly when there is no selection
2018-11-07 21:07:59 +01:00
Bas Leijdekkers
3fd978a24f
IG: fix AIOOBE (EA-131665)
2018-11-07 21:07:59 +01:00
Bas Leijdekkers
298fa9c3c7
SSR: remove unnecessary method
2018-11-07 21:07:59 +01:00
Bas Leijdekkers
0ca20ce0b7
SSR: add warning when importing pattern with script
2018-11-07 21:07:58 +01:00
Bas Leijdekkers
2a4008a7b2
SSR: import/export templates through copy/paste (IDEA-161879)
2018-11-07 21:07:58 +01:00
Bas Leijdekkers
270948a82d
SSR: allow scrolling in new dialog
2018-11-07 21:07:58 +01:00
Bas Leijdekkers
428d97f73d
SSR: lenient comment and string literal matching
2018-11-07 21:07:58 +01:00
Bas Leijdekkers
6ddc5f1c23
SSR: comment matching cleanup
2018-11-07 21:07:58 +01:00
Bas Leijdekkers
7e4106b2c8
SSR: care for case sensitivity when matching comments/literals with multiple vars
2018-11-07 21:07:57 +01:00
Bas Leijdekkers
c8a468a100
SSR: Java string literal should not match char fix
2018-11-07 21:07:57 +01:00
Bas Leijdekkers
671dd1ad2a
SSR: move method to profile
2018-11-07 21:07:57 +01:00
Bas Leijdekkers
6dac93eff3
SSR: better search plan for faster and more correct index search
2018-11-07 21:07:57 +01:00
Roman Shevchenko
89c426c062
[java] reduces use of VFS on JDK classes root detection
2018-11-07 20:55:02 +01:00
Sergey Simonchik
cdb4223e88
terminal: remove "EncodingEnvironmentUtil.setLocaleEnvironmentIfMac" unintentionally added by 88ab07d685
2018-11-07 22:17:57 +03:00
Sergey Simonchik
5ee4e0267b
terminal: restore fix for IDEA-155071
...
Restore 1c453e3a44 unintentionally reverted by 88ab07d685 .
2018-11-07 22:06:55 +03:00
Gregory.Shrago
9df2dc6cdb
introduce LightPlatform4TestCase for JUnit4 tests
2018-11-07 22:02:02 +03:00
Mikhail Sokolov
c82d552fe4
IDEA-201428 Add SE actions shortcuts to keymap settings
2018-11-07 21:30:30 +03:00
Sergey Malenkov
11219cc690
UX-325: setup antialiasing
2018-11-07 21:07:18 +03:00
Sergey Malenkov
d57b567908
IDEA-198957: Regression: Mnemonics broken on almost all of the Window submenu items
2018-11-07 21:00:44 +03:00
Mikhail Sokolov
79606c2414
IDEA-201428 Add SE actions shortcuts to keymap settings
2018-11-07 20:36:09 +03:00
Vladislav.Soroka
b9c5a9d957
Report statistics for actions invoked from build tool windows (FUS-171)
2018-11-07 20:05:28 +03:00
Roman Shevchenko
33877b0bb8
Cleanup (drops obsolete Info.plist)
2018-11-07 18:01:38 +01:00
Anna.Kozlova
c8dc243d71
redundant suppression (fall through switch stmt): ensure suppressed will be reported by inspection (IDEA-201885)
2018-11-07 17:58:39 +01:00
Anna.Kozlova
dc2db462a5
redundant string operation: support two step merging
2018-11-07 17:58:39 +01:00
Vladislav.Soroka
c0802407e4
Report statistics for actions invoked from build tool windows (FUS-171)
2018-11-07 19:43:35 +03:00
Vassiliy.Kudryashov
9eca38c983
IDEA-197166 Increase click and hover zones for the close button for Manage Recent Projects popup and Welcome Screen
2018-11-07 19:35:44 +03:00
Viuginov Nickolay
88352870b1
increase visibility of some AttachToProcessAction methods
...
IDEA-CR-39132
2018-11-07 19:21:15 +03:00
Viuginov Nickolay
d1932edab0
workaround: don't show pid of attach item in case if pid=-1
...
IDEA-CR-39132
2018-11-07 19:20:22 +03:00
Daniil Ovchinnikov
1422e30cd0
[groovy] pass arguments into AccessorProcessor instead of types
2018-11-07 19:13:38 +03:00
Eugene Zhuravlev
0046b59293
file copying with NIO with fallback to FileUtil extracted to a utility method; Updated MavenResourcesBuilder (followup IDEA-CR-39342)
2018-11-07 16:52:42 +01:00
Dennis Ushakov
2d87838223
ignore braces during retyping to get better approximation of real-world typing
2018-11-07 18:44:14 +03:00
Roman Shevchenko
6df1f9ec17
[tests] drops canned pattern instrumenter test data
2018-11-07 16:39:15 +01:00
Eugene Zhuravlev
21bc91ea10
deprecate FSCache and remove unnecesary usages (followup IDEA-CR-35372)
2018-11-07 16:35:48 +01:00
Dmitry Batrak
18e6944b26
investigate FoldingStressTest.testRestoreManyFoldRegionsPerformance blinking
2018-11-07 18:33:34 +03:00
Dmitry Jemerov
75b341b256
Show full IDEA version in tip of the day
2018-11-07 16:24:20 +01:00
peter
dd57f9d123
make PsiClassReferenceListStubImpl.myTypes thread-safe
2018-11-07 16:23:00 +01:00
peter
65295ceeee
LightReferenceListBuilder: less caching, don't resolve class types upon addition
...
because resolve might be expensive, and sometimes lead to SOE if it requests the same lazily calculated reference list on the same class
2018-11-07 16:22:59 +01:00
peter
c5c76ee6c5
shorten CachedValue access stack traces a bit
2018-11-07 16:22:59 +01:00
Dmitry Avdeev
a9e5ae9b4a
test for IDEA-199694 Preserve line breaks in XML when reformatting.
2018-11-07 18:09:35 +03:00
Jens Ole Lauridsen
91ff466232
IDEA-199694 Preserve line breaks in XML when reformatting.
...
The line breaks of Xml comments at the end of an XML file were
not preserved when the file was reformatted.
Change-Id: If8ebc954f4cdc8f0f3e385e2474ff50466ce88ff
2018-11-07 18:09:35 +03:00