Nikita Eshkeev
35bdacb51f
[java-highlight] IDEA-253796 Trying to call static method on a new-expression should offer a quickfix to remove new
...
Fix notes from the review, it includes:
- moving the check if the new expression can be a call to static field/method to HighlightUtil
- checking the base class when looking for a static member
GitOrigin-RevId: 0a914f8cc76a13ae4249f9f6b752dcbccae8c940
2021-04-06 22:27:37 +00:00
Roman Shevchenko
a163f6d311
Cleanup (minor optimization; formatting)
...
GitOrigin-RevId: 1b998946a898c61281e4d389e4a886fd1dfa0582
2021-04-06 21:48:20 +00:00
Roman Shevchenko
97bfe1ab3a
[platform] making UpdateStrategy app-independent
...
GitOrigin-RevId: d58d9b084beaaba9342d601f4ba052388e92b920
2021-04-06 21:32:19 +00:00
Elena.Korotkova
e12f266e86
fix IDEA-261426, fix new toolbar update
...
GitOrigin-RevId: 4edb2fd4a8b2ea4a1674bde765f6f189d89cd197
2021-04-06 20:50:52 +00:00
Roman Shevchenko
d7be3e5675
[platform] skipping irrelevant IDE update data
...
GitOrigin-RevId: 91c4baaeb3a1b12bd854579e748d1f21a861d64e
2021-04-06 20:41:26 +00:00
Ivan Pashchenko
1e8e201eb6
[cwm] CWM-2570 use information provided exclusively by archive entries to form a manifest
...
GitOrigin-RevId: e15f66035eb058ac71926297a900153a9fe034d4
2021-04-06 20:27:42 +00:00
Vassiliy.Kudryashov
5252ef0702
IDEA-262095 Pinned tabs in a separate row: don't stretch unpinned tabs
...
GitOrigin-RevId: 7aaacae059cb9f09039c3e32cd5d3828457d117f
2021-04-06 20:25:10 +00:00
Nicolay Mitropolsky
7c5adeccc8
EA-254537: Plow.mapNotNull added and used
...
GitOrigin-RevId: 8c34a6310781ebecc413ef3e73963a4a861f30f2
2021-04-06 20:21:38 +00:00
Nikita Eshkeev
1ccb5ea4e3
[javadoc] IDEA-224332 Replace line comment before a method with a Javadoc comment
...
Restore tags of a javadoc after the intention is applied.
The intention used to lose tags of a javadoc when comments are merged into it, this patch fixes this problem
GitOrigin-RevId: 683a564fa446d110baf6fb342322cee8f4763a29
2021-04-06 20:20:30 +00:00
Alexey Kudravtsev
c4db8aaae6
correctly remove temp file types in tests
...
GitOrigin-RevId: 23a56810104e5451b78a46c2a65b30d20e7a738e
2021-04-06 20:13:27 +00:00
Vladimir Krivosheev
f83a2e1c93
make IdeStarter more clear
...
GitOrigin-RevId: e45d609ffa8c5c6a4cae3a939ad3621174a3c4fe
2021-04-06 19:24:46 +00:00
Vladimir Krivosheev
f04c12457a
registry key vcs.disable.changelists - default value must be specified
...
GitOrigin-RevId: eaf246ee4b602a6b03ce3bb60c8c6d55e4de8c1a
2021-04-06 19:13:31 +00:00
Vladimir Krivosheev
08b6e26a77
execute "mac app init" in parallel to appStarter, don't execute preloading activity as part of app initialized callback
...
GitOrigin-RevId: 15220b09d4226062df111b35ee034f80eb1bc62c
2021-04-06 19:13:30 +00:00
Alexander Lobas
cb9b4388ab
IDEA-263910 Screen reader pronounces "text/html" for some notifications
...
GitOrigin-RevId: 80005a71d154f724c84efcbf05f427052d346f93
2021-04-06 18:49:24 +00:00
Sergey Malenkov
b174109b33
Do not close speed search popup if search pattern is empty
...
GitOrigin-RevId: 0f97403e0e57057815da8dddefb81172cb3fa91c
2021-04-06 18:34:01 +00:00
Sergey Malenkov
ac95031403
Reset speed search comparator even if pattern is empty
...
GitOrigin-RevId: b7e1a3bdaae6b64bc398c3dbc7fca08b2832b9b3
2021-04-06 18:33:58 +00:00
Sergey Malenkov
5132fd7a74
IDEA-229803: Rename "Changed Locations" to "Edited Locations"
...
GitOrigin-RevId: 76ccbc5589edc014ee7c955d56407bdc87de5a7b
2021-04-06 18:33:56 +00:00
Gregory.Shrago
93d201ee01
ability to configure async actions update fast-track timeout
...
GitOrigin-RevId: d1c9520396db3619acc1b506cfaea9b212c4c859
2021-04-06 18:02:55 +00:00
Daniil Ovchinnikov
05af40a707
remove unnecessary overrides of Task$Backgroundable#shouldStartInBackground
...
GitOrigin-RevId: c730cc278a7dd3856fb7181ffb0442a6274d4aa6
2021-04-06 17:54:12 +00:00
Sergei Vorobyov
d7cf8e220d
[cleanup] removed redundant comment with place of event printer initialization
...
GitOrigin-RevId: f00cb076af5fc03b9eb3a35989ea427b121ad1a9
2021-04-06 17:48:22 +00:00
Daniil Ovchinnikov
993c4132ef
remove PerformInBackgroundOption usage from BackgroundableProcessIndicator
...
.. since all backgroundable progresses start in background right away (IDEA-234632).
The `background` method is called when the user clicks "Minimize" in the progress window.
The progress window is still shown when this indicator is used on a welcome screen, in such case
`PerformInBackgroundOption#shouldStartInBackground` was also ignored which resulted in showing a progress window.
Calling `PerformInBackgroundOption#processSentToBackground` after ignoring `PerformInBackgroundOption#shouldStartInBackground`
resulted in the following behaviour: the user backgrounds an unconditionally shown modal progress on a welcome screen,
and then the same progress might've never appeared as a window in a regular project frame if `processSentToBackground` saved the state.
^ This means `processSentToBackground()` call can be removed from `#background` method
for consistency with removal of `shouldStartInBackground()` call.
GitOrigin-RevId: 53cb99222f679f499de1dc6ad49303d65d03cc37
2021-04-06 17:37:59 +00:00
Yann Cébron
bce1c502d5
EA-263715 (plugin) - T: CreateInDirectoryActionBase.update
...
GitOrigin-RevId: b25a754447c9badff36a3f27fecc98b86137cfaf
2021-04-06 17:36:44 +00:00
Mikhail Sokolov
9ab8a70f68
IDEA-263715 Popup Lists: place mnemonics between icon and text
...
(cherry picked from commit 7dada31bab00b42a86da7e036a7041788d6bf8e6)
IJ-CR-7890
GitOrigin-RevId: 2b4617aeea4403a5812314b777fbe34a34906669
2021-04-06 17:25:22 +00:00
Mikhail Sokolov
2e52716ac8
IDEA-263715 Popup Lists: place mnemonics between icon and text
...
(cherry picked from commit e442dd73416c37681658cf1e813b647bf1cab635)
IJ-CR-7890
GitOrigin-RevId: 4bfc5d55710b3a05288dc352a470bdda40b09be3
2021-04-06 17:25:21 +00:00
Mikhail Sokolov
35a75ebe98
IDEA-263715 Popup Lists: place mnemonics between icon and text
...
(cherry picked from commit 250ed30bdf5598bf12be6616ecb4535358b49cd3)
IJ-CR-7890
GitOrigin-RevId: 84cc4457d8459c1af680549da9f9e7afaea98709
2021-04-06 17:25:20 +00:00
Mikhail Sokolov
c271a98f50
IDEA-263715 Popup Lists: place mnemonics between icon and text
...
(cherry picked from commit f6c41f250f900a2b137948d488057c072df1a75f)
IJ-CR-7890
GitOrigin-RevId: 2c1a00712d6ac02e2405c1e80b5c517a4f484dad
2021-04-06 17:25:20 +00:00
Mikhail Sokolov
d867702a3a
IDEA-263715 Popup Lists: place mnemonics between icon and text
...
(cherry picked from commit 40e68f93fce889826552b62b9ce10dadea16e2d4)
IJ-CR-7890
GitOrigin-RevId: f30f8565919cc0ceff9580d3c0226b13e4aab500
2021-04-06 17:25:19 +00:00
Mikhail Sokolov
3d74578e26
IDEA-263715 Popup Lists: place mnemonics between icon and text
...
(cherry picked from commit 782ac4c268d2748d7cf8433c8fd9592f68abfb21)
IJ-CR-7890
GitOrigin-RevId: 685defe0d93486dd0ba532b8238aa91c2f9f4ea7
2021-04-06 17:25:18 +00:00
Kirill Kirichenko
2c74451549
IDEA-263714 Popup Lists: top and bottom insets. Follow up.
...
GitOrigin-RevId: 60730d63f8e404c807ddbf464723f17705c3b1d1
2021-04-06 17:24:09 +00:00
Nikolay Chashnikov
4fcdba0bf3
[maven] exclude transitive dependencies corresponding to removed JAR files in Maven libraries
...
Otherwise they'll be restored in the library configuration when a library is reloaded.
(We should write a test to find such problem in future, see IDEA-265950.)
GitOrigin-RevId: f6fe95b3152664fd2bd4a591eecda2b1bb7ed587
2021-04-06 17:16:41 +00:00
Yann Cébron
a0d442ee4c
EA-263714 (plugin) - T: NewThemeAction.update
...
GitOrigin-RevId: a77f1ea9893461305e135d6716f669d3f660891c
2021-04-06 17:00:45 +00:00
Vassiliy.Kudryashov
c776c512c8
IDEA-263313 Find in files does not close after invoking Go to File / Class / Symbol from it
...
GitOrigin-RevId: 8eeb70857f30c20fe945ea482b7748e190a33968
2021-04-06 16:47:57 +00:00
Daniil Ovchinnikov
4a7fd61c4e
reuse PerformInBackgroundOption#DEAF and PerformInBackgroundOption#ALWAYS_BACKGROUND
...
GitOrigin-RevId: 46407bff6cb8a2d0aed3457be41ba2f7e1791fa2
2021-04-06 16:43:11 +00:00
Dmitry Jemerov
f84b484910
Minor changes to property text
...
GitOrigin-RevId: 092014ff06bbb467faa0ffd0f05d41aa96902525
2021-04-06 16:34:26 +00:00
Dmitry Jemerov
ec094f2779
Fix message capitalization
...
GitOrigin-RevId: 796b1c9fbb2c47b2db4aca020fb1e10a4de2a938
2021-04-06 16:34:24 +00:00
Andrey.Cherkasov
42a4f3fa64
[property tests] Preserve comments check: disable explicit changes in javadoc
...
GitOrigin-RevId: 45e8e471b1cf361f71917791445f86665876d42f
2021-04-06 16:25:28 +00:00
Anton Tarasov
94a78632e3
JBCefOsrComponent: revert scroll on mac/linux
...
GitOrigin-RevId: f181e9291e5f3adb097b5277503e4006501ddf30
2021-04-06 16:21:36 +00:00
Aleksey Pivovarov
60768e7d31
IDEA-194094 vcs: add registry option to disable changelists
...
GitOrigin-RevId: 3da7bb6abd08772fbc30a645779d783a17c1fb19
2021-04-06 16:12:32 +00:00
Nikolay Chashnikov
e23c438ad0
[workspace model utils] load resStore in StoreSnapshotsAnalyzer before other files
...
...because they may be absent if both 'left' and 'right' arguments of AbstractEntityStorage.reportConsistencyIssue are null.
GitOrigin-RevId: f4a45c94f320c185f1ffce35fc3cda16ff03c4df
2021-04-06 16:00:29 +00:00
Nikolay Chashnikov
dcf32052d0
[workspace model] add fileNameId property to toString for FileInDirectory class
...
This is needed to have different representation for entity sources of different libraries (IDEA-265327).
GitOrigin-RevId: 935314e28db4bad1f809993d3c897a46936c3189
2021-04-06 16:00:28 +00:00
Anton Tarasov
3bd3d80794
JBCefOsrComponent: fix focus on Linux
...
GitOrigin-RevId: 435af12dc0768186a0ad76402d3daa9e0f7f5392
2021-04-06 15:58:29 +00:00
Elena.Korotkova
7a72ed8020
fix memory leak in ToolbarActionTrackingPopup
...
GitOrigin-RevId: d21718da40facbd663db55f771002b11eab81464
2021-04-06 15:56:02 +00:00
Bart van Helvert
9a078fac63
[jvm] IJ-CR-7495 Improve double annotation warning
...
GitOrigin-RevId: 2355929a6fde8a87adb2ed82cd5ed621dcf29aba
2021-04-06 15:40:50 +00:00
Sebastiano Poggi
f5a265aa7f
PKGS: remove some more unused code
...
GitOrigin-RevId: 99d7c5f7f50e14b0e06f9618336a3578b9339fd4
2021-04-06 15:38:14 +00:00
Sebastiano Poggi
3a2b9c3ffc
Remove unused strings from PKGS bundle
...
GitOrigin-RevId: 350049b2797ec3d8cf6e452ae5eb7dced5252b6d
2021-04-06 15:38:13 +00:00
Viktor Shatrov
4c5facc0ef
inline debugger: Make myToolbar private (IDEA-260478, IDEA-263076)
...
GitOrigin-RevId: 53ef8325ab17e3808fb95038e736d5ddc4b39351
2021-04-06 15:36:24 +00:00
Anton Tarasov
54d1eb01c3
JBCefOsrHandler: fix scaling on linux
...
GitOrigin-RevId: ca3c01e536176b92fe83ffaecef6d9374198f242
2021-04-06 15:27:18 +00:00
Daniil Ovchinnikov
d7ac4e133f
IDEA-234632 inline ide.background.tasks
...
GitOrigin-RevId: fb3e890267ec1ba240c089f4b9dc9f149deaba5c
2021-04-06 15:19:09 +00:00
RKernel Updater
e44d056b48
Updating versions of project dependencies: rkernelVersion->master.166
...
RKernel Updater
GitOrigin-RevId: 4a1650b88773c09fa1521a85aea050467bbab829
2021-04-06 15:02:39 +00:00
Egor Ushakov
8ca373ff2f
IDEA-265500 Provide cpu snapshots in freeze reports - limit max profiling duration
...
GitOrigin-RevId: b61d012c6e597945b617d6b7c274a761fba8459a
2021-04-06 14:39:19 +00:00