Commit Graph

290202 Commits

Author SHA1 Message Date
Andrey.Cherkasov
50af51d8d1 Support the case when then array initializer is taken into parentheses; more attention to comments in fix: IDEA-238645
GitOrigin-RevId: d4557daa9b37e9f103b6453d9e0ad3a18df0a870
2020-09-16 12:30:36 +00:00
Mikhail Khorkov
a7668df48f PY-11858 Fix rename functon parameter along with decorator argument
If docorated function has a parameter and the decorator has
an argument with the same name as the parameter then we must not rename
the argument in case of renaming the parameter.

GitOrigin-RevId: ebc5dcf7448080e2762004a2779cd06700c042a8
2020-09-16 12:26:09 +00:00
Nadya Zabrodina
941cdc466b welcome screen: update background colors, provide related keys
GitOrigin-RevId: 1fb4697f1fd32e4a9dc97b1a8a32c10814401afe
2020-09-16 12:23:33 +00:00
Nadya Zabrodina
6c1453eb48 welcome screen: IDEA-249229 update the bottom part of New project tab on changing the theme
GitOrigin-RevId: a23a6c1d05320e837c2d407734806a251cbe4c7f
2020-09-16 12:23:32 +00:00
Rustam Vishnyakov
9687cbf5a9 Extract code style migration notification from ProjectCodeStyleSettingsManager to a separate UI class
GitOrigin-RevId: 583653380deeac7a0ab000401cc3439a77f25258
2020-09-16 12:21:53 +00:00
Aleksey Pivovarov
cc6fe7e4a7 git-index: disable changelists - shelve saver
GitOrigin-RevId: 4be138659f7c5edf5f15c2bbf25e61fc0db9aa45
2020-09-16 12:03:21 +00:00
Aleksey Pivovarov
4e6368f42c git-index: disable changelists - commit dialog
GitOrigin-RevId: 3aeb2638a8fdf041df5366328f0efb6f637adc1e
2020-09-16 12:03:19 +00:00
Aleksey Pivovarov
b9e6fc7ca8 git-index: disable changelists - misc
GitOrigin-RevId: 6b258c9bf5170766a538d3d1a1669a0864b5ef71
2020-09-16 12:03:17 +00:00
Vyacheslav Moklev
cdc10758d5 Fix code formatting
GitOrigin-RevId: 2a469e6b5f9f2f1ad51aeb24d229f8174d976d38
2020-09-16 11:39:24 +00:00
Vyacheslav Moklev
eff2bc98cf Notify message bus only if indicator is ProgressWindow
GitOrigin-RevId: ad11dd445d49f94ae18295b43fff5cfc4171a6d6
2020-09-16 11:39:23 +00:00
Vyacheslav Moklev
23ff024378 Introduce a topic for ProgressManager
GitOrigin-RevId: 2d16a76d105fa64ec5f0fcf456175e378a07a989
2020-09-16 11:39:20 +00:00
Sergey Simonchik
a694e546a2 platform: log finishing of background post-startup activities (investigating IDEA-250841)
GitOrigin-RevId: db85cfb7d7992f975fd0b2052a930f0701803faf
2020-09-16 11:33:45 +00:00
Evgeniy.Stepanov
77a0367185 Adjust welcome screen API for Rider
GitOrigin-RevId: 42ce54c2e975b34149601e0d1fc7004cf026e707
2020-09-16 11:20:32 +00:00
Yuriy Artamonov
c8988547ad IDEA-CR-66173 UAST: do not check project.isDefault in UastReferenceByUsageAdapter
GitOrigin-RevId: 610778b6fb14cfc5af978b4535a76dbc625dc940
2020-09-16 10:49:32 +00:00
Yuriy Artamonov
7504fad62d UAST: use THashMap for uastElementCache of UastPatternAdapter
GitOrigin-RevId: f9b5ef769dc5ce697ee277d375eaa89b4ccaca3e
2020-09-16 10:49:31 +00:00
Artem Semenov
584d5c6c4a IDEA-CR-66859: IDEA-250733 welcome screen: provide accessibleContext for tab list (left panel with tabs)
GitOrigin-RevId: f70f592f05b3203bfd7028dd68121061942fe215
2020-09-16 10:36:18 +00:00
Vladislav Ertel
46ccfcc014 Voice Chat MVP for CWM
GitOrigin-RevId: 25cbee8a6cbed663a6e5c817b55d5e22ba0bff03
2020-09-16 10:22:55 +00:00
Mikhail Khorkov
0a1cf30fb2 PY-36578 PY-30708 Make pipenv error dialog to be scrollable
Change general error message dialog to PackagesNotificationPanel
for pipenv errors.

GitOrigin-RevId: 90791cd2190bd27bcabec6c5fc0f3119621592d9
2020-09-16 10:14:05 +00:00
Vladislav.Soroka
37b5185f5a [Gradle] buildSrc projects of included builds have access to builds included in the composite "root" build IDEA-250774
GitOrigin-RevId: b63ed9f2cdb0800401e5ccfe1effb78195a71f25
2020-09-16 10:08:22 +00:00
Sergey Simonchik
a4ef83e7e2 inline LightEditService.requireProject (IJ-CR-3059)
GitOrigin-RevId: 40ee5422a2ad7936b6b33599e2a6ea2e5e496cd7
2020-09-16 10:04:36 +00:00
Vladislav.Soroka
a3d3adf66c [Gradle] buildSrc projects of included builds have access to builds included in the composite "root" build IDEA-250774
GitOrigin-RevId: 6c7172512a7319b83a0c28c3d555d9ddff5bddb8
2020-09-16 09:49:29 +00:00
Vladislav.Soroka
ddc5961284 [Gradle] buildSrc projects of included builds have access to builds included in the composite "root" build IDEA-250774
GitOrigin-RevId: cf22a311be904484efac3aed40c16d195897c986
2020-09-16 09:46:08 +00:00
Roman Shevchenko
a0afb1baa7 [vfs] more useful refresh session stats
GitOrigin-RevId: 2cc249935e20dda73f10c09a436ac4d4c2a13e18
2020-09-16 09:21:09 +00:00
Irina.Petrovskaya
caf9c6b1c2 IDEA 2020.3 EAP artwork
GitOrigin-RevId: 1759d34bde701f6498b9250e5133b9fe608d7776
2020-09-16 08:53:51 +00:00
Alexey Kalina
f460e3efbe [ml-completion] up fus event group version
GitOrigin-RevId: 9b8c48f1dd0230aef1532e0fc1668845e2a29b0c
2020-09-16 08:42:24 +00:00
Alexey Kalina
f927396787 [ml-completion] use explicit enum field in fus event
GitOrigin-RevId: fee5f740afd6f70f587bd2be586feaeb891c72ed
2020-09-16 08:42:23 +00:00
Alexey Kalina
4ed7822fcc [ml-completion] fix show diff initialization in state
GitOrigin-RevId: faed655733eecf11b5a86dc33da801483b886f86
2020-09-16 08:42:23 +00:00
Alexey Kalina
120224c6fa [ml-completion] disable showing arrows if user dislike it
GitOrigin-RevId: 1977a0f008f6ce76a9948e576dca2b48413d7105
2020-09-16 08:42:22 +00:00
Alexey Kalina
3881ca144c [ml-completion] enable show diff by default in pycharm
GitOrigin-RevId: 6362a0a2ac12523bf03af24db155c744c5d2a831
2020-09-16 08:42:21 +00:00
Alexey Kalina
9dc4bf53ca [ml-completion] don't show notification about arrows in a/b experiment
GitOrigin-RevId: 7ea0b1dfb1fb3bc3a3379ab70f89586989cdcea5
2020-09-16 08:42:21 +00:00
Alexey Kalina
f04425926a [ml-completion] increment sessions counter only when arrows are rendered
GitOrigin-RevId: b2cf495461dde4e933dc33591f9f42ab0f21fd21
2020-09-16 08:42:20 +00:00
Alexey Kalina
044bda3754 [ml-completion] arrows notification cosmetic
GitOrigin-RevId: 8a77fe234c712021e623716da824141ff3215c7d
2020-09-16 08:42:20 +00:00
Alexey Kalina
6abd90662b [ml-completion] send opinion about decorating lookup elements with arrows to fus
GitOrigin-RevId: 00d723beb332526e4e6692abf88be5c166c58f44
2020-09-16 08:42:19 +00:00
Alexey Kalina
a8518c954e [ml-completion] add notification with question about position changes arrows
GitOrigin-RevId: 91914baa2e13466a3dfe9eb8074581988ad2b1d8
2020-09-16 08:42:18 +00:00
Dmitry Batkovich
6b638fb5d2 shared index: add marker to metadata if file encoding is utf8
GitOrigin-RevId: 4a4b26a9052fdae0adfba24f757cf77edd88913c
2020-09-16 08:24:55 +00:00
Tagir Valeev
5a3156abc4 [java-completion] IDEA-212637 String.toUpperCase/toLowerCase: suggest using Locale parameter in code completion
MethodMergingMinimalTail is updated, as now additional completion option is available

GitOrigin-RevId: 290bdaf0e7aea3c2b676de052e118b7d08d0c525
2020-09-16 07:58:23 +00:00
Alexey Kalina
53b27e84fe [stats-collector] update ClientSessionValidator to new api
GitOrigin-RevId: 1e152b01c0597483023cfbd47d5381cefe1b8439
2020-09-16 07:40:37 +00:00
Dmitry Batkovich
7f06d7ab05 fix compatibility
GitOrigin-RevId: 45f5f5965bc8d47b8d564902cb506c1e61f36aeb
2020-09-16 07:20:51 +00:00
Artemiy Sartakov
b65eec5242 Problems view: type parameters support (IDEA-249578)
GitOrigin-RevId: 0f09fd6772df0ed673ba5de53a8d5437fa2c49a7
2020-09-16 07:20:12 +00:00
Nikita Eshkeev
f5d6a834df [i18n] Fix esc symbol
Signed-off-by: Nikita Eshkeev <nikita.eshkeev@jetbrains.com>

GitOrigin-RevId: 1dfe2f4fbdbbdc9337570413122487fedf6f089e
2020-09-16 05:12:51 +00:00
Dmitry Batkovich
6c4f1ca84e remove unused property
GitOrigin-RevId: 43239388cafb6f807f933ca8e3cf800672d31dde
2020-09-16 04:52:20 +00:00
Eldar Abusalimov
e8110519d8 EA-233454: GotoDeclarationAction: Make actionPerformed() recursion-safe
This fixes a nullability-related IAE until the underlying recursion
issue is resolved properly.

See:
  - IDEA-248072 Go to Declaration action is invoked recursively under modal progress
  - EA-233454 - IAE: GTDUCollector.$$$reportNull$$$ Argument for @NotNull parameter 'eventData' of GTDUCollector.record must not be null

GitOrigin-RevId: 98f0c05430851a28a7b5a026f0f93628a5ee50de
2020-09-16 00:04:51 +00:00
Nikolay Rykunov
a5ff61ab54 [space] Subscribe for chat modification events
GitOrigin-RevId: 008dd7901cc80415d1feea79484cb13daae53778
2020-09-16 00:02:25 +00:00
Nikolay Rykunov
7401b611ac [space] Move SpaceChatItem rendering to SpaceChatItemComponentFactory
GitOrigin-RevId: e666f694a37e7ba863e366771ccb1fdc212e7eb6
2020-09-16 00:02:24 +00:00
Nikolay Rykunov
23b36482aa [space] Load chat thread messages asynchronously
GitOrigin-RevId: 9cf6509d6c99bd9f09fcc0270e60cec7070020ce
2020-09-16 00:02:23 +00:00
Nikolay Rykunov
3bad7b87b9 [space] Load thread messages to create SpaceChatItem
GitOrigin-RevId: 6b274dda182f6fd21629b7f4955e55902245f904
2020-09-16 00:02:22 +00:00
Nikolay Rykunov
a054710f29 [space] Introduce ui and model packages
GitOrigin-RevId: 2ef33d84e28f5941f2b0d4f129b68150ca0d6312
2020-09-16 00:02:21 +00:00
Nikolay Rykunov
e740cf1bc3 [space] Wrap ChannelItemRecord in SpaceChatItem
GitOrigin-RevId: a2aaadf4f3f7525b147d5d1360bc7634588ac3ea
2020-09-16 00:02:19 +00:00
Nikolay Rykunov
8af23cad96 [vcs-review] Extract TimelineComponent to vcs-review module to reuse it in space chats
GitOrigin-RevId: 88da0b7b8a8e1a2362aca210f24f3c2142fbc72f
2020-09-16 00:02:18 +00:00
Eldar Abusalimov
30a9fd2477 IDEA-248692: Fix line height calculation for wrapped annotation bg
Otherwise, there were visual glitches with annotation background
rendering when a wrapped line was followed by a block inlay like code
vision.

GitOrigin-RevId: 8bca1f4451cd6a7aec5841662952634d7e8b7027
2020-09-15 23:43:02 +00:00