Anna Kozlova
64cb6979ca
redundant suppression: don't warn on "all" locally as global tools are not run (IDEA-253244)
...
GitOrigin-RevId: 3666dcf887e8a4735dee08f16e172c9272bfca24
2020-10-20 19:56:45 +00:00
Elena Shaverdova
017a58c542
[SSH Target] Avoid exceptions in UnixProcessManager.getProcessId on running java Application on SSH target
...
GitOrigin-RevId: 1caf09be80ebe08f9f2f6bc19407b73afb568049
2020-10-20 19:39:47 +00:00
Mikhail Mazurkevich
b5637db965
[intellij sh] IDEA-221381 Make Unix line separator by default for shell files and add it to code style settings
...
GitOrigin-RevId: 9c8ef51ba590f91ed0a8b44ea41749ddf71f5cb1
2020-10-20 18:48:59 +00:00
Vassiliy.Kudryashov
245594bfc1
IDEA-123086 Show pinned tabs in a separate row
...
GitOrigin-RevId: f5ca8f9d1ae68e474728289a72c7ec1a22fe9ab4
2020-10-20 18:06:58 +00:00
Eldar Abusalimov
55eaf93f36
CPP-22344: elevation: Revise library dependencies, add to licenses file
...
GitOrigin-RevId: 550d7c57be8a343da83d5035ee7b4a2689604bcd
2020-10-20 17:49:48 +00:00
Elena Shaverdova
2fd4ae53f0
[i18ze] JdkCommandLineSetup.kt
...
GitOrigin-RevId: 42703d9884e497a7e32b8528cf7c871577c9fe91
2020-10-20 17:48:20 +00:00
Elena Shaverdova
ad99c31ec5
[Targets] IDEA-253151 Exception when uploading file to SSH run target
...
GitOrigin-RevId: a36e46cd28d4459ffc68dc2662ec50972c5f8ea5
2020-10-20 17:48:18 +00:00
Vladimir Krivosheev
f15c467d7d
IDEA-253329 unset classloader for all plugin sub descriptors
...
GitOrigin-RevId: 545b5f849a3f5bac0aabe15fcf14a279ea4a3c19
2020-10-20 17:32:05 +00:00
Vladimir Krivosheev
77b89c8bb0
cleanup, reuse PluginStateChecker
...
GitOrigin-RevId: 763952172c4edd93d9779af7ca5328093b119b9a
2020-10-20 17:32:04 +00:00
Vladimir Krivosheev
f0291f4254
cleanup - do not expose VcsStartupActivity EP
...
GitOrigin-RevId: 49a52a1135f01429c7bfade7e1f5f354c65554e1
2020-10-20 17:32:02 +00:00
Nikita Gubarkov
99e0303b4a
IDEA-242733 Updated NLS for intellij.emojipicker & reformatted code
...
GitOrigin-RevId: 11b8c76106b0dbd522ac7e033a57af3589cae830
2020-10-20 17:27:56 +00:00
Andrew Kozlov
b57b618162
[dynamic plugins] explicit null check #IDEA-253327 fixed
...
GitOrigin-RevId: 00b6de082f9354d627e8d0df2c64baf1f7da4362
2020-10-20 17:16:33 +00:00
Dmitry.Krasilschikov
916f92a381
IDEA-253120 turn on "disable warnings" Reader Mode settings; disable the Reader Mode for headless mode
...
GitOrigin-RevId: c9dab49c1e0edd49789c384d4023e5ebce5496a4
2020-10-20 17:15:43 +00:00
Daniil Ovchinnikov
7cb573430a
IDEA-251753 [groovy] support file level suppression
...
GitOrigin-RevId: 4b214fbddcbe3402af0bddef42f818fd0c269a55
2020-10-20 17:03:57 +00:00
Eldar Abusalimov
9e55da7eb9
ComponentStoreWithExtraComponents: Workaround for Kotlin compiler bug
...
KT-42831 CCE when a method returning generic type is called from annotated if statement
Fixes the following exception:
- java.lang.ClassCastException: class java.util.ArrayList cannot be cast to class kotlin.Unit
GitOrigin-RevId: 7aa254a1d9439af37ece9fbc76ecb85b895e7e27
2020-10-20 17:02:57 +00:00
Aleksey Pivovarov
927fec3b93
IDEA-253337 git: do not use non-dynamic extension point
...
Fix regression after 687a463f58bb6bc776ae28b12e0ee05f67b8f2e9
GitOrigin-RevId: 14a5014bc73b2a3b759db7bf3eb76a3be080faea
2020-10-20 16:53:46 +00:00
Aleksey Pivovarov
2e7f10d6fb
git: do not listen for Registry key changes
...
GitOrigin-RevId: 643d70ea60fc7579a953352140b4b7bfe13251ca
2020-10-20 16:53:44 +00:00
Aleksey Pivovarov
b14f271b80
ui: improve error logging in tests
...
GitOrigin-RevId: 22cd062742b56f52a33a1c58af9b74fba557f8fa
2020-10-20 16:53:43 +00:00
egor.malyshev
66fdaf6c55
No need to l10n this, but NonNls is not working (why?) so let's avoid accessing that prop entirely.
...
GitOrigin-RevId: e247357175c1c19974dc425d27d0c61cb90560bd
2020-10-20 16:52:03 +00:00
kirill.skrygan
f464d05de8
bundle Code With Me into IJU, IJC, Clion, GoLand
...
(cherry picked from commit 82b71727f2f8788144ed8234813bccbd671201f1)
IJ-CR-3486
GitOrigin-RevId: e478029db6e992e1fadd88a350321d46475e1576
2020-10-20 16:46:37 +00:00
Andrey Lisin
c094aa911d
Add "--help" command line option to Python debugger
...
GitOrigin-RevId: b9a2c12ef2d2f63eda4953e7a7237714ba520a8a
2020-10-20 16:44:52 +00:00
elena.korotkova
2f45a7afc9
Fix SearchTextField investigation
...
GitOrigin-RevId: 447d74a6c130e732190ad550b73772b0d02d62ec
2020-10-20 16:38:20 +00:00
sebastian.sellmair
9eceb8a740
Mitigate KT-24309 for working in Android IDE plugin
...
GitOrigin-RevId: d29f1464e42b58cdafb2e7aecdf7656500c06abb
2020-10-20 16:24:43 +00:00
KotlinIsland
1fdb8235e9
PY-44714 PyTypedDictInspection: don't register problem with None
...
Fix false positive with None as TypedDict value type
close #1452
GitOrigin-RevId: 7c02d8928f2e9ef3612aaf69d6daeb5a1b71cb95
2020-10-20 16:11:42 +00:00
Daniil Tsaryov
a43a6b5ba5
IDEA-252307 [git] Git Rebase Dialog: consider all valid branch refs
...
GitOrigin-RevId: afe190e4e6256983dea81c3672d7247e56f14e68
2020-10-20 16:01:08 +00:00
Mikhail Sokolov
0672acc0a7
FUS-673 Accessibility statistics
...
GitOrigin-RevId: 8d1dd7919b46bf84f8c89559bb29fa4e80a67c2a
2020-10-20 15:59:57 +00:00
Eugene Petrenko
3f9726501f
make Notification::hideBalloon thread-safe, also fixes IDEA-253399
...
GitOrigin-RevId: 2c1b643f3df16435e54030c233165d354f7bdb17
2020-10-20 15:40:59 +00:00
Dmitry.Krasilschikov
c56b80adc8
IDEA-253380 add "Show What's New in the editor after an IDE update" option
...
GitOrigin-RevId: aea2776c97829a63d9f0dde753689f8348ad561e
2020-10-20 15:34:28 +00:00
Nikolay Chashnikov
5ac0a9f911
[platform] rewrite code to workaround bug in Kotlin compiler (KT-42826)
...
Without this change 'CHECKCAST kotlin/Unit' instruction is emitted by the compiler causing ClassCastException at runtime.
GitOrigin-RevId: a3422bf704ff0639882dbf2df5c44d64ea4d529a
2020-10-20 15:25:26 +00:00
Aleksey Pivovarov
4128ba954b
EA-241598 - T: FileDocumentManagerBase.getDocument
...
Compute 'newTodoItems' under the same ReadAction we read 'afterContent'.
Fix regression after 11f628e9d399d16c8d85e18cbd0b0251c4a5142d
GitOrigin-RevId: 7c70179e283394a81cf334b6c33c30c5ccbe7b35
2020-10-20 15:24:56 +00:00
Sergey Patrikeev
864cb4b0c9
shared-indexes: up-to-date files optimization followup: check that the chunk enumerator is not empty.
...
See IJ-CR-3402.
GitOrigin-RevId: d7ca6dd5b09bf9287384f172ad718e55f774e288
2020-10-20 14:32:06 +00:00
Kirill Kirichenko
9e412aa1bd
Remove unused properties in CodeInsightBundle.properties
...
GitOrigin-RevId: 318c710c2f74213a40e85bbda836b62550b6fd3c
2020-10-20 14:26:38 +00:00
Alexander.Kass
bc2c1f05b7
do not enable reader mode for database source files
...
GitOrigin-RevId: 96c79e28d00112ff413835e481e9bde4c32e5f43
2020-10-20 14:21:56 +00:00
Nikolay Chashnikov
d23b168d15
[workspace model] eclipse: support changing storage format for existing modules (IDEA-253364)
...
When ClasspathStorageProvider is changed, it also updates entity source accordingly. A test is added and tests are updated to manually force save in round-trip tests only.
GitOrigin-RevId: a10b0ac0f548a8b6e538b84ef1d91766e7e05330
2020-10-20 13:57:50 +00:00
Nikolay Chashnikov
fcc760a307
[workspace model] specify return type explicitly for VirtualFileUrlManager.getInstance
...
This should improve performance in IDE and help us to avoid implicit changes in its signature.
GitOrigin-RevId: 146e3f5346c4c40116d51ab6a68134e4f3092594
2020-10-20 13:57:49 +00:00
Nikolay Chashnikov
752c08c4f0
[workspace model] cleanup: set JvmName for VirtualFileUrlManagerUtil.kt
...
This is needed to avoid ugly Kt suffix when accessing code from Java.
GitOrigin-RevId: 481bd570c21f3c24c7bb926aec0e5ae5701ee3b0
2020-10-20 13:57:49 +00:00
Kirill Kirichenko
8ed1a3b0ca
Remove unused properties in DaemonBundle.properties and ImagesBundle.properties
...
GitOrigin-RevId: d6ae96e91f9de54ca3414e996897280cc967c717
2020-10-20 13:57:23 +00:00
Alexander Bubenchikov
b7f2e6941a
fix charset in tests
...
GitOrigin-RevId: b3d43238a32189c771ef5591b4d34a83ed8dd733
2020-10-20 13:56:04 +00:00
Alexander Bubenchikov
38e1f217d4
IDEA-253379 - key maven.always.remove.bad.entries enabled by default now
...
GitOrigin-RevId: cb584573cabf58da134aa6c0bbbbdd7a98b35b82
2020-10-20 13:56:02 +00:00
Ivan Chirkov
c1cbe56163
BuildNumber.groovy: fix warnings
...
GitOrigin-RevId: 4b20453f102ad4f6f905ee36961da0f936df9995
2020-10-20 13:55:34 +00:00
Julia Beliaeva
35872c8837
[git-index] do not try to add paths deleted from index
...
Paths that were fully staged are added to the index again before commit to stage all of the modifications done by the pre-commit checks. However, this should exclude paths deleted from the index: running "git add" for them is unnecessary and will result in error.
IDEA-253313
GitOrigin-RevId: 4c1db4c5c882c452169b6a72d41353efd0d9fb05
2020-10-20 13:54:36 +00:00
Dmitry Batkovich
2a6be7f346
indexes: flush cache before return if file is marked as indexed since we still load its state
...
GitOrigin-RevId: ef455cf865f488b098a2ec7cdcf08255f00fde47
2020-10-20 13:53:03 +00:00
Roman Shevchenko
63ab83fd5f
Cleanup (making Task.WithResult less confusing to read and more universal - IDEA-CR-67803)
...
GitOrigin-RevId: 253aa5e4720c34e6409c5b0d1c29f1d91432a572
2020-10-20 13:49:33 +00:00
Andrey.Cherkasov
30d076622d
Rename method
...
GitOrigin-RevId: ec0df9ad19a72c074258b4932e9975e46411fdaa
2020-10-20 13:48:58 +00:00
Julia Beliaeva
f10d9e24a8
[git-stash] fix property reference in the unstash dialog
...
follow-up: d35c7e695ea92f7e640ce6caecdd68e2e29df77b
GitOrigin-RevId: 1557ce758ce844400e0dac722c53abfa16ce5a85
2020-10-20 13:38:20 +00:00
Alexey Kudravtsev
25727968bd
test for Task (IDEA-CR-67803)
...
GitOrigin-RevId: 0bd9ff558ce894679693fa52d30e6619cb3a3789
2020-10-20 13:27:42 +00:00
Vladislav.Soroka
281cb6bd55
IJ-CR-3467: better place for modification tracker of imported data
...
GitOrigin-RevId: 9332665046e27168cd58a558a354086b5962012f
2020-10-20 13:26:08 +00:00
Dmitry Zhuravlev
74c1c18870
vcs: unify and simplify create new branch dialog titles
...
GitOrigin-RevId: 53d02fe5a33401fd5ab45a8bb95959f2d3af424e
2020-10-20 12:45:38 +00:00
Dmitriy.Panov
ed5c07bb0c
update *ApplicationInfo.xml: 'master' branch now targets 2021.1 versions
...
GitOrigin-RevId: 15dc022722709d79fd3c1e1be7c0247b8e0e6861
2020-10-20 12:40:00 +00:00
Vladimir Krivosheev
42ea61fe03
if icon cache is corrupted - log as debug instead of error
...
GitOrigin-RevId: 8a50eaedddbc54da889d6c5b9566be9470b8dd5e
2020-10-20 12:29:37 +00:00