Ilya.Kazakevich
cccada2bcf
[python] PY-86244: Mark helper dirs as resources.
...
These files aren't java sources.
GitOrigin-RevId: f1d86f6cf7cc5a5291997c2c39bd4f682f486c6f
2025-12-15 21:32:21 +00:00
Alexander Trushev
4c3708ebc2
[undo] IJPL-201535 Refactor FinishMarkAction removing exposed internal methods
...
GitOrigin-RevId: 2a9a2c03c711035df57c09a7c6399d2c58a32ff7
2025-12-15 21:25:37 +00:00
Alexander Trushev
f91dcdab02
[undo] IJPL-201535 Refactor UndoableActionType
...
GitOrigin-RevId: 6c86f89bc18fbf04f89466c16c20be3cafe0bd10
2025-12-15 21:25:37 +00:00
Alexander Trushev
6129982d41
[undo] IJPL-201535 Remove dead code
...
GitOrigin-RevId: ecbd1e4798d84bd5184b171b5ce7fdf9993b8c9f
2025-12-15 21:25:37 +00:00
Nebojsa.Vuksic
439a15cb16
[JEWEL-1198] Suppress Hardcoded strings zero tolerance inspection in Jewel and Compose samples
...
GitOrigin-RevId: 42f96d1b457a48a43b18ec6585d14ea9ff43f76a
2025-12-15 20:54:14 +00:00
Nebojsa.Vuksic
270eaabd6a
[JEWEL-1198] Prepare Jewel 0.33 release
...
This runs through steps 1–5 of the releasing-guide.md:
* Bump Jewel version to 0.33.0
* Bump Gradle IJP to 2025.3.0
* Update Metalava baselines, create 0.33.0 dumps
* Bump IntelliJ Gradle Plugin version to 2.10.5
GitOrigin-RevId: 839089f5343e326b73b991e358213c4569f2720f
2025-12-15 20:54:14 +00:00
Ilia Permiashkin
e5b6d14eb1
[grazie] GRZ-5265 too many range markers are created
...
Merge-request: IJ-MR-185939
Merged-by: Ilia Permiashkin <ilia.permiashkin@jetbrains.com >
GitOrigin-RevId: 51659c982e046a48889260a1671db02f957ef6ad
2025-12-15 20:14:33 +00:00
Vasily.Chernov
1a61fdde4c
DBE-24632 Review follow up
...
(cherry picked from commit 32fc29563a57239a64baaf857f88381fc655a835)
IJ-MR-183399
GitOrigin-RevId: edde35555389852cf5a25d60dbf574d9c4221ee2
2025-12-15 20:12:52 +00:00
Vasily.Chernov
f28d06c355
DBE-24632 Reading data from ApplicationInfoImpl
...
(cherry picked from commit 0e84435bec4a9817ba834434a8c29107bca8aef1)
IJ-MR-183399
GitOrigin-RevId: a7a5673aa797819cf5376655f4eee4c48bb0d2cc
2025-12-15 20:12:52 +00:00
Daniil Stankevych
9da904b277
[jupyter-ui-tests] PY-84438 fix outputs preserve after reopening test
...
GitOrigin-RevId: 9f287997f98ec137dc04e794b1eb8b977259b4c9
2025-12-15 19:59:18 +00:00
Vladimir Krivosheev
2cf9c863d7
IJPL-223808 IJ-MR-181153 jps was effectively dead several years ago, and we weren’t able to fix it. On-demand compilation was already unusable at the time it was implemented. Now that we have a proper solution — Bazel — we can remove it.
...
GitOrigin-RevId: e248cc04e8745dd5367cf27473b9147b10a10337
2025-12-15 19:57:36 +00:00
Vladimir Krivosheev
27f232c922
IJPL-223808 IJ-MR-181153 cleanup
...
GitOrigin-RevId: f9395ea4de6225fae02b06288206532e356689c9
2025-12-15 19:57:36 +00:00
Vladimir Krivosheev
21df137fbf
IJPL-223808 IJ-MR-181153 use relative path to reduce size of fingerprint-debug.txt (300 > 200)
...
GitOrigin-RevId: ddb0f7897a5f9258b5ee8632b49b2e9dd7a579bd
2025-12-15 19:57:36 +00:00
Vladimir Krivosheev
12d9dfa841
IJPL-223808 IJ-MR-181153 cleanup
...
GitOrigin-RevId: 2f09f15b9464864202b44ddf11a3aef897c74178
2025-12-15 19:57:35 +00:00
Alexander Lobas
440d28788f
IJPL-223929 Gradient for tool window stripes is missing when dragging tool window icon
...
GitOrigin-RevId: c3f4ed6b7358348ba98327f30458d3d0bfe11e6b
2025-12-15 19:49:09 +00:00
Ilya Korennoy
3625e07e4d
IJPL-223900 Do not start scanning for CONTENT_NON_INDEXABLE filesets
...
GitOrigin-RevId: 31ca76a24b3d2131a4d1d26f0db8e1ab0b43bb2b
2025-12-15 19:34:13 +00:00
Nikolay Chashnikov
4d193499a0
IJPL-223882 remote dev: fix starting the frontend process from sources without dev build
...
While we still have shared run configurations which start the split mode without dev build (e.g., 'IDEA Split'), they shouldn't fail. Before the change, an attempt to load a content module descriptor from an output directory failed with a rather cryptic error message.
GitOrigin-RevId: 62f4f5ef997c2b07093b9af7421905ffc6103e39
2025-12-15 19:29:54 +00:00
Nikolay Rykunov
7919f276af
[platform] IJPL-223937: Propagate context to read action checks for rescheduling
...
Since lambda passed to `backendExecutor.execute(r)` is ContextAwareRunnable we should handle context ourselves
GitOrigin-RevId: 450d1f069520b870384956785f3f67af9b1019bd
2025-12-15 19:19:26 +00:00
Dmitry Zhuravlev
11068cb986
test [git]: add proper parent disposable for listener disposal
...
GitOrigin-RevId: e00fcce3312b3e1bd9e4e84e3c483dabbe773826
2025-12-15 19:09:11 +00:00
chbndrhnns
b9dab0fe25
[python] PY-86190: Enable missing interpreter warning on empty file.
...
PR: https://github.com/JetBrains/intellij-community/pull/3341
GitOrigin-RevId: 04c927e2c37a9a8c9ae0d5612efec4f1ea9b5b05
2025-12-15 19:04:20 +00:00
Dmitry Zhuravlev
7e88d9b28b
test [git]: ensure git directory deletion in gitignore in store dir test
...
GitOrigin-RevId: eafbed61ad4c3b185ca010bac59d756ca9151149
2025-12-15 18:52:24 +00:00
Anastasia Katsman
3303079439
tests [lambda-tests]: rewrite all ProjectRemoteTopicTest to lambda framework, add ability to add temp project along the way
...
GitOrigin-RevId: c69508e47cdbbfed3455d21886c0a68f0bf83209
2025-12-15 18:43:03 +00:00
Anastasia Katsman
a268602633
tests [lambda-tests]: use longer timeout in case of timeout
...
GitOrigin-RevId: 313c934d42f8cbbdd8a21ad2f7c3dfe0ed12eb32
2025-12-15 18:43:03 +00:00
Konstantin Nisht
f7f35afffb
[threading, indexing] IJPL-207743: Improve debug logging
...
GitOrigin-RevId: d21bbe961f1e949f587f9fe31c490920790cd8d3
2025-12-15 18:41:54 +00:00
Roman Golyshev
2f988744ef
[kotlin] KTIJ-36850 Remove kotlin.idea.tests dependency from kotlin.fir.tests module
...
^KTIJ-36850 Fixed
GitOrigin-RevId: e4b69804ada496740369a42c1f60c3c58ec29f86
2025-12-15 18:26:37 +00:00
Roman Golyshev
6f76e6ce1b
[kotlin] KTIJ-36850 Move AbstractFilteringAutoImportTestBase.kt to intellij.kotlin.base.test
...
GitOrigin-RevId: 9145cf6030c4b1e043b05e16b83327b6e4b10c13
2025-12-15 18:26:37 +00:00
Roman Golyshev
bde0c420de
[kotlin] KTIJ-36850 Move AbstractCodeFragmentAutoImportTest.kt to intellij.kotlin.base.test
...
GitOrigin-RevId: 15770225723f5b9e3058c6e75e86ac03930cacb1
2025-12-15 18:26:37 +00:00
Roman Golyshev
9ea0dc3157
[kotlin] KTIJ-36850 Use KotlinLightCodeInsightFixtureTestCase as base in AbstractCodeFragmentAutoImportTest.kt
...
`AbstractKotlinHighlightVisitorTest` uses some K1-specific code, which is in fact never used
by the `AbstractCodeFragmentAutoImportTest.kt`
GitOrigin-RevId: 84cc1aeaa4b8a012e3874ec5fef33bae3aff8508
2025-12-15 18:26:37 +00:00
Roman Golyshev
f9a4ba50b5
[kotlin] KTIJ-36850 Move AbstractAutoImportTestBase.kt to intellij.kotlin.base.test
...
GitOrigin-RevId: 5cdc5d0675bc744d34d3666117cda6e27ea79183
2025-12-15 18:26:37 +00:00
Roman Golyshev
058bac0c75
[kotlin] KTIJ-36850 Extract AbstractK1AutoImportTest.kt into separate file
...
GitOrigin-RevId: e47ebcb6d4d651334b920e1016b8110b2283bdd0
2025-12-15 18:26:37 +00:00
Roman Golyshev
90063704c1
[kotlin] KTIJ-36850 Move AbstractImportsTest.kt to intellij.kotlin.base.test
...
GitOrigin-RevId: 9f7c74e0cba21df3be3b4a4fd6022f2288f6bc64
2025-12-15 18:26:37 +00:00
Roman Golyshev
d841a7aeb1
[kotlin] KTIJ-36850 Extract AbstractImportsTest.registerClassImportFilterExtensions
...
Note: not supported in K2 Mode as of now
GitOrigin-RevId: 23cdabb660710a506f98499de0bc3d63647176ea
2025-12-15 18:26:37 +00:00
Roman Golyshev
84d29d7fb1
[kotlin] KTIJ-36850 Extract AbstractImportsTest.updateScriptDependencies function
...
GitOrigin-RevId: 92fbffa5c9217c5bbd62622787ce0ae471d55abe
2025-12-15 18:26:37 +00:00
Roman Golyshev
d5981a2580
[kotlin] KTIJ-36850 Introduce AbstractK1ImportsTest.kt
...
GitOrigin-RevId: a0208ed63c4b5534dbd65301cceee8c2f95ed246
2025-12-15 18:26:37 +00:00
Roman Golyshev
937f31b4fe
[kotlin] KTIJ-36850 Extract GREEN_BACKGROUND constant to avoid dependency on K1-specific KotlinFunctionParameterInfoHandler
...
GitOrigin-RevId: 7a2b3faf97dbb20baf86a0ce737cc39b6b46accd
2025-12-15 18:26:37 +00:00
Roman Golyshev
648bda3580
[kotlin] KTIJ-36850 Move AbstractParameterInfoTest.kt and related files to intellij.kotlin.base.test
...
GitOrigin-RevId: 65ab404b4ead91925a61282bc9194bd585dc86fe
2025-12-15 18:26:37 +00:00
Roman Golyshev
5a990cdbd4
[kotlin] KTIJ-36850 Move AbstractKotlinProjectViewTest.kt to intellij.kotlin.base.test
...
Also update testData for `KotlinProjectViewTestGenerated` test
It seems like the ordering of the libraries might have changed, hence the change
in the `Navigation item file` difference
GitOrigin-RevId: afcd5045cfd2a61ac77703b4bc2f0d15819ae31d
2025-12-15 18:26:37 +00:00
Roman Golyshev
a2019a6f84
[kotlin] KTIJ-36850 Remove FirTestUtils.kt; use org.jetbrains.kotlin.idea.base.test.executeOnPooledThreadInReadAction instead
...
GitOrigin-RevId: c6bee354a477c9ce7fd5063983fbcacd575c4ade
2025-12-15 18:26:37 +00:00
Roman Golyshev
ea2588ef01
[kotlin] KTIJ-36850 Move GotoCheck.kt to intellij.kotlin.base.test
...
GitOrigin-RevId: 2320497ebe0023ce8c0f80a879f4851606663769
2025-12-15 18:26:37 +00:00
Roman Golyshev
5d2c818e96
[kotlin] KTIJ-36850 Move AbstractMoveToNextMethodTest.kt to intellij.kotlin.base.test
...
GitOrigin-RevId: 5e6839416b1463380eec62b22c476f90ca5a0c26
2025-12-15 18:26:37 +00:00
Roman Golyshev
fe2487522e
[kotlin] KTIJ-36850 Move AbstractKotlinGotoTest.java to intellij.kotlin.base.test
...
GitOrigin-RevId: 26636bff979259e857f8bb8e8c90452bc282cb5d
2025-12-15 18:26:37 +00:00
Roman Golyshev
76ccee5617
[kotlin] KTIJ-36850 Move KotlinCodeInsightSanityTest.kt and KotlinIntentionPolicy.kt to intellij.kotlin.base.test
...
GitOrigin-RevId: 887367b3adbac05c0b6fcd6c60322ffcc1b59b78
2025-12-15 18:26:37 +00:00
Roman Golyshev
8c7b187214
[kotlin] KTIJ-36850 Split KotlinIntentionPolicy into K1 and K2
...
GitOrigin-RevId: af770fa567d472dac654134ce11f859c778ce11c
2025-12-15 18:26:37 +00:00
Roman Golyshev
615a732b75
[kotlin] KTIJ-36850 Move AbstractImportFixInfo.kt into kotlin.fir.frontend-independent
...
GitOrigin-RevId: 8f85dea58e24ac2bb5c1272829ae08243071e0f1
2025-12-15 18:26:37 +00:00
Roman Golyshev
41ec419ee5
[kotlin] KTIJ-36850 Move AbstractReferenceResolveInJavaTest.kt to intellij.kotlin.base.test
...
GitOrigin-RevId: 2106e7c3b8631a9e537e00e2b037d4e27e4e5f98
2025-12-15 18:26:37 +00:00
Roman Golyshev
50d25a90d2
[kotlin] KTIJ-36850 Move AbstractReferenceResolveInLibrarySourcesTest.kt to intellij.kotlin.base.test
...
GitOrigin-RevId: 53ab0463f97cb76ad160225500b9c592d51da89a
2025-12-15 18:26:37 +00:00
Roman Golyshev
2aeff9f850
[kotlin] KTIJ-36850 Move AbstractKotlinGotoRelatedSymbolMultiModuleTest.kt to intellij.kotlin.base.test
...
GitOrigin-RevId: afce87e5b4a8703e4c086e1d689e96e5097473a5
2025-12-15 18:26:37 +00:00
Roman Golyshev
aeec48578c
[kotlin] KTIJ-36850 Move AbstractGotoDeclarationTest.kt to intellij.kotlin.base.test
...
GitOrigin-RevId: 02c6ad8759d8bf6285870627f496a3a8b1b063f4
2025-12-15 18:26:37 +00:00
Roman Golyshev
cf31cc5234
[kotlin] KTIJ-36850 Move AbstractReferenceResolveWithCompilerPluginsWithLibTest.kt to intellij.kotlin.base.test
...
Change the code so that there's no dependency on the `kotlin.bundled-compiler-plugins-support` module,
which is considered to be K2-specific
GitOrigin-RevId: b661aaa4858174136c0e82a4d2198464df2e6343
2025-12-15 18:26:37 +00:00
Roman Golyshev
c43e3b9bfb
[kotlin] KTIJ-36850 Move AbstractReferenceResolveWithCrossLibTest.kt to intellij.kotlin.base.test
...
GitOrigin-RevId: d3e949fef5fa7ef40a00c409f2bb1a40f038b44c
2025-12-15 18:26:37 +00:00