Commit Graph
249382 Commits
Author SHA1 Message Date
Vladislav.Soroka 17df97d5aa ES: add externalSystem.rt jar to all IDEs distributions IDEA-187832
GitOrigin-RevId: 0f19e1651b826ebc6c905a080a9358cd5e0c230c
2019-06-13 10:08:55 +03:00
Tagir Valeev 3229dcd765 ChangeModifierIntention: restore caret position; incremental search (IDEA-CR-48063)
GitOrigin-RevId: 5702dfa7e4f077ddda89d883d858a448dbdf429f
2019-06-13 08:10:38 +03:00
Tagir Valeev 52c3179f4b Fix testdata (IDEA-CR-48303)
GitOrigin-RevId: 994e8d29ef25ba857cad655ee0598ed4b667cf6b
2019-06-13 08:10:00 +03:00
Tagir Valeev 1625e0240a ProjectLayoutPanel: cosmetics
GitOrigin-RevId: 388d9a5225bd5d914a2263bfea5a9f2ca908d28a
2019-06-13 07:11:28 +03:00
stsypanov 2bc502e1f9 Use StringJoiner instead of hand-written joining pattern
+some converted to Stream

GitOrigin-RevId: 92068910b1fb560b6d016a247ee6f4fec022fce0
2019-06-13 07:10:58 +03:00
Roman.Ivanov f8f402347c IfStatementWithIdenticalBranches: enable by default
GitOrigin-RevId: be4701018881217136569039e813c0c212f34dd7
2019-06-13 07:10:26 +03:00
Roman.Ivanov 74edc387c1 IfStatementWithIdenticalBranches: add fix to change settings
GitOrigin-RevId: 2b29dd0544bbf20c2e10c7a4f46ba89caf8c2fe8
2019-06-13 07:09:55 +03:00
Tagir Valeev 067c6f1c24 EnsureCodeBlockImpl: fix handling of incomplete while statements w/o body (EA-144041)
GitOrigin-RevId: 23e8a6f207cd4dc54b6f3582564b73fee8c9a568
2019-06-13 07:09:23 +03:00
Roman.Ivanov 6c55128127 Inlay hints: make settings searchable
GitOrigin-RevId: c23f76935f6a6f4d637cdf0e7a1980873c33e239
2019-06-13 07:08:46 +03:00
Gregory.Shrago 2b013a2aec IDEA-215990 Wrong capitalization in Settings > Editor > File Types
GitOrigin-RevId: ce0362b5395b8482cdedbf0e6d9a9e3f16228a18
2019-06-13 05:15:39 +03:00
Gregory.Shrago 8d86848320 support multiple engines for the same language
GitOrigin-RevId: 1bc4776442b3de858141eb22e5ec3073530136e3
2019-06-13 05:15:08 +03:00
Konstantin Kolosovsky e4cde887c6 vcs: Turn on non-modal commit setting by default
GitOrigin-RevId: 996140341a3cd2646ce94ad3a4878866d743177c
2019-06-13 05:14:30 +03:00
Vyacheslav Karpukhin 130538d8f5 Merge remote-tracking branch 'origin/master'
GitOrigin-RevId: a750f816e997dd4766ed1428d58e7bf269b173c7
2019-06-13 03:34:27 +03:00
Vyacheslav Karpukhin 63c71a8e01 Merge branch 'slava/coverage_with_jbdevice_refactoring'
# Conflicts:
#	CIDR-appcode/appcode-build/groovy/org/jetbrains/intellij/build/appCode/AppCodeProperties.groovy

GitOrigin-RevId: b69de039e2d0ff52b80049459ee80583789590a7
2019-06-13 03:33:56 +03:00
Julia Beliaeva b114f4b3b3 [file-history] drop unmatched AdditionDeletions on toggling "Show All Branches"
Toggling "Show All Branches" triggers filters change which resets initial commit count. In this case unmatched AdditionDeletions kept in the old FileHistory object may become irrelevant, since they do not necessarily belong to the visible graph anymore, so it's better not to use them. Old renames however, and also corresponding processed AdditionDeletions, do not become obsolete and could be still used for building new file history.

GitOrigin-RevId: 2b648dbf4d3de20374befc7abd41130181e67dd1
2019-06-13 03:33:24 +03:00
Roman Shevchenko c1a58ffd17 Cleanup (warnings; typos; formatting)
GitOrigin-RevId: 1cad4232ba1d1f58c522aa26019d245e2bf6832d
2019-06-13 03:32:53 +03:00
Vyacheslav Karpukhin e4effb75b9 Merge commit 'a85b798667f6a81500b21eda3c8d508a28cb969c' into slava/out_of_process_sim_and_dev
GitOrigin-RevId: ccfc7bb2ab1846fbf2c169f6262ffa412f3efb80
2019-06-13 03:32:21 +03:00
Dmitry Jemerov 7afa5ca0ac @NotNull for RunConfigurationExtension.updateJavaParameters()
GitOrigin-RevId: 5c472044f340aeaf67f3a81695814e70e3a125f0
2019-06-13 03:31:49 +03:00
Vyacheslav Karpukhin 8f41ae3227 Merge commit 'a85b798667f6a81500b21eda3c8d508a28cb969c' into egorzhdan/coverage
GitOrigin-RevId: 55b653eb620e8dc5642c467b0308e447a5ac32a7
2019-06-13 03:31:18 +03:00
Dmitry Jemerov 6449013904 Don't schedule background post-startup activities if project has already been disposed (IDEA-CR-48118)
GitOrigin-RevId: fd382465106884b782965de73a99055386162c69
2019-06-13 03:30:46 +03:00
Dmitry Jemerov 57a9155cf6 Avoid nested exceptions when trying to calculate toString() of an incompletely initialized project
GitOrigin-RevId: 4b7f7f3b1baa970d158cadfb5cee8d6935c85b3c
2019-06-13 03:30:15 +03:00
Dmitry Jemerov 1ab5cead2b Extend javadoc for <backgroundPostStartupActivity> (IDEA-CR-48118)
GitOrigin-RevId: 65f7ebba26fbdbf7da7d871b618d73508f37e678
2019-06-13 03:29:43 +03:00
Dmitry Jemerov 3c453a4621 Some more code review feedback (IDEA-CR-47980)
GitOrigin-RevId: 40addefbeed54a21c6948a3610d913d57ea8fb25
2019-06-13 03:29:12 +03:00
Dmitry Jemerov 769331b055 API for retrieving all registered file type extensions without instantiating all file types
GitOrigin-RevId: a7a5e660fdf357304a781bee42ec958f0db5fc72
2019-06-13 03:28:40 +03:00
Dmitry Jemerov 66488e1a18 Allow specifying patterns when registering file types in plugin.xml (IDEA-CR-47980)
GitOrigin-RevId: afc1dd7844ba0c7f03a64a234bdd99fde786f4a9
2019-06-13 03:28:08 +03:00
Roman Shevchenko 81021332bc [xml] concurrent color icon cache map (fixes occasional CMEs in tests)
GitOrigin-RevId: f3cf6b37742f117c1545b2062df4a4321adbc0af
2019-06-13 03:27:36 +03:00
Dmitry Jemerov 76f2997bf2 Hide templates list from new "new file" popup if it has only one template (IDEA-210532)
GitOrigin-RevId: e9d19cafe2f3fcb718217f1048e559f4e1e6926d
2019-06-13 03:27:03 +03:00
Roman Shevchenko eb0271fd6d Cleanup (warnings)
GitOrigin-RevId: 2a58f232b36ea3d9c1be32190891bb484b222002
2019-06-13 03:26:31 +03:00
Roman Shevchenko 48b55fd901 [platform] stricter plugin classloader creation
- fail on malformed classpath elements (a plugin isn't going to work well anyway)
- fail on an alien core classloader (assuming a plugin use "use-idea-classloader" for a reason)
- minor optimization (MHs are marginally faster than reflection)

GitOrigin-RevId: 72bb7db9ab65b99d7fe1fef08720979f3139396b
2019-06-13 03:25:59 +03:00
Dmitry Jemerov fe2a5b5d4f Enable Windows Defender check outside of internal mdode
GitOrigin-RevId: 023f969216308a1b1af9c4dfca06a1f7295aed8e
2019-06-13 03:25:27 +03:00
Roman Shevchenko 3bea463cc1 Cleanup (warnings; formatting)
GitOrigin-RevId: b27408718bde26b869390bd9ebdf645f88a391ca
2019-06-13 03:24:55 +03:00
Roman Shevchenko fd765ccc09 [platform] drops unnecessary reflection from UrlClassLoader.Builder
+ cleanup (pointless annotations; typos; formatting)

GitOrigin-RevId: fbb92e9eb94d9032de060d7f1d882296fbc29ec0
2019-06-13 03:24:23 +03:00
Dmitry.Krasilschikov 33c59dd4f7 FUS-418 extract dynamic part from RA stats collectors
GitOrigin-RevId: 6dd24d6db3612b0a7a62578880c47659b3bfd93f
2019-06-13 03:23:51 +03:00
Dmitry Jemerov edbbeb6fe7 "Don't show again" links in Windows Defender notifications
GitOrigin-RevId: f2ae0fc5e4463d876ea6de0050a482354df81618
2019-06-13 03:23:19 +03:00
Bas Leijdekkers 87e80aad0c SSR: fix tests
GitOrigin-RevId: fd5800a16af388184d3946b937446b84ebe53ae6
2019-06-13 03:22:47 +03:00
Svetlana.Zemlyanskaya 1b54a11a0b FUS: add custom validator to compare reported values with a file (for WI-47009)
GitOrigin-RevId: d05528f4bd9338ed6193c49c5b26b2c6aa2912cd
2019-06-13 03:22:15 +03:00
Dmitry Jemerov dc741cc225 Support automatically excluding directories from Windows Defender scanning
GitOrigin-RevId: 89f43973409048eeaee08e04116b295cf7a872bc
2019-06-13 03:21:43 +03:00
Dmitry Jemerov 0717b13a99 Check that Windows Defender is the active antivirus
GitOrigin-RevId: a58f52152364100fac4ee4a17af02282351520a3
2019-06-13 03:21:11 +03:00
Anna Kozlova 61bf2d7e74 iterate: don't load template settings (IDEA-216055)
GitOrigin-RevId: 07db195a19205f7ee0fce3757df80ea1d35a1f50
2019-06-13 03:20:39 +03:00
Vitaliy.Bibaev c51af50a09 [stats-collector] EA-143582 EA-136689 EA-136688 Fix NPE
GitOrigin-RevId: 28defba43b4923c338ea9c894d3ee5d71cb0434b
2019-06-13 03:20:07 +03:00
Dennis Ushakov d9d56755ff use inner test mode flag
GitOrigin-RevId: ccb05d9667db3fa8d2ae1991db9e4fceb40ed4af
2019-06-13 03:19:35 +03:00
peter 2c927f5bbf less allocations in PsiDocumentManagerBase.getEventsSinceCommit
GitOrigin-RevId: b33923ba4431b1a4b0d44099a76784e66523d568
2019-06-13 03:19:03 +03:00
peter acd7e36b8d SmartPsiElementPointersTest.testLargeFileWithManyChangesPerformance: don't measure diff time on whole text replacement
GitOrigin-RevId: 36baa213ea11cdaeb4cc810a31f6b9797e1ae176
2019-06-13 03:18:31 +03:00
Konstantin Bulenkov 48c38198c2 Use DarculaTableSelectedCellHighlightBorder to avoid text jumping on cell deselection. Pull Request #1130
GitOrigin-RevId: fcc14e42e430e316e9cac0f3c2dd0a09205414f4
2019-06-13 03:17:59 +03:00
Dmitry Jemerov 25f41a2339 Remove redundant interface (IDEA-CR-48245)
GitOrigin-RevId: 9d8cef92c40d8c28b48a03fe33ada05e6db551e0
2019-06-13 03:17:27 +03:00
Roman Shevchenko 36dd6c8e9d [tests] one more FileUtil#delete test case
GitOrigin-RevId: 6617c0bb8701e14956284529b652bc505f74abc9
2019-06-13 03:16:55 +03:00
Anna Kozlova 1c496f04ac collapse signature for inferred/external annotations tooltip
GitOrigin-RevId: 65f0d6718931cb26a30f3377b0aa896edd9c2497
2019-06-13 03:16:23 +03:00
Anna Kozlova 91f7445298 constructor reference: don't ignore constructor parameters during method reference inference (IDEA-185578)
GitOrigin-RevId: e836468e05db28157713e9edd3c70382f8ecdebc
2019-06-13 03:15:49 +03:00
Egor Zhdan 89bb3c6fda Cleanup: remove useless statements
GitOrigin-RevId: 4d7af2607ee930f79c274db1e21f5f8e10db2541
2019-06-13 03:15:15 +03:00
Egor Zhdan 39d2d77155 Cleanup: NotNull/Nullable
GitOrigin-RevId: b8e892f32ea84c2115973155dba7127b892cc36e
2019-06-13 03:14:35 +03:00