Commit Graph
194236 Commits
Author SHA1 Message Date
Bas Leijdekkers bea8cec709 IG: handle void expected type separately 2017-04-27 19:21:50 +02:00
Bas Leijdekkers ee507b8d0b SSR: remove unused parameter 2017-04-27 19:21:50 +02:00
Bas Leijdekkers fb2f4a19c8 SSR: simplify/centralize setting and resetting of universal matching in tests 2017-04-27 19:21:50 +02:00
Anton Tarasov 07ea0e6e1a ToolWindowHeader.drawToBuffer should use Graphics to get proper scale 2017-04-27 20:05:22 +03:00
Konstantin Kolosovsky 41b5825bde Do not load inspection description while highlighting inspection problems
This commit reverts 9371b2211e.

It is unnecessary to load inspection description without explicit
request because it is rarely needed. And original commit also breaks
"SpellcheckerPerformanceTest.testLargeTextFileWithManyTypos()".
2017-04-27 20:01:58 +03:00
Anton Tarasov c799637278 Scale HiDPIScaledGraphics with correct scale 2017-04-27 19:48:58 +03:00
Maxim.Mossienko fbf1831e88 CCE after extract method (IDEA-172082)
(cherry picked from commit 9b91c35)
2017-04-27 18:15:04 +02:00
peter 77ad294a3d tolerate INRE during xml entity resolving while indexing (EA-100698 - INRE: FileBasedIndexImpl.handleDumbMode) 2017-04-27 17:58:18 +02:00
peter 4c2968f6a8 psi-dependent editor actions: commit PSI only if there is chance for the actions to be enabled (IDEA-170463, EA-98251) 2017-04-27 17:58:18 +02:00
peter 0e717f9460 tolerate index access errors from debugger quick evaluate (EA-100697 - INRE: FileBasedIndexImpl.handleDumbMode) 2017-04-27 17:58:18 +02:00
peter ce03a78bc0 support "assertThat(thing, is(notNullValue()))" (IDEA-172050) 2017-04-27 17:58:18 +02:00
Roman Shevchenko 40ed9f6221 Cleanup (warnings; typos; formatting) 2017-04-27 17:46:31 +02:00
Vladimir Krivosheev ad2e899f09 ClientPropertiesManager requires default state 2017-04-27 17:36:48 +02:00
Pavel Dolgov 26009e762f Java: Provide completion inside MethodHandles.Lookup.findClass() string literal (IDEA-167267) 2017-04-27 18:35:30 +03:00
Dmitry Avdeev 87c5e56bbf consider java.home on any platform 2017-04-27 18:27:58 +03:00
nik b1ea1768b9 cleanup: removed unused class and package description 2017-04-27 18:05:28 +03:00
Konstantin Bulenkov 74b22725ca highlight completion bold element brighter in Darcula 2017-04-27 17:02:14 +02:00
Nadya Zabrodina b75e0b1282 [vcs]:(IDEA-63884) delete changeList according to VcsConfirmation.option
* deprecate keepChangeListAfterCommit method and remove usages;
* show confirmation dialog if needed;
* cleanUp;
2017-04-27 17:44:10 +03:00
Nadya Zabrodina 0bc9a2f96f [vcs]: make showRemoveEmptyChangeListsProposal public and static
* change LocalChangeList parameter collection to ChangeList;
2017-04-27 17:44:07 +03:00
Nadya Zabrodina b8bbe206c4 [vcs]: optimize, move rootModel modification in initProject to EDT
* edt execution was changed during db21e6456 while changing inheritance;
2017-04-27 17:44:05 +03:00
Kirill Kirichenko 5dd255ed81 Merge remote-tracking branch 'origin/master' 2017-04-27 17:42:01 +03:00
Vladimir Krivosheev 648a68fe7d move class TestModuleStore to file level 2017-04-27 16:40:43 +02:00
Vladimir Krivosheev 32b3fcc901 Store configuration files for parts of project (modules/libraries/artifacts) which were automatically created by IDE during importing from Maven/Gradle separately from regular configuration files in .idea directory 2017-04-27 16:40:43 +02:00
Vladimir Krivosheev 1c67123756 add NotNull, use THashMap 2017-04-27 16:40:43 +02:00
Vladimir Krivosheev a9cb3e89b7 optimize - do not call sortByDeprecated if size < 2 2017-04-27 16:40:42 +02:00
Vladimir Krivosheev 4160f3a0c0 add NotNull 2017-04-27 16:40:42 +02:00
Vladimir Krivosheev a1e1caac6a move class TestModuleStore to file level 2017-04-27 16:40:42 +02:00
Kirill Kirichenko 365f0d1af3 IDEA-171869 Win10 LAF checkboxes in tables and buttons reworked 2017-04-27 17:40:23 +03:00
Konstantin Kolosovsky a902018f37 Add text to "ReformatCommitMessageAction" 2017-04-27 17:36:22 +03:00
Ekaterina Tuzova 097eb27d93 Merge branch 'meanmail/EDU-928' 2017-04-27 17:30:55 +03:00
Anton Tarasov efcbce21f4 Updating versions of project dependencies: jdkBuild->u152b837.4
Anton Tarasov
2017-04-27 17:21:16 +03:00
Gregory.Shrago 386d52a6af TreeState: prefer matched user objects over ids 2017-04-27 17:03:59 +03:00
Rustam Vishnyakov a213de7657 Test fix 2017-04-27 17:00:04 +03:00
Pavel Dolgov d5d87f3a8d Java: When searching for a class accessed with reflection try ResolveScope first to search in proper JDK/libraries - correction after review (IDEA-171808, IDEA-CR-20541) 2017-04-27 16:57:19 +03:00
vadim.lomshakov 5313fcca50 partial revert 2017-04-27 16:54:10 +03:00
vadim.lomshakov 5b20bb0630 [rider]: allow to change initial icon area width 2017-04-27 16:51:12 +03:00
vadim.lomshakov cc8ad99824 minor refactoring 2017-04-27 16:51:12 +03:00
vadim.lomshakov ec85bdba13 fixed #RIDER-5406 2017-04-27 16:51:12 +03:00
Alexey Kudravtsev f0302cdffe workarounds to make compilable with groovy 2.5 and jdk9 compiler 2017-04-27 16:45:54 +03:00
Yann Cébron 70c6cbf72e [dom] JavaMethodSignature: FindFirstProcessor -> FindProcessor 2017-04-27 15:43:12 +02:00
Roman Shevchenko 4f9ed398e1 Merge remote-tracking branch 'origin/master' 2017-04-27 15:39:42 +02:00
Roman Shevchenko 3cb9f52f45 [java] folding in modules 2017-04-27 15:38:29 +02:00
Roman Shevchenko 42576b3eca Cleanup (warnings; typos; formatting) 2017-04-27 15:38:28 +02:00
Eugene Zhuravlev edc3069186 IDEA-171775 Missing JARs from repository library aren't downloaded when a library configuration is changed externally 2017-04-27 15:01:51 +02:00
Eugene Zhuravlev f7cb7e8056 javadoc 2017-04-27 15:01:51 +02:00
Konstantin Kolosovsky b88e498957 Always init "CommitMessageInspectionProfile" inspection tools in tests 2017-04-27 15:49:09 +03:00
Aleksey Pivovarov c50504ef49 diff: lambdify 2017-04-27 15:45:44 +03:00
Sergey Simonchik 39c6c5286d FormBuilder: make it HiDPI-friendly (all input parameters are assumed to be unscaled) 2017-04-27 15:42:58 +03:00
Rustam Vishnyakov a50daf8225 Remove font definitions from bundled color schemes 2017-04-27 15:39:56 +03:00
nik acdad510c8 project structure dialog: show warning if user tries to manually edit configuration of a library imported from an external model (IDEA-171948) 2017-04-27 15:37:00 +03:00