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 .
- 14 Feb, 2023 11 commits
-
-
Eldar Abusalimov authored
GitOrigin-RevId: 4d39baa001418f449cea24948df42d72ad7dae09
-
Eldar Abusalimov authored
GitOrigin-RevId: 665be2d44a7520c0f1237eb59ee4660db2eeecf9
-
Eldar Abusalimov authored
GitOrigin-RevId: deef2b7194fd65a7a43ac9bd9a53fbc97fce978b
-
Eldar Abusalimov authored
GitOrigin-RevId: 7585a97463d0ca65a01e11315da8d8305582ab17
-
Eldar Abusalimov authored
GitOrigin-RevId: d1321e92f18732cb5bf1136f72ed91d1e0bf7cde
-
Eldar Abusalimov authored
GitOrigin-RevId: 745c36305a52a066ade9ee6294f3f6429467bd59
-
Eldar Abusalimov authored
GitOrigin-RevId: de8b0f9ab5699b7881ce683b11f573d36a9be0c6
-
Eldar Abusalimov authored
GitOrigin-RevId: 463476de257330b24ffef5ec4b7c498661913716
-
Henry Wylde authored
This implementation adds a new searcher that allows languages to provide an ImplementationViewSearcher. This just simplifies some of the API so that we can re-use concepts such as TargetPresentation. GitOrigin-RevId: 0115e0bfc4eeda4a77d0cba561ab53c7c320fd75
-
Henry Wylde authored
This line was removed in 17ae0f23a8dc3c6274c552c8cf1a861d816516b5, but was important as without it the FindUsagesAction#SEARCH_TARGETS data rule would fail to find any valid search targets. GitOrigin-RevId: d23f5694cd970d866d1c9e12a54dab1998ad13c5
-
Vyacheslav Karpukhin authored
KTIJ-15609 New Project wizard: Android Application: automatically fill "Android SDK Path" field and remember the change GitOrigin-RevId: c10ab0b1703ebeacdec677496e6a8d218ec5dcc5
-
- 13 Feb, 2023 29 commits
-
-
Sergey Simonchik authored
GitOrigin-RevId: de3c2acc2fd0d6e2aca7a0d6c2b663e9496ba8f9
-
roman.ivanitskii authored
GitOrigin-RevId: d7edba8b2cccbd19d356916c8a9e9b7e05224fa3
-
Andrii Rublov authored
GitOrigin-RevId: f68ef7d47e6e2efcc548bdf497aa1090a4af1de5
-
Vladimir Krivosheev authored
GitOrigin-RevId: e42379a058bb5e9b6c87a20c25392dcc6d037fdc
-
Sergey Simonchik authored
GitOrigin-RevId: 35ece3a83b0abce282eeb9896cbb6267293a9a44
-
Aydar Mukhametzyanov authored
GitOrigin-RevId: 05559115525a7030faa548e1a2cc1fc3925758a7
-
Aydar Mukhametzyanov authored
GitOrigin-RevId: a9e8157587647855ac3a1117c0bd05819b0a4a52
-
Aydar Mukhametzyanov authored
GitOrigin-RevId: 5379efc2ce26ce4c68ebbd338ece06b9cdd9e3bf
-
Vladimir Krivosheev authored
move intellij.platform.util.diff and intellij.platform.util.text.matching from util.jar to app.jar (it is not a low-level util - we can raise the language level) GitOrigin-RevId: d5aeb967779a489ac57e16fdbb023604a3a1a825
-
Vladimir Krivosheev authored
GitOrigin-RevId: c1dcc7fcf3b72bd849c0aa17a5d025703c0074ba
-
Andrey Cherkasov authored
GitOrigin-RevId: 4d79699db5b769fb7c36dbabc16c17272c18771e
-
Aydar Mukhametzyanov authored
GitOrigin-RevId: 47c8b9dbd9ec9631435064e61b33bdc5176f2c5e
-
Egor Ushakov authored
GitOrigin-RevId: 90f423310f62b8fecfdee6a3555487ec6086f859
-
Nikolay Chashnikov authored
...and use UninitializedWorkspaceFileIndexData implementation instead of null. This is needed to improve handling on access to non-initialized data. Also, WorkspaceFileIndexData instance is now exposed via WorkspaceFileIndexEx to avoid verbose delegation. GitOrigin-RevId: cf3c0dd11799be9226931ad0335fa7d1faa40aea
-
Nikolay Chashnikov authored
First step: rename the file to keep history. GitOrigin-RevId: 14f5da859a10d65e68832ba6aae6b21eea940a4d
-
Nikolay Chashnikov authored
[platform] API: change access modifier for AbstractBundle(String) constructor from public to protected This constructor can be used only from the subclasses, otherwise the classloader will be taken from AbstractBundle class itself, and it won't load the message bundle from a plugin. GitOrigin-RevId: b6226b98e4b4004c061c6b4c83b5830d648be0b4
-
Dmitriy.Panov authored
IJ-CR-102807 IDEA-309683 non-exported libraries from transitive dependencies aren't added to the compilation classpath GitOrigin-RevId: 9f88711ca6aba316c184c202e8ebfc51ed6829f6
-
Konstantin Hudyakov authored
IDEA-305229 Paint underline for the selected tab and draw icons with opacity in the hidden tabs list GitOrigin-RevId: b5d919f41f1555f8e10b6351d58854cbaf694926
-
Konstantin Hudyakov authored
GitOrigin-RevId: 715d7767d3e527c2ee52bf5cd4c7761634862f66
-
Konstantin Hudyakov authored
GitOrigin-RevId: b37e52257351844aeab408090d4a8712d8871b51
-
Denis Konoplev authored
GitOrigin-RevId: fea12600fbfac6451b62c27e28d05a251ba02b6b
-
Mikhail Pyltsin authored
GitOrigin-RevId: 2c8b6da4fdd73b7cfbc81048e2ecbf346ad9788b
-
Ivan Posti authored
GitOrigin-RevId: 63c96802a16fbc70d3337ac3b51d9183a0a9139d
-
Dmitry Kichinsky authored
GitOrigin-RevId: e064a7440265223140e5bb0f25b7baafa75a623b
-
Yuriy Artamonov authored
GitOrigin-RevId: da656310be76715c85e584a1911158ba92d2bf24
-
Yuriy Artamonov authored
GitOrigin-RevId: b3752479ad8eab1f5b5eda352cc1a716a1fcbb33
-
Alexey Kudravtsev authored
assert no null LocalQuickFixes are passed to CommonProblemDescriptorImpl inside the "quickFixes" array (IDEA-312632), fix usages null arrays still can be passed, but arrays with null elements are rejected because: - consistency: it was very complicated (for both clients and implementation code) to understand if this particular fix could be null or not, and - performance: filtering out null elements from the array and reallocating them back were noticeably expensive. Currently, this assertion works inside tests only, to avoid irrecoverable failures in third-party plugins GitOrigin-RevId: b71bc59eb811a807a0e6aae9609c368806f54869
-
Alexey Kudravtsev authored
enable "run annotators" by default in "Annotator" inspection because a lot of tests rely on that currently GitOrigin-RevId: f94da8e11d98159d1b5f891015d657a46c32fd55
-
Alexey Kudravtsev authored
replace most significant decimal digit with most significant three bits because I hate logarithms and exponentiation GitOrigin-RevId: f4379a3299c0ea564160f16888802bc869bb6c75
-