Daniil Ovchinnikov
d75afcb4b9
use .plugin.main suffix for aggregator modules of intellij.dev plugin
...
GitOrigin-RevId: 2efd54fe3c9ce2a8ca3aeee65401619d7a8dfee1
2024-08-19 17:10:09 +00:00
Daniil Ovchinnikov
090433b489
push intellij.platform.monolith.main dependency to the top of all product main modules
...
It's expected to include libraries which shall be the first in the classpath.
GitOrigin-RevId: f980fa96d4d70320c41eabc25a8f0d6acaa5dbd9
2024-05-14 21:21:08 +00:00
Daniil Ovchinnikov
7c88ab72c0
rename intellij.platform.main -> intellij.platform.starter
...
`.main` suffix is reserved for aggregator modules which are used to run app/tests from sources.
This module is actually used in the production.
The name is chosen because the module contains the starter for non-commercial products.
GitOrigin-RevId: f456bbe2aae33d2f016136fc9ad32c23ab751240
2024-05-14 16:35:19 +00:00
Daniil Ovchinnikov
d8b24af022
IJPL-850 remove ide part from main aggregator module names
...
- `intellij.platform.ide.monolith.main` -> `intellij.platform.monolith.main`
- `intellij.platform.ide.frontend.main` -> `intellij.platform.frontend.main`
- `intellij.platform.ide.backend.main` -> `intellij.platform.backend.main` (already existed, merged)
GitOrigin-RevId: 5d0405aae6df833cb15d20066ea78458a5876945
2024-04-16 18:35:52 +00:00
Daniil Ovchinnikov
eeff9bdd13
IJPL-850 add intellij.platform.*.main aggregator modules and include them in product mains
...
- `intellij.platform.backend.main`
- `intellij.platform.ide.backend.main`
- `intellij.platform.ide.frontend.main`
- `intellij.platform.ide.monolith.main`
GitOrigin-RevId: ae5d6e447c8347ad8a715583fb6ee84324ce8e87
2024-03-29 00:56:08 +00:00
Nikolay Chashnikov
b5c82c54cc
[pycharm] get rid of excessive dependencies in intellij.pycharm.community module (RDCT-1034)
...
This module needs to be added to the frontend variant of PyCharm (JetBrains Client) for RDCT-1034, and dependencies on modules which aren't included to JetBrains Client will cause problems. So they are removed from the module, and missing dependencies are added to intellij.pycharm.community.main and intellij.python.community.tests modules instead.
GitOrigin-RevId: 8818588e7f6a55ace63ce48edd63bb88938d4a16
2024-03-06 19:05:11 +00:00
Andrey Belyaev
9572110208
[github] IDEA-308234 Updated plugin layout for better modularity
...
GitOrigin-RevId: 1df8249f5e9885898111283133b05a487a22c50e
2024-01-12 15:35:01 +00:00
Ilya.Kazakevich
ab9ea210a6
Merge ReST plugin with ReST Python module, convert module to v2
...
Nobody uses it except Python
GitOrigin-RevId: 4da3e7da0dcd86d454972b2ef68d2581c7fe5cdb
2024-01-03 16:35:59 +00:00
Ivan Posti
ae9fb08491
[Markdown][RDCT-220] Move optional module dependencies to the plugin module
...
GitOrigin-RevId: 75b310cc888bbce205e61416d4b4fb07c0785e33
2023-11-01 12:55:46 +00:00
Andrew Kozlov
27d55753c9
[devKit] IDEA-326862 intellij.dev plugin layout changed
...
intellij.java.devkit renamed into intellij.java.dev
GitOrigin-RevId: ef3964283c3b918bca8090bd4c1446b0f9bf628a
2023-10-03 13:25:04 +00:00
Konstantin Hudyakov
f24b668731
[newUiOnboarding] Specify module dependency explicitly
...
Previously `intellij.platform.ide.newUiOnboarding` module was present when running from sources only because it is transitively included through `intellij.vcs.git` module. Now this dependency is explicit.
GitOrigin-RevId: e79058e9de8cb2e72d304ad3fc253aca8bc2c30b
2023-08-23 10:16:27 +00:00
Nikolay Chashnikov
4e79cfd19a
[intellij project configuration] fix dependency on intellij.terminal.sh module
...
The dependency from 'intellij.terminal' to 'intellij.terminal.sh' was removed because it brings optional 'intellij.terminal.sh' to all modules which depend on 'intellij.terminal'. It causes problems, for example, for JetBrains Client, because it adds 'intellij.platfrom.vcs.impl' (via 'intellij.sh.copyright' and 'intellij.copyright') to the classpath of 'intellij.cwm.guest.main' and JBC doesn't expect to load VCS components.
Also, 'intellij.terminal.sh' module is explicitly included in 'intellij.terminal' plugin layout.
GitOrigin-RevId: 1384914a858581254c86a6cee1b66adc529c13a0
2023-07-18 15:34:35 +00:00
Ivan Donchevskii
0f57302c01
CPP-33475: Remove the Qt plugin from PyCharm Community
...
GitOrigin-RevId: 95c37bd93d54996b64ebaca370c759395c924c05
2023-06-12 21:36:30 +00:00
Ivan Donchevskii
5db8fd0e1a
CPP-33475: Create the Qt plugin
...
Split a part of QML plugin with core functionality for paths detection and
with icons specific to Qt file types.
For now the functionality is used in CLion and Python plugin.
This change allows to open `.ui` files with detected `designer` tool which didn't
work in CLion before.
The icons are also updated to the more up-to-date format which honors new UI.
IJ-CR-107960
GitOrigin-RevId: dffc1706197ebc568db43ff85f324c1520e919f6
2023-06-12 21:35:58 +00:00
Maria Filipanova
5f1e8ecb4c
IDEA-293582: move color schemes xmls to their plugins
...
GitOrigin-RevId: d2fe583a93eb561db63b8eee6ae8463baed4e70b
2023-02-07 15:12:25 +00:00
igor.davidenko
43bed0682b
[full-line] move flcc modules from community to ultimate
...
GitOrigin-RevId: 1e7887ae42af77e985f9cb496d6c11aad0c493da
2022-12-13 13:08:29 +00:00
Vitaliy.Bibaev
4447018670
[full-line] Run evaluation plugin with PyCharm community/pro locally
...
GitOrigin-RevId: 3605de6080ffebda74b88f6483b42877401909f3
2022-12-06 20:51:44 +00:00
Maria Filipanova
058d7043b3
Revert "IDEA-293582: move color schemes xmls to their plugins"
...
This reverts commit 73b60357f02c0083044ecf977d7c8422703df1e7.
GitOrigin-RevId: 5a9b56e25f55b4240614f052574d2d31062d6950
2022-10-17 23:54:22 +00:00
Maria Filipanova
f14697d6e7
IDEA-293582: move color schemes xmls to their plugins
...
GitOrigin-RevId: 73b60357f02c0083044ecf977d7c8422703df1e7
2022-10-17 09:35:28 +00:00
Kirill.Krylov
3c47d054a8
[full-line] final renaming from languages to core
...
GitOrigin-RevId: f8e77e016660eca978e06524af6cd2318d03a602
2022-09-22 12:09:57 +00:00
Kirill.Krylov
2801610df5
[full-line] add better module configs
...
GitOrigin-RevId: 03fcfbbba0df21673fdb829338b09909b9f637ce
2022-09-22 12:06:01 +00:00
Daniil Ovchinnikov
02fc17914c
add intellij.dev to classpath when running IDEs from sources
...
GitOrigin-RevId: 2f83af2fc1a46c941e3884c2ea68cc369d0de5c6
2022-04-21 20:16:48 +00:00
Maria Filipanova
9c6f65db2a
CWM-4987: add missing color scheme plugins, remove composite one and move all to plugin folder & change modules names
...
GitOrigin-RevId: 46380dbcbe8c3d6c94d649ea6a7528452088a5a1
2022-02-21 18:42:32 +00:00
Maria Filipanova
60dc120a44
CWM-4987: bundle color schemes plugins in PyCharm's
...
GitOrigin-RevId: 4075f7aca8b00c9ebca9a6c870fe6de6b3d86ea9
2022-02-21 18:42:21 +00:00
Svetlana.Zemlyanskaya
662aacebd6
ML in SE: bundle plugin to PyCharm Community
...
GitOrigin-RevId: 47f87c4ca757493cbfff173c6c1f9228de181185
2021-10-09 12:12:10 +00:00
Konstantin Hudyakov
0a77ab3e3b
[IFT] Bundle Git lessons plugin to PyCharm and add lessons to Python learning course
...
GitOrigin-RevId: 5ed89d0c313da68ac8c4c6e772a2510d2e4b9718
2021-05-27 11:49:54 +00:00
Andrey Vlasovskikh
11331bcefa
Restored previously implicit dependency on lvcs.impl for PyCharm internal runs
...
This dependency used to come from intellij.xpath via xml.langInjection.
GitOrigin-RevId: b312c3db715231b5539748ca7c36142b3d18849d
2021-03-27 13:31:01 +00:00
Andrey Vlasovskikh
41bc575823
PY-45183 Bundle Grazie spellchecker in PyCharm
...
GitOrigin-RevId: 623ac5544d4c4513a288737097803e9036566fc6
2020-10-27 01:43:52 +00:00
Nikita Gubarkov
321c899031
IDEA-242733 Added emoji picker plugin for Linux
...
GitOrigin-RevId: 91f3c27a5c462425a9f7925e13eca5f7fea4bba9
2020-10-16 16:23:17 +00:00
andrey.matveev
738e38b043
IJ-CR-3143: [ml-completion] Put new ml completion model for Python
...
(cherry picked from commit 098ff4665ec372849d77d9074fa30991354b31c4)
GitOrigin-RevId: 39061227f70e3c99ed73d173dba9ecc45a133d02
2020-09-23 12:00:05 +00:00
Alexey Kalina
0df558c44b
rename completion ml modules
...
GitOrigin-RevId: 3eb4fb3f84776f8244dd8ba9090da92ff4309380
2020-08-28 09:44:58 +00:00
Alexey Kalina
cd9029349f
stats-collector rebase fixes
...
GitOrigin-RevId: a773647fdd70e5b2081d686ac9ff523e4edca22c
2020-08-28 09:44:53 +00:00
Alexey Kalina
6c8eee5e70
extract ml-completion part from stats-collector
...
GitOrigin-RevId: aef22e2c5d3a4bfb09b796ce9672e8bdcfa61210
2020-08-28 09:44:46 +00:00
Alexander Zolotov
f9be13c7c1
Migrate pycharm pro and community to the new tips&tricks bundles
...
GitOrigin-RevId: 6c4cff942a62ff19c70a767322e33409ed3674bc
2020-02-25 14:35:25 +00:00
Andrey Vlasovskikh
28ef22103f
Extracted intellij.python.community.plugin.modules from intellij.python.community.plugin so that we can run Python plugin without any extra plugins
...
GitOrigin-RevId: 69a297aec6f59872c860c1da0654e396eae43334
2019-12-16 19:36:07 +00:00
Andrey Vlasovskikh
23d1bdfda5
PY-38593 Put missing Python plugin dependencies into *.plugin modules instead of *.plugin.main so that they are available in both PyCharm and IntelliJ
...
GitOrigin-RevId: 0bd9d55c1ba924c1dc5a2933f377e2b18162f862
2019-11-19 02:14:39 +00:00
Andrey Vlasovskikh
663729f2b0
Revert "PY-38593 Restored missing PyCharm dependencies for running it within IntelliJ"
...
This reverts commit c80c439a
GitOrigin-RevId: e28653d978417de0b7e9f5e499e684f6d10d1f00
2019-11-19 02:14:39 +00:00
Vladimir Krivosheev
d246dc0dfe
better to use as resources root and deps as runtime
...
GitOrigin-RevId: 8a87de1121c75cfc516391326c3e82fa3170573d
2019-11-07 02:40:58 +00:00
Andrey Vlasovskikh
f44cd78344
PY-38593 Restored missing PyCharm dependencies for running it within IntelliJ
...
intellij.pycharm.community.main couldn't depend on
intellij.python.community.plugin.main because the latter included a dependency
on IntelliJ Community. Actually this dependency was only used in the saved
run configuration for running IntelliJ Community with the Python plugin. I've
created a separate module for that and removed dependencies on IntelliJ from
*.{pycharm,python}.main modules.
GitOrigin-RevId: c80c439a86b2d552ba40aa54714c637f87470067
2019-11-07 02:40:58 +00:00
Andrey Vlasovskikh
3f9d13c560
Don't depend on intellij.python.helpers explicitly since it's already a run-time dependency of intellij.python.community.impl
...
GitOrigin-RevId: d922f3533a6f6b8d36fdfb83e7514463b4c3cb62
2019-10-21 20:03:52 +00:00
Gregory.Shrago
ca26ab8089
IDEA-CR-53226 extract pluginJava and avoid Java in PyCharm
...
GitOrigin-RevId: da2f300874c363085d5965bee1d0520da8ce3fd6
2019-10-14 22:41:29 +00:00
Gregory.Shrago
92f5adff73
PY-38312 Reuse Python plugin in PyCharm
...
GitOrigin-RevId: 614aecfde6c57cb8f2b99c01c7085c5ae33a1d5d
2019-10-08 17:03:50 +00:00
Andrey Vlasovskikh
1f9bd02788
Enabled TextMate Bundles plugin for PyCharm Community running within IntelliJ
...
GitOrigin-RevId: e803232c0304e61db9ada75d62509a4a718b51af
2019-08-23 01:01:36 +03:00
Andrey Vlasovskikh
9974416ac1
Added missing dependency on XML language injection for running PyCharm Community within IntelliJ
...
GitOrigin-RevId: 0a04e062acaf45c078f51ffb20f7059ba2cb6897
2019-08-22 01:50:10 +03:00
Andrey Vlasovskikh
8d6b7a8f09
Re-enabled ChangeReminder in master for PyCharm
...
It reverts "PY-36919 Disabled ChangeReminder for PyCharm 2019.2", commit df04ccbf.
GitOrigin-RevId: 92098ae1d79fa6a65a763c698172dc026b37dc00
2019-07-26 15:02:42 +03:00
Andrey Vlasovskikh
527d4f8c51
PY-36919 Disabled ChangeReminder for PyCharm 2019.2
...
GitOrigin-RevId: df04ccbffa1c14a10a8ad433ffae1b630e87332b
2019-07-17 14:47:02 +03:00
Nikolay.Rykunov
954e09c96a
Bundle ChangeReminder plugin
...
GitOrigin-RevId: a749ccbc3b79ad0684946518ab072a3d0bb56421
2019-07-05 22:01:46 +03:00
Andrey Vlasovskikh
4cc9e8a8ce
PY-18483 Bundle Shell Script with PyCharm Community and Professional
...
GitOrigin-RevId: 70884ad9a9fd64edd4a9daa9af8ee129dd26f56e
2019-06-16 04:03:56 +03:00
Eldar Abusalimov
1120c30a56
Merge remote-tracking branch 'origin/master' into eldar/cidr-debugger
...
# Conflicts:
# CIDR/clion/src/com/jetbrains/cidr/cpp/toolchains/MSVC.java
GitOrigin-RevId: f3593b526d1870f32b3f1451cab0c6a653e5beb5
2019-06-16 03:01:38 +03:00
Anna Kozlova
91f7445298
constructor reference: don't ignore constructor parameters during method reference inference (IDEA-185578)
...
GitOrigin-RevId: e836468e05db28157713e9edd3c70382f8ecdebc
2019-06-13 03:15:49 +03:00