Commit Graph
179100 Commits
Author SHA1 Message Date
Tagir Valeev 8c3bbd3b2c IDEA-161260 Migration to findFirst(): Support more expression kinds in the last return statement 2016-09-15 16:30:49 +07:00
Bas Leijdekkers 15d80a429e IDEA-158796 ("Scope of variable 'entries' is too broad" false positive) 2016-09-15 11:27:24 +02:00
peter e4ecf343fd a meaningful toString for ReadTask continuation runnable 2016-09-15 10:56:14 +02:00
Vladimir Krivosheev 78022d03a0 IDEA-CR-13813 fix GitHttpGuiAuthenticator password label 2016-09-15 10:55:50 +02:00
Vladimir Krivosheev cf809ab1f5 correcct ssh.password.message text according to new Password Promt Dialog layout 2016-09-15 10:50:34 +02:00
nik 6f72c1f97e build scripts: deprecated method in old gant scripts 2016-09-15 11:44:17 +03:00
nik d693b7fa7c build scripts: include junit-jupiter-api-5.0.0-M2.jar to junit plugin distribution 2016-09-15 11:43:20 +03:00
Vladimir Krivosheev 639d1df51b deprecate PasswordSafePromptDialog 2016-09-15 10:37:26 +02:00
nik 03395b9d8d build scripts: include shared resources to distribution in 'update from sources' task 2016-09-15 11:35:38 +03:00
nik de6523c654 build scripts for IDEA UE and CE rewritten to use the new scheme to layout platform and plugin JARs instead of layouts.gant files 2016-09-15 11:12:30 +03:00
nik d39bfaa24d build scripts: javadoc updated 2016-09-15 11:12:30 +03:00
nik 66b72d3d92 build scripts: specified non-trivial layouts of remaining IDEA plugins 2016-09-15 11:12:30 +03:00
nik 7ad793cd6f build scripts: allow plugins to include resources from other modules, reordering entries in jar files supported, added option to skip building non-bundled plugins, allow excluding project libraries from a product layout, added option to build archives of sources of all modules included into a product 2016-09-15 11:12:30 +03:00
nik f620222877 build scripts: exclude *.png files from sources archives 2016-09-15 11:12:04 +03:00
nik 9ae1af4112 build scripts: javadoc updated 2016-09-15 11:12:04 +03:00
peter 0c87baf3c0 perform multithreaded modal indexing immediately even if inside write action (IDEA-159199) 2016-09-15 10:03:12 +02:00
Andrey Vokin 1858be6fd8 Cucumber dependencies updated 2016-09-15 09:27:23 +02:00
Tagir Valeev b5403ab8e9 LambdaCanBeMethodReferenceInspection: ExpressionUtils.isNullLiteral used 2016-09-15 14:09:49 +07:00
Tagir Valeev f3e1bd900e IDEA-161194 Add inspection to optimize Stream.filter(...).findAny().isPresent() to anyMatch(...) 2016-09-15 13:20:50 +07:00
Tagir Valeev 5a5929c43f IDEA-161260 Stream API Migration: support findFirst() patterns 2016-09-15 12:13:11 +07:00
Tagir Valeev 8722eec61f IDEA-161202 Replace Collections.sort with List.sort in Java-8 2016-09-15 11:24:08 +07:00
Tagir Valeev 63fc835045 Replace several comparators via ComparatorCombinatorsInspection 2016-09-15 10:49:49 +07:00
Tagir Valeev 9cac1fb1e7 ComparatorCombinatorsInspection: same family name; naturalOrder()/reverseOrder() support 2016-09-15 10:36:03 +07:00
Vassiliy.Kudryashov 599ebf2a17 Add descriptions for some registry keys 2016-09-14 23:28:28 +03:00
Kirill Likhodedov a6446cd896 Enable blocking read of the git output by default
This solves trimmed output like in IDEA-96461,
it probably used to cause hangs in some cases, but the process handler
had many improvements since then, so hopefully no more hangs should
appear. If they do, the change will be rolled back.
2016-09-14 23:17:32 +03:00
Kirill Likhodedov f3523f3298 Make "Undo commit" restore correct state of added files
Call `git reset --soft` instead of `--mixed`, to add all files from
the commit to the index.

This fixes IDEA-160606
2016-09-14 23:17:32 +03:00
Vladimir Krivosheev a44fc62d02 should be the only credentials per service name — fixed and tested for macOS 2016-09-14 19:29:59 +02:00
Rustam Vishnyakov 60d529baab Show display names of user Default/Darcula copies when switching 2016-09-14 19:33:43 +03:00
Vladimir Krivosheev 7b5f45e898 should be the only credentials per service name (fixed and test for KeePass): fix test 2016-09-14 18:23:08 +02:00
nik c8e8f3a360 build scripts: correctly find file under source root with package prefix 2016-09-14 19:16:52 +03:00
nik 77a88a7f8f build scripts: check correctness of productLayout.mainModule 2016-09-14 19:16:52 +03:00
nik 1179dbe166 project configuration: dependency on JAXB library moved from maven module to maven2-server-impl module 2016-09-14 19:16:52 +03:00
nik aa29266351 project configuration: corrected scope for 'TestNG' library to ensure that it won't be copied 'lib' directory of IDEA distribution 2016-09-14 19:16:52 +03:00
nik 33211c9d9d project configuration: use 'test' scope for assertj library used in tests only 2016-09-14 19:16:52 +03:00
nik 2ad3bd3e21 project configuration: added missing libraries to IDEA Community project 2016-09-14 19:16:52 +03:00
nik 603105e05a project configuration: removed unused dependency on TestNG library 2016-09-14 19:16:52 +03:00
Vladislav.Soroka 9a6239d433 [groovy] show method calls before closure blocks 2016-09-14 18:55:12 +03:00
Rustam Vishnyakov 84c2ab339d Default prefix change [IDEA-CR-13797] 2016-09-14 18:53:18 +03:00
Vladimir Krivosheev 53ee582735 use message bus instead of custom dispatcher 2016-09-14 17:51:50 +02:00
Bas Leijdekkers c20dca02cf IDEA-161217 (False positive 'Unnecessary call to String.valueOf()') 2016-09-14 17:47:02 +02:00
Bas Leijdekkers 78bdb3b59a SRR: avoid double brace initialization 2016-09-14 17:47:02 +02:00
Bas Leijdekkers 5e86faaa32 SSR: don't use selection if the editor does not have the focus 2016-09-14 17:47:01 +02:00
Bas Leijdekkers 72ed5aa09b SSR: cleanup 2016-09-14 17:47:00 +02:00
Bas Leijdekkers 9f406b8725 SSR: collect usage statistics 2016-09-14 17:46:59 +02:00
Dmitry Batkovich fd4d971933 ConvertAtomicToLongAdderIntention check element is valid 2016-09-14 18:40:21 +03:00
Vladimir Krivosheev e015adbba8 should be the only credentials per service name (fixed and test for KeePass) 2016-09-14 17:35:54 +02:00
Vladimir Krivosheev b8ecf3e2ef fix typo 2016-09-14 17:35:53 +02:00
Vladislav.Soroka 9dc7ee46cd [groovy] show method calls before closure blocks 2016-09-14 18:27:35 +03:00
Vladislav.Soroka 649c7a8d36 [groovy] show method calls before closure blocks 2016-09-14 18:16:46 +03:00
Dmitry Batkovich a317a6ba1b resource bundle editor: typo 2016-09-14 17:52:11 +03:00