Commit Graph

455576 Commits

Author SHA1 Message Date
Maxim.Kolmakov
bd56198eab Don't fail parsing of arguments if there is additional argument
Otherwise it's not possible to add new parameters to the command without breaking old versions of IDE

GitOrigin-RevId: 4d2d8e7ab87bac4435f42a430d1c129f4b5cac9a
2024-09-30 08:48:33 +00:00
Mikhail Pyltsin
ae2e2f737c IJ-CR-145218 [java-inspections] IDEA-201932 Provide inspection to highlight redundant creation operations in java date time api
- delete unnecessary test

GitOrigin-RevId: 80f107de3e637bc81065c9bacf7024c76a5bbb81
2024-09-30 08:37:06 +00:00
Vladimir Krivosheev
21455e7254 IJPL-162718 we don't need user progress for createProject - wizard progress is enough
GitOrigin-RevId: 9dac25ec3764e6f6bd7eb46ed3011da0597c3b1a
2024-09-30 07:43:36 +00:00
Vladimir Krivosheev
47aa859a4f IJPL-162718 cleanup
GitOrigin-RevId: a6e1230e80d57d34d6f674c0c1296e0bdf14c38b
2024-09-30 07:43:36 +00:00
Vladimir Krivosheev
412375e109 IJPL-162718 don't use blockingContext - doesn't make sense now
GitOrigin-RevId: 47bfe635ae0089b4c2ef80e2a8bc23d71d9dbded
2024-09-30 07:43:36 +00:00
Ilya.Kazakevich
3c609288dd Skip Eel Local test on Windows on TC
We now use `helper.py` which is a cumbersome because Windows agents do not have python by default.

We need to use kotlin script to make helper both cross-platform and independent of the runtime.

As for now, we simply disable in on the TC@Windows.

GitOrigin-RevId: 0daf7f1d25cc57bb3afe1e6aace67ccb15637c04
2024-09-30 05:41:30 +00:00
Ilya.Kazakevich
a846672bcd Unused class removed
GitOrigin-RevId: 841c2062565760fe21c56f76655662c3f436a61e
2024-09-30 05:41:30 +00:00
Ilya.Kazakevich
15709df0cc typo fixed
GitOrigin-RevId: f649d77a0f135deebcdcb2133e55be6775576abd
2024-09-30 05:41:30 +00:00
Ilya.Kazakevich
75801d4c3e PY-75910: Update project name automatically in NPW even if field is hidden.
`getComponent` accepts `projectPathField`.
We use `ProjectPathProvider` to update project name from this field.

V2 panels are also affected: they now share logic (`ProjectPathFlows`) with project name component.

See `com.jetbrains.python.newProjectWizard.projectPath`

GitOrigin-RevId: f7b306fbbd9777925274513effd56009a0614f9a
2024-09-30 05:41:30 +00:00
Vladimir Kharitonov
54c75955e7 JBR-7664 JCEF: call CefBrowser#notifyScreenInfoChanged() only if the scale is changed
GitOrigin-RevId: d5b9242f6c9d71fcaab7c9a4269415d7230cf820
2024-09-29 22:57:23 +00:00
Vladimir Kharitonov
fddcf89a84 JBR-7335 JCEF: delay before CefBrowser#notifyScreenInfoChanged() call
GitOrigin-RevId: 9d84636d64f365d3b57eeaf0b61c5292b0287ef7
2024-09-29 22:57:23 +00:00
Vladimir Dolzhenko
189c7bd7ed [kotlin] Fixed postfix templates for kotlin/*Array
#KTIJ-31254 Fixed

GitOrigin-RevId: f5a9bfae92387d015d1a464d29a07edd8f60aebd
2024-09-29 21:57:23 +00:00
Alexey Kryuchkov
75a2a5a08e AT-1085 WebstormHighlightingTest
GitOrigin-RevId: 5b1c72c4e1f849439a304d393b021e676b6ccd49
2024-09-29 21:40:14 +00:00
Max Medvedev
cb0adf8ca1 IJPL-161819 don't run auto-import pass if inline prompt is shown
GitOrigin-RevId: 6b34024bb5aba9d2ea4a64161f9e444e97793afe
2024-09-29 20:36:02 +00:00
Max Medvedev
deaf89f099 IJPL-161819 add docs for HighlighterFilter and friends
GitOrigin-RevId: 2b9b21bc52cb07952789251125b1b7656d486671
2024-09-29 20:36:02 +00:00
Max Medvedev
23fa8f17d7 IJPL-161819 use a separate array for iteration
GitOrigin-RevId: fc33224fa7acdd0d7ba95b293165615ddfb92bbd
2024-09-29 20:36:02 +00:00
Max Medvedev
cc1b886ecf IJPL-161819 fix javadoc
GitOrigin-RevId: 1fddc2d5a149427308d5d40511642c81c0480112
2024-09-29 20:36:02 +00:00
Andrey Lisin
e85873223b IJ-CR-143143 Fixes after review
GitOrigin-RevId: e92672f9954e57a3115eca978d3589600ce072be
2024-09-29 20:09:16 +00:00
Patronus
5bdb570648 Merge refs/patronus/safepush/0812d44966a943a2a4ebaa7ab5205dde into master
GitOrigin-RevId: fa14055ad550aea56577e33829f4a83edf33fcea
2024-09-29 18:57:05 +00:00
Yuriy Artamonov
beecfea203 [api] NotificationGroupManagerImpl is not part of platform API
GitOrigin-RevId: 7b8409537fd307a841f8d2b03ff600271d8478d4
2024-09-29 17:57:51 +00:00
Oleg Taratukhin
0db65f1144 [ai-completion] ML-3971 remove line breaks in relaxed edit distance description
GitOrigin-RevId: f71c8b77cfac476975bc4f7a4b3fca822e7165c7
2024-09-29 14:34:35 +00:00
Andrey Cherkasov
d2c736c663 [kotlin] Port SurroundWithLambdaFix for K2
This fix is for the family of type mismatch compiler errors.

^KTIJ-29539

GitOrigin-RevId: b1f6c6fbb7adea93f5bbedb270889ba2bbc2111c
2024-09-29 13:41:10 +00:00
Andrey Cherkasov
cccd4842e9 [kotlin] Move test data files for SurroundWithLambdaForTypeMismatchFix to separate subdirectory
^KTIJ-29539

GitOrigin-RevId: 274c87476663f47d39a0d031385e302832aeb3b0
2024-09-29 13:41:10 +00:00
Nicolay Mitropolsky
e25b75a4b5 [devkit] IJPL-163148: inject ActionOrGroupIdReference into getAction
GitOrigin-RevId: 1af5309cce35eae2d4242d4e7a042d465d462d4f
2024-09-29 11:07:54 +00:00
Nicolay Mitropolsky
da8ae8136e [devkit] IJPL-163148: extract ActionOrGroupIdReference to top level
GitOrigin-RevId: 890a006078cc4720ae0b5cd3a159796c4b34af47
2024-09-29 11:07:54 +00:00
Denis Zaichenko
755c81f312 RDCT-1678 Remote Dev feedback survey questions changed. Confirmation dialog before showing the survey added
GitOrigin-RevId: 82b870e0f8d26b0935a183fa7f89c13f9e73be78
2024-09-29 11:07:01 +00:00
Vladimir Dolzhenko
ef6d636b51 [kotlin] Advance Kotlin compiler version to 2.1.0-dev-8741
GitOrigin-RevId: c79482ee0042c8975c08a35993f1104334dfb076
2024-09-29 09:21:04 +02:00
Vladimir Dolzhenko
3f86df8792 Merge branch 'kt-master'
GitOrigin-RevId: 70255674850983ff30928a74d5a2d1faef5d9973
2024-09-29 09:18:59 +02:00
Andrey Cherkasov
a77009804b [kotlin] Port ReplaceJavaAnnotationPositionedArgumentsFix for K2
This quick is for the POSITIONED_VALUE_ARGUMENT_FOR_JAVA_ANNOTATION compiler error.

^KTIJ-31367

GitOrigin-RevId: 0a48af068f246121c40aa9fa852ba0ff23a9717f
2024-09-28 22:42:39 +00:00
Lev Zagnetin
3231f30569 [driver][ui-tests] remove toolbarHeader workaround for linux
GitOrigin-RevId: 54193a2a18055439abad2d72fb262d3864442b14
2024-09-28 21:28:30 +00:00
Vladislav Rassokhin
3cb79430a7 [test framework] Fix test classes duration bucketing when bucketing single package into several buckets (IJI-727)
GitOrigin-RevId: 99f728a1920c86d00195542cb8f89bca027a32d7
2024-09-28 20:54:10 +00:00
Yuriy Artamonov
4819a59dee [performance] IJPL-162450 FUS: provide low memory condition event, current size of heap and memory type
GitOrigin-RevId: aa6027c0e5651114edfa86b105af9e00bb1fbeb1
2024-09-28 19:30:54 +00:00
Nikita.Ashihmin
b25b4c9950 PY-76193 PyInstall(fix): No missing package warning when only one package is missing
GitOrigin-RevId: f753108a4392afdf7996f73e10becb4fd7b6c76d
2024-09-28 18:22:39 +00:00
Nikita.Ashihmin
7283943f42 PY-75725 Packages(fix): simultaneous upgrading of multiple packages isn't working
GitOrigin-RevId: 503a98b90762ba21f1e5a628e9c929ee32eb1a29
2024-09-28 15:35:03 +00:00
Snapshot dependency; Vitaly Provodin; Ultimate / Master / Service / Promote JBR 21 Runtime to IntelliJ master, build #21.0.4b613.2
65cf881f35 Updating versions of project dependencies: runtimeBuild->21.0.4b613.2
GitOrigin-RevId: 45e94b6c49a4a451b871c140d364eefa59335c10
2024-09-28 15:06:27 +00:00
Oleg Taratukhin
7d8bddf1db [ai-completion] ML-3971 update metrics used in report generation for multi-line
GitOrigin-RevId: 97229f91fb401313aa7b63413e3a904ebd1895bb
2024-09-28 14:23:59 +00:00
Oleg Taratukhin
02d1a74dff [ai-completion] ML-3971 update metrics used in report generation for multi-line
GitOrigin-RevId: 065307c2f50111610e3468562d0adaddfda189dd
2024-09-28 14:23:59 +00:00
Oleg Taratukhin
f2215451e5 [ai-completion] ML-3971 add RelaxedExactMatchOnlyAlphanum and RelaxedEditDistanceOnlyAlphanum metrics
GitOrigin-RevId: 18ffbbac437ce330d4006aac7e3d98cf8b43dd42
2024-09-28 14:23:59 +00:00
Oleg Taratukhin
ad2a321e64 [ai-completion] ML-3971 add RelaxedExactMatch
GitOrigin-RevId: 534a42b955383009d23d6cad909351dc51593d42
2024-09-28 14:23:59 +00:00
Oleg Taratukhin
2cbfc156d1 [ai-completion] ML-3971 adjust LineSimularityMetric to be able to reuse it for relaxed metrics
GitOrigin-RevId: b1fc67c70a0ca99e16f7ad810d36322b1fe77316
2024-09-28 14:23:59 +00:00
Oleg Taratukhin
c162a25e26 [ai-completion] ML-3971 rewrite tests to match updated metrics
GitOrigin-RevId: e75b929e608d0618c834f7b7a47a9bb00d291ea9
2024-09-28 14:23:59 +00:00
Oleg Taratukhin
3c386270e4 [ai-completion] ML-3971 rewrite relaxed metrics as classes and fix issue in RelaxedEditDistance
GitOrigin-RevId: a3386b5381c922aca1e8246826addccf4f6dec2b
2024-09-28 14:23:59 +00:00
Oleg Taratukhin
1f0dd83ddd [ai-completion] ML-3971 refactor relaxed metrics to share common code
GitOrigin-RevId: 5fab61381cc5cd990590948cbb4748dad9e68e33
2024-09-28 14:23:59 +00:00
Oleg Taratukhin
78d63773ad [ai-completion] ML-3971 implement computeRelaxedEditDistance
GitOrigin-RevId: d79f3ace6267214141d714c2fb027e34846b5fa3
2024-09-28 14:23:59 +00:00
Oleg Taratukhin
334749adbb [ai-completion] ML-3971 rewrite relaxed match traversal
GitOrigin-RevId: 610bf50b4544cb7f44c390e354767d7fb0ca5722
2024-09-28 14:23:59 +00:00
Oleg Taratukhin
06ee57b078 [ai-completion] ML-3971 add tests for relaxed EM
GitOrigin-RevId: ba3e62fee6501f8fb9a7cca37e779d871f4d6475
2024-09-28 14:23:59 +00:00
Oleg Taratukhin
b47c41525a [ai-completion] ML-3971 add utility for relaxed exact match calculation
GitOrigin-RevId: 9e7e26eb261d79e5029bf24d5ab7c36535bccaa1
2024-09-28 14:23:59 +00:00
Oleg Taratukhin
5eba1ea80b [ai-completion] ML-3971 add a test case for preProcessLines
GitOrigin-RevId: 5a050504c56542aabdafe5d3b4a8fc11ce3d1150
2024-09-28 14:23:59 +00:00
Oleg Taratukhin
d61150f7b8 [ai-completion] ML-3971 simplify preProcessLines
GitOrigin-RevId: b5150a517cfb4e5aca52c20de7a6f1866f976880
2024-09-28 14:23:59 +00:00
Oleg Taratukhin
7c5448ace4 [ai-completion] ML-3971 write line-preprocessing for metrics
GitOrigin-RevId: d86916ad8253950c2d92fe34de9ef0b0e147e50f
2024-09-28 14:23:59 +00:00