Dmitry Kichinsky
fd20ee9c2a
[maven] IDEA-355840 Add a separate action called Reload All Maven Projects in Maven toolwindow
...
GitOrigin-RevId: 38cc580134940aa4a52899a3f47c0fddb192c8c2
2024-10-14 13:35:19 +00:00
Dmitry Kichinsky
7b4f92c6ab
[maven] IDEA-355840 convert DownloadActionGroup to kotlin
...
GitOrigin-RevId: cf6dbd9bf0003dfc538c537c596e9f4fff6578c0
2024-10-14 13:35:19 +00:00
Dmitry Kichinsky
ef4d74830f
Rename .java to .kt
...
IDEA-355840
GitOrigin-RevId: 55d8917505785dc2bc93085a7cce6c26e9c851dc
2024-10-14 13:35:19 +00:00
Max Medvedev
f46e8e02a1
mark FileManagerImpl internal
...
Use FileManager instead.
GitOrigin-RevId: 05178bd38ba6599c0bb5a50ff762515bb75ce462
2024-10-14 13:28:47 +00:00
Anna Kozlova
cfd889befc
remove forgotten logging
...
GitOrigin-RevId: 46b22cedb484221de8acda885c051e9895de17cc
2024-10-14 13:24:39 +00:00
Anna Kozlova
ab9d93e60c
[kotlin] forbid synthetic methods rename from java
...
^KTIJ-26822 fixed
GitOrigin-RevId: cf7672f2e8bf3a6be76117f2b6d7af15b6087207
2024-10-14 13:24:39 +00:00
Alexander Bubenchikov
7da94f7f29
[maven] maven 4 IDEA-357354 - ResourceFilteringTest.testUpdatingWhenPropertiesInModelAreChanged
...
GitOrigin-RevId: 48276146d5e470bea65c39a3898ff79e413e9b28
2024-10-14 13:16:54 +00:00
Andrey Vokin
63487fda41
PY-75580 Experiment with extended completion
...
GitOrigin-RevId: 8aeb4c123eb6c8eae3255c974d8630a0745df395
2024-10-14 13:15:14 +00:00
Nikolay Chashnikov
b56e64f92d
[pycharm] build scripts: extract code which adds JetBrains proprietary plugins to PyCharm Community and reuse it when running with dev build
...
Artifacts of PyCharm Community published by JetBrains include additional proprietary plugins. It's better to use the same layout when running PyCharm Community from sources using 'dev build' to make dev build more similar to production (we do the same when running IDEA Community using dev build). This is also needed to allow testing these additional plugins in PyCharm Community (see RDCT-1407).
So code from 'PyCharmBuilder.createBuildContextForCommunityProduct' was extracted to a separate 'PyCharmCommunityWithProPluginsProperties', and this class is now used when running using 'dev build'. This also fixes PY-72924, because 'IdeBuilderKt.createProductProperties' passes the path to the ultimate project home to the constructor of ProductProperties class, so before 'PyCharmCommunityProperties' bundled incompatible plugins from plugin-list.txt from PyCharm Professional.
GitOrigin-RevId: f5c66ff7449d1dacdf6e8156d9f274d594e648df
2024-10-14 12:23:57 +00:00
Maxim.Kolmakov
e67615d12d
IJPL-161370 Detect UI freezes caused by third-party plugins and disable them
...
GitOrigin-RevId: f46bffd14faabe761b2f4a5b1920250c22a0e349
2024-10-14 12:13:03 +00:00
Nikolay Chashnikov
f7eeedb6a1
[kotlin] fix "Add annotation" quickfix in K2 mode (KTIJ-31459)
...
In regular cases 'annotationTarget' is null, so the empty prefix should be used instead of silently exiting. 'addAnnotationEntry' in K1 works this way.
GitOrigin-RevId: 0ee53829a2575b6d57b6c14f927e80b4c482af3c
2024-10-14 12:08:45 +00:00
Mikhail Filippov
c656bfdf25
LLM-10748 fix review notes
...
GitOrigin-RevId: 484d2a16a16d5094acd8ed71a5578187ba52d64e
2024-10-14 12:06:32 +00:00
Vladimir Krivosheev
62194060b1
IJPL-161944 remove double product dir
...
GitOrigin-RevId: ed9c579a5468071d3b483a2acf51e66f6e956347
2024-10-14 12:05:10 +00:00
Maksim Zuev
e0c16542ef
[debugger, devkit] IDEA-355621 Enable PCE prevention by default
...
GitOrigin-RevId: a3a7c90bf10775216d617cfc3fe286294fe9bf46
2024-10-14 12:00:39 +00:00
Maksim Zuev
b2a7f61e59
[debugger, devkit] IDEA-355621 Minimize actions produced by stepping adjustment when debugging non-Intellij code
...
GitOrigin-RevId: 8dbd77227d2a92c5c34418f257525e5ccf135dce
2024-10-14 12:00:38 +00:00
Ilia.Shulgin
a9dda8946f
[git] AT-1563 Don't use lateinit for GitRepositoryImpl#repoInfo
...
GitOrigin-RevId: 67fa30e797617718c6a0efb2e5941c0035a84fd0
2024-10-14 11:15:18 +00:00
Ilia.Shulgin
74ae64a93c
[git] Fix double listeners registration in GitRepository
...
GitOrigin-RevId: b061f7dacf5f83c200254eb44724c15ea7f3a780
2024-10-14 11:15:18 +00:00
Dmitry Kichinsky
ae22939089
[maven] IDEA-355840 Rename sync actions to Sync
...
GitOrigin-RevId: 3bc8a876e1f5401658309af5273506f9a132b7b1
2024-10-14 09:58:13 +00:00
Dmitry Kichinsky
134def3542
[maven] IDEA-355840 Change all sync actions to run incremental sync
...
GitOrigin-RevId: 8d49e6466ffc87005b8226ce13df83b1454ac2b9
2024-10-14 09:58:13 +00:00
Dmitry Kichinsky
93223bbebe
[maven] IDEA-355840 Remove sync from the Build toolwindow
...
GitOrigin-RevId: 16358a9a024ccb01e1ee65b343c97d62c675814e
2024-10-14 09:58:13 +00:00
Andrey Cherkasov
b1359cef22
[kotlin] Preserve the "Declare with var" setting between variable extractions
...
^KTIJ-30359
GitOrigin-RevId: 914104b2a0632e06056c0318528191a8f5c820e9
2024-10-14 08:53:52 +00:00
Vladimir Krivosheev
e96b491141
move User32Ex and WinFocusStealer to ide.ui module
...
GitOrigin-RevId: e5c3a0d406454c1d9d23c3c5d3ec2bebe0d1d38e
2024-10-14 08:01:57 +00:00
Maksim Zuev
9855b392a8
[debugger, devkit] IDEA-355621 Ignore PCE while stepping
...
Merge-request: IJ-MR-145987
Merged-by: Maksim Zuev <Maksim.Zuev@jetbrains.com >
GitOrigin-RevId: 2270b4327c6719e95172b7bc5d969169e2b10636
2024-10-13 19:30:07 +00:00
Dmitry Batkovich
36d0b02a0d
IJPL-164043 promote suggested refactoring using editor line hint (disabled by default, use "promote.suggested.refactoring.in.editor" adv. setting)
...
GitOrigin-RevId: d067a744131450a2bb0945d1c847992ebb7da6d9
2024-10-13 15:06:26 +00:00
Snapshot dependency; Vitaly Provodin; Ultimate / Master / Service / Promote JBR 21 Runtime to IntelliJ master, build #21.0.4b631.2
82fd7ae8d7
Updating versions of project dependencies: runtimeBuild->21.0.4b631.2
...
GitOrigin-RevId: 37af29c1c1b502c5c5c75c17e5011c91a84caf26
2024-10-13 11:09:56 +00:00
Dmitry Krasilschikov
2836840b59
LLM-11798 move registry key
...
GitOrigin-RevId: b7250bb1e306e6f084e35ec00947155bb3f151ad
2024-10-13 09:57:30 +00:00
Dmitry Krasilschikov
e7bd9e740e
LLM-11798 API status check fix
...
GitOrigin-RevId: 525cfe0810a3c77d4ce9e269d790799890c34574
2024-10-13 09:57:30 +00:00
Dmitry Krasilschikov
605dc19974
LLM-11798 Show Got It Popup first time
...
GitOrigin-RevId: 35fb9e48458a95d3c6b47a5a8997d0d3913c8acc
2024-10-13 09:57:30 +00:00
Dmitry Krasilschikov
6528923479
LLM-11798 Hide the feature under the flag: llm.vcs.shelve.title.generation
...
GitOrigin-RevId: 560e80887173acfdbcea75249a6a8de767ab02b0
2024-10-13 09:57:30 +00:00
Dmitry Krasilschikov
f5838e84a8
LLM-11798 AI to generate shelve list title
...
GitOrigin-RevId: 7293eccd3b30468463b1dea73a5f9e105c8c7d71
2024-10-13 09:57:30 +00:00
Thunderblade73
b7a27fe7c3
[kotlin] Fix language injection for vararg parameter
...
#KTIJ-10950 Fixed
GitOrigin-RevId: ecdbcf4c7ce2dafec073c4b21d06eed1c9f65348
2024-10-13 06:30:07 +00:00
Vladimir Dolzhenko
87e1ebdb33
[kotlin] Do not use kotlin test framework templates in K1
...
Create test intention uses j2k under the hood, that's why it has to use java templates
#KTIJ-9787
GitOrigin-RevId: c09bce66dad527e94a5ce19d415beb703bf96ab4
2024-10-13 06:30:07 +00:00
Sergey Simonchik
50632c5985
[terminal] add TerminalTestSuite to simplify investigations of project leaks
...
GitOrigin-RevId: b71a9148f43e512b262f328ba86d6fb456bfc6de
2024-10-12 23:35:05 +00:00
Sergey Simonchik
f94d3a0e18
[terminal] fix test to not leak project via VirtualFile user data
...
GitOrigin-RevId: 6e28774968c52af4d517b8052925f97bf5f068db
2024-10-12 23:35:05 +00:00
Sergey Simonchik
c9495bd524
[terminal] fix project leak via COMMAND_BLOCK_HIGHLIGHTER_PROVIDER_EP_NAME.addExtensionPointListener {...}
...
GitOrigin-RevId: 93ca196c08a46fb85fdd22cc82f5c170adcf044a
2024-10-12 23:35:05 +00:00
Yuriy Artamonov
edff214c9e
[feedback] IJPL-162562 Show evaluation feedback form to new non-commercial users
...
GitOrigin-RevId: acb75deabd4ad80d7e35070b07e1638278f0d4b5
2024-10-12 23:00:51 +00:00
Yuriy Artamonov
83833b28b5
[platform] SendFeedbackAction is not part of API
...
GitOrigin-RevId: d89a6add069c82effa77c992dbb6175e24d17dda
2024-10-12 23:00:50 +00:00
Mikhail Filippov
38cbada269
LLM-10748 add the flag to avoid build keymap plugins every time
...
GitOrigin-RevId: 931ad18acafa6d7a0ce3977d1aacbdbeef2785b4
2024-10-12 20:46:47 +00:00
Bogdan Kirilenko
44d69305ba
[PyCharm] PY-63670 minor wording fix for python.hugging.face.spaces.documentation.not.supported
...
GitOrigin-RevId: 2eb181878fc7ecd9aab3ed7f62b5b0880a14a33b
2024-10-12 19:16:10 +00:00
Oleg Taratukhin
2e3c4937a3
[ai-completion] ML-4099 fix incorrect matching for multi-line comments in Python
...
GitOrigin-RevId: 5e6a9a56335ede2aac17af34d11e9f616e26d710
2024-10-12 17:23:36 +00:00
Snapshot dependency; Vitaly Provodin; Ultimate / Master / Service / Promote JBR 21 Runtime to IntelliJ master, build #21.0.4b630.1
783e42f34c
Updating versions of project dependencies: runtimeBuild->21.0.4b630.1
...
GitOrigin-RevId: dcb4d6ae39c72021e670ca1dde3b31cd5e03cf3e
2024-10-12 12:12:58 +00:00
Roman Shevchenko
785c0c8eed
Cleanup (NIO and java.time migration; unwarranted API exposure; typos; formatting)
...
GitOrigin-RevId: b42a61e43e9b7a7e2af8bc24027ac2e99de8398e
2024-10-12 08:51:56 +00:00
Roman Shevchenko
3fdcac72c5
[platform] replacing exception reporter authentication with an anonymized host ID
...
GitOrigin-RevId: 66d82f1e8867092a3bf25aed75a030735fcabc61
2024-10-12 08:51:56 +00:00
Alexey Merkulov
9f7ada624a
[debugger] Fix Kotlin K2 code fragment compilation statistics
...
Before we count as problems the incorrect code fragments which come a lot from watches
IJ-MR-146596
GitOrigin-RevId: 5302ff7c05b47b7430e8f4d05c974cc690ffe9e1
2024-10-12 01:59:32 +00:00
Yuriy Artamonov
7703401b52
[ui] IJPL-164017 Enable floating toolbar for JSON/XML/YAML
...
GitOrigin-RevId: 219d903159220d92ca1de77f24ed1c869550b368
2024-10-12 00:00:10 +00:00
Alexander Lobas
22af4d288e
IJPL-162758 Add notification about Non-commercial usage
...
GitOrigin-RevId: f09140e9f1916b049d02a65dface8ed867b7b71f
2024-10-11 23:10:06 +00:00
Andrey Cherkasov
d7b2ccf614
[kotlin] K2 Psi Unifier: match differently spelled constant literals
...
^KTIJ-26083 Fixed
GitOrigin-RevId: 3b5b62d6f25021b56b0a387274b32b885edfc2a4
2024-10-11 22:29:01 +00:00
Andrey Cherkasov
33fd877417
[kotlin] Disable help action in K2 introduce parameter refactoring
...
^KTIJ-31592 Fixed
GitOrigin-RevId: 5d27fca78c0fee3017f802d8566bdad5f863cf0f
2024-10-11 22:29:01 +00:00
Yuriy Artamonov
7a788ded40
[kotlin] KTIJ-23189 KotlinConfigurationCheckerService should use facets index instead of checking every module
...
GitOrigin-RevId: 61ca6778ff5f923384a6021a5ecd5f0c687216ec
2024-10-11 22:28:50 +00:00
Kirill.Karnaukhov
1bb865058c
[inline-completion] IJPL-163994: fix ApiCheckTest
...
GitOrigin-RevId: 80fd53a78112d9a35d245409570b838294864e44
2024-10-11 22:11:05 +00:00