Commit Graph
202276 Commits
Author SHA1 Message Date
Roman Ivanov 364c5bb129 add new groupBy cases 2017-09-13 11:29:31 +07:00
Roman Ivanov 0752af3706 fix errors 2017-09-13 10:11:23 +07:00
Tagir Valeev 35eb29010f IDEA-178788 Suggestion code replace from list iteration to List.removeAll 2017-09-13 09:41:13 +07:00
Tagir Valeev 89bc22ddf7 IDEA-178881 Unnecessary empty line in description of "Unroll loop" intention 2017-09-13 09:41:12 +07:00
Tagir Valeev 46a3df0018 DfaUtil#getWriteOffset: use PsiTreeUtil.processElements instead of ReferencesSearch (faster) 2017-09-13 09:41:12 +07:00
Gregory.Shrago c303a8293b commons-imaging: update launcher-generator.jar 2017-09-13 05:23:02 +03:00
Maxim.Mossienko 652ae7d33e Do not write extra index logs by default 2017-09-12 21:51:32 +02:00
Daniil Ovchinnikov 371a9d72c3 [groovy] fix nullability warning (EA-101589, IDEA-178856) 2017-09-12 21:38:22 +02:00
Dmitry Trofimov 87a672c019 Extracted some more stub generating code 2017-09-12 21:29:40 +02:00
Dmitry Trofimov 1b3d6255f5 Extract language level aware stubs generator 2017-09-12 21:29:40 +02:00
Dmitry Trofimov 8a9e5d8eec Extract Python independent stubs generator 2017-09-12 21:29:40 +02:00
Dmitry Trofimov 4bad84dc2d Fail if base dir isn't defined 2017-09-12 21:29:40 +02:00
Bas Leijdekkers 2efae9fe9a add necessary parentheses when simplifying if (IDEA-178828) 2017-09-12 21:21:44 +02:00
Bas Leijdekkers 22f01cfd39 devkit: don't highlight entire method call 2017-09-12 21:21:44 +02:00
Bas Leijdekkers 1006b91452 devkit: don't highlight entire method call and cleanup 2017-09-12 21:21:44 +02:00
Bas Leijdekkers fb5bf4994b improve inspection wording, description and highlighting 2017-09-12 21:21:44 +02:00
Bas Leijdekkers 17ebd12891 SSR: simplify XML pattern compilation 2017-09-12 21:21:44 +02:00
Bas Leijdekkers 6de6b72984 SRR: cleanup of java search and replace pattern check 2017-09-12 21:21:43 +02:00
Bas Leijdekkers 20828edfde SSR: remove need to wrap every pattern in a code block 2017-09-12 21:21:43 +02:00
Daniil Ovchinnikov 35fbe16c29 [groovy] don't highlight null in GString key inspection (IDEA-174890) 2017-09-12 21:02:30 +02:00
Anna Kozlova 4ccc9f4b2b fix warning in injection 2017-09-12 21:05:36 +03:00
Anna Kozlova b0ccbdebcf exception inference: don't check non-applicable methods (IDEA-178762) 2017-09-12 21:05:35 +03:00
Anna Kozlova 93b1084c31 coverage: ignore empty private constructors for all engines (IDEA-26988) 2017-09-12 21:05:35 +03:00
Anna Kozlova 786a908b21 ensure configurations with valid fork mode are created (IDEA-178860) 2017-09-12 21:05:35 +03:00
Roman Shevchenko 46827cf577 [vfs] passing a requestor object through VfsUtilCore#copyFile (IDEA-178871) 2017-09-12 20:54:35 +03:00
Konstantin Aleev 2af4fae52d RunDashboard: support node links
- Use LaF dependent colors for node links foreground.
2017-09-12 20:41:59 +03:00
dmitriy.tseyler 88498c465d DBE-1863 Reopening table editors on startup is potentially dangerous 2017-09-12 20:35:12 +03:00
Julia Beliaeva 79050983a0 [file-history] do not duplicate e.getPresentation().setEnabled method 2017-09-12 20:30:37 +03:00
Julia Beliaeva 005d77fb40 [file-history] only calculate selected revisions and first selected revision when they are needed
Use getSelectedRevisions method and ArrayUtil.getFirstItem
2017-09-12 20:30:37 +03:00
Julia Beliaeva a9707e516f [file-history] use extension providers for show diff and create patch actions
CreatePatch action redirects to the default action for files, so provider is made active only for folders now.
2017-09-12 20:30:37 +03:00
Julia Beliaeva a27d1e1abf [file-history] register history actions in VcsActions.xml 2017-09-12 20:30:37 +03:00
Julia Beliaeva 63d8083dc3 [file-history] remove isEnabled method 2017-09-12 20:30:37 +03:00
Julia Beliaeva ed930bae59 [file-history] inline myRevisionsInOrderComparator 2017-09-12 20:30:36 +03:00
Julia Beliaeva ea8ed0960c [file-history] extract diff action and rename it to CompareRevisionsAction 2017-09-12 20:30:36 +03:00
Julia Beliaeva c9400f4662 [file-history] diff action works for two revisions
Since diff action takes only two revisions from the selection (and when revisions are sorted differently -- very unclear which ones),
 it's logical to make it work on just two revisions. The principle here is what you see is what you get: when two revisions are selected, they are compared in the order they are selected.
2017-09-12 20:30:36 +03:00
Julia Beliaeva 515cd6f3bb [file-history] introduce data key for previous revision for diff action 2017-09-12 20:30:36 +03:00
Julia Beliaeva 46dc308d6c [file-history] inline getFirstSelectedRevision 2017-09-12 20:30:36 +03:00
Julia Beliaeva 8b0750b475 [file-history] inline getSelection method 2017-09-12 20:30:36 +03:00
Julia Beliaeva d171f4ea12 [file-history] get file, revisions and diff handler from context 2017-09-12 20:30:36 +03:00
Denis Fokin 4cdabbfafe Eliminate focus killer 2017-09-12 17:20:54 +03:00
Ilya.Kazakevich 0763e7a5ec Cleanup after review: use lambdas instead of inner classes, docs added 2017-09-12 20:07:13 +03:00
Daniil Ovchinnikov be655cd3ff [groovy] dfa: handle conditions within instanceof (IDEA-171182) 2017-09-12 18:53:11 +02:00
peter f170a9fa36 speedup goto file name search a bit 2017-09-12 18:39:35 +02:00
Konstantin Bulenkov b3027e12fe not needed anymore 2017-09-12 18:22:24 +02:00
Julia Beliaeva 0b5355120d [vcs-log] remove unused exception class 2017-09-12 19:15:37 +03:00
Julia Beliaeva 1c5ca8130f [vcs-log] remove unused imports 2017-09-12 19:15:37 +03:00
Julia Beliaeva 09ca331c38 [vcs-log] fix javadocs 2017-09-12 19:15:37 +03:00
Julia Beliaeva ab22b2e07c [vcs-log] use dpi-aware borders, simplify borders creation 2017-09-12 19:15:37 +03:00
Sergey Simonchik d4a9a35deb runnerw: close child process's stdin when runnerw's stdin is closed (IDEA-145882, WEB-16832) 2017-09-12 19:09:35 +03:00
Konstantin Bulenkov 5ee4e2d3f0 add license for commons-imaging 2017-09-12 18:02:25 +02:00