This project is mirrored from https://gitee.com/mirrors/intellij-community.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 17 Oct, 2023 40 commits
-
-
Aleksey Pivovarov authored
GitOrigin-RevId: 9aeaf6b9cb387433ee7caee081ff9ae5f11f29a7
-
Aleksey Pivovarov authored
GitOrigin-RevId: 23425a41980f0c3953bc31733a333d20a9da8241
-
Aleksey Pivovarov authored
GitOrigin-RevId: e695a5b093daaaaf371be3cdfa5172a1a7b6b289
-
Aleksey Pivovarov authored
GitOrigin-RevId: d092737781d3f172b0b7e28df2269a15b3cef211
-
Aleksey Pivovarov authored
GitOrigin-RevId: 82039e212960a4376518875eb27b55c6e175a823
-
Aleksey Pivovarov authored
GitOrigin-RevId: 74c9eb4bd5661eddfe31b6e7fa41bcf862e9f415
-
Aleksey Pivovarov authored
GitOrigin-RevId: f542c406c78edb8e6a093d668d70b8dc47206acd
-
Aleksey Pivovarov authored
GitOrigin-RevId: 83f161293f2bb3821b3b7d889a24c3a703c53048
-
Aleksey Pivovarov authored
GitOrigin-RevId: ba3460459acc6a34d4a59db040b49db662a050c1
-
Aleksey Pivovarov authored
GitOrigin-RevId: 759553e6b65415396bf3f4c91d7efd704e600e90
-
Aleksey Pivovarov authored
GitOrigin-RevId: 6300fd1cb79106a3bc958599712f4aa260ae996a
-
Dmitry Krasilschikov authored
GitOrigin-RevId: f5708dce0992ac3630e13d400d75dc2038d7f90e
-
Mikhail Pyltsin authored
GitOrigin-RevId: 5bd6b1c53c32e096a7a20e7cdd23b2e39bc19fea
-
Vladimir Krivosheev authored
GitOrigin-RevId: 2b23358f69424d92a481efdea55b583740a23edc
-
Vladimir Krivosheev authored
GitOrigin-RevId: a6826c0ccaa1a7b068653b8d89b4c1bd7b382543
-
Vladimir Krivosheev authored
GitOrigin-RevId: 1220df24d2cfdd276a6c56a20cd00b757558f1f3
-
Vladimir Krivosheev authored
GitOrigin-RevId: e8c821b2cd7feb7420628967fc7f87e1be086c3d
-
Vladimir Krivosheev authored
GitOrigin-RevId: eda5814af55cd416c13566664d77157aa914d897
-
Vladimir Krivosheev authored
GitOrigin-RevId: 4743de5cd5a1b71369a921e49b8c92730cf5de96
-
Vladimir Krivosheev authored
GitOrigin-RevId: f873c1f120c66740936065d12b404287123a138d
-
Dmitry Drobotov authored
IDEA-334750 Notifications settings: fix "No popup" value in Popup Type combo box not being announced by screen readers GitOrigin-RevId: d9594d4958dab820cd77f7bcaedb6236e77cacb2
-
Ruslan Cheremin authored
+ Recovery could be long, so better to explain user why they waited. Also notification rises awareness about incorrect IDE usage patterns (improper shutdown) GitOrigin-RevId: d5d0887f36b0df214909fc93794154c707962775
-
Alexander.Glukhov authored
GitOrigin-RevId: 1fdadf96699d3b4c8b88aa4c1abbd5a9e1107f40
-
Alexander.Glukhov authored
GitOrigin-RevId: cc89b6d72c8ec55424bbe4874da6f7033ccc6232
-
Bart van Helvert authored
#KTIJ-27384 Fixed GitOrigin-RevId: c201221715f3fec00fe0f2a4e7a86ebf9d8444ce
-
Gregory.Shrago authored
Never used for real since the inception in 2004. GitOrigin-RevId: faf046849bda1161c32708c1bb97438f849d9f3e
-
Andrey Cherkasov authored
Merge-request: IJ-MR-116656 Merged-by:
Andrey Cherkasov <Andrey.Cherkasov@jetbrains.com> GitOrigin-RevId: d42dd51ec49b4176265baf2bb69df04a964418a3
-
Georgii Ustinov authored
#IDEA-321083 fixed GitOrigin-RevId: 6370f1cdbf9f21490f5ec82e8e44fe1b2d995bee
-
Andrew Kozlov authored
GitOrigin-RevId: 84b47810aea07e0531a8460e43fb64b393237179
-
Andrew Kozlov authored
GitOrigin-RevId: 65761a5c2ab832365b27687b505c87189bb3de40
-
Oleg Taratukhin authored
GitOrigin-RevId: bbbb886d6d4bcfa7f2dfbc2156faeb3538fbb5ab
-
Chris Lemaire authored
GitOrigin-RevId: 53f030ec60f30b04b27f4fade51ccbbed7dcab7b
-
Chris Lemaire authored
GitOrigin-RevId: 7b1fba351b9c0b79d87f7778baf1f553714ab307
-
Chris Lemaire authored
Instead of using this function, GitLabSnippetService has a function to do the same. GitOrigin-RevId: 05f7dc8f06465299db68279d1afd70e23adca671
-
Chris Lemaire authored
Requires project selection to be maintained over re-loads of the combo box list of contents. GitOrigin-RevId: 4233e4d62802b7597f4570fc9f8a13ab8d08c85a
-
Chris Lemaire authored
Exceptions thrown from this check are indicative of some problem with the login details or with the connection to a server. Without catching them, they end up being reported, which is unwanted in this case. We just want to re-attempt login if some problem occurs. In this case, I think we ignore the possibility of connection errors as there's no easy way to recover from those. GitOrigin-RevId: 85515ef1973693b7153c20baafd449415f14bdea
-
Chris Lemaire authored
The account selection was somewhat random as the first account in the set of accounts was selected. This fix selects the first account that is for a server that's listed in the known repositories for the current project. GitOrigin-RevId: 6866219157b31cdcb6d4bea8f1e59f03969b0b32
-
Chris Lemaire authored
Accounts weren't shown because `isVisible` referenced the dialog instead of the row. Simply using `visible` without a `pack` should be enough to show the dialog correctly in most cases. GitOrigin-RevId: 8135804f174c4186e3531ce61f06d2ceedc0e9fa
-
Chris Lemaire authored
Previously, it was possible to upload multiple selections as one. This seemed to be a bit buggy for Gists, so this commit removes it. The estimation is that very little people would want to use the feature in this way anyway. GitOrigin-RevId: 3a86ab759998c10f793e7feaed0fa43e31cfc720
-
Chris Lemaire authored
[gitlab/github] Only show context menu Gist/Snippet actions when appropriate (IDEA-332349,IDEA-333615) Only show these types of actions when the project is a recognized GitLab/Github project, respectively. GitOrigin-RevId: 49c7c2bf50af998bd699f4bf398ed543a37f71de
-