Commit Graph

52 Commits

Author SHA1 Message Date
Anastasia Ivanova
55e32ca12e FUS: run env tests in separate build
GitOrigin-RevId: a1d4b551651d27b7d7eff490c04f6ed81417cfd9
2020-04-26 12:54:15 +00:00
Anastasia Ivanova
64e8060182 FUS: run statistics test as part of community tests
GitOrigin-RevId: 76910f7bf6c113a77666229e8cb931d203d37a6a
2020-04-23 03:26:58 +00:00
Ilia Shulgin
6c36178305 Run textmate tests as part of community tests
GitOrigin-RevId: e9e66441df6891377a02e3ddd96cd21ca3e569f4
2020-04-15 14:02:09 +00:00
Aleksey Pivovarov
18e6ea15e5 git: remove dead code - cloud server support
This API is no longer implemented by anyone after IDEA-225047
Heroku removal: aee21c2a8d972ee792e89228ba5d86bfde4792ba
OpenShift removal: e0471f58e5b0c2d498808e11a984519886ca2840

GitOrigin-RevId: b27c0bbbf9dd6f6ee33e41c4fbda25b59a60c011
2020-03-25 17:17:50 +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
Anna Kozlova
44a4d4dc17 extract resource bundle editor module
GitOrigin-RevId: 95d85a367f102c601ce6b80e99d00c71c4077f87
2020-01-28 21:10:06 +00:00
Svetlana.Zemlyanskaya
c24cb0c29f LAB-29: Record features for an opened file to use them in predicting the next one
GitOrigin-RevId: ea2a7976c05df51f0b88dd77a619b8012d0df0cb
2020-01-20 13:09:17 +00:00
nik
0c041b808c [workspace model] add modules with tests to classpath of intellij.idea.community.main module
This is needed to run the tests on TeamCity as part of Community Tests configuration (by default tests from community/ subdirectory aren't included into other build configurations).

GitOrigin-RevId: 30c735177eede4cba4af46eba1d62e8fddd7e442
2019-12-20 07:03:24 +00:00
Vladimir Krivosheev
9d698b5da8 exclude android-uitests dir
GitOrigin-RevId: 9ab0668bd6638a675cb349eeee72e67fd0fe482a
2019-11-07 02:40:58 +00:00
Dmitry Avdeev
10a0caec78 android removed from community.main (since it has provided kotlin dependency)
GitOrigin-RevId: c571cfe3d379022010e8593701b9283b91a8bded
2019-11-07 02:40:58 +00:00
Mikhail Mazurkevich
35f8e3107f [jps-cache] Disable plugin by default
GitOrigin-RevId: a0b36858075e4a36d5eee9590a5993332e47d5a5
2019-10-21 09:33:04 +00:00
Mikhail Mazurkevich
740a5196bd [jps-cache] Add plugin as bundled
GitOrigin-RevId: 336083b43c47740feb47760f692d992eae077b04
2019-10-21 09:33:04 +00:00
vadim.lomshakov
9de8cb1e20 IDEA-CR-51946: eliminate dependency on intellij.java.testFramework module
(cherry picked from commit a34daa5f602c94210ebe10df24331d01c0db6fef)

GitOrigin-RevId: 2c1d881a0469de9283a477fb44233109dc817a69
2019-09-03 14:59:03 +00:00
nik
d1a65642b0 java: extract Java-specific part of Java-based IDEs to a separate plugin
There are some classes related to Java support which shouldn't be included to Java plugin when it's installed into another IDE (e.g. IntelliJIdeaLanguageCustomization) and these classes depend on classes from Java plugin. Since platform cannot depends on a plugin we need to extract such classes and related resources to a separate com.intellij.java.ide plugin (which is marked as essential-plugin and therefore won't be visible in Settings and cannot be disabled). This is needed to get rid of deprecated option use-idea-classloader in Java plugin which will make it a true plugin (i.e. it'll be able to depend on other plugins, see IDEA-195719).

GitOrigin-RevId: 7e453e01e7eb6e03f12ef6774957429fb62df1fc
2019-07-08 15:02:16 +03:00
Sergey Patrikeev
c2f3e5cd36 Revert mistakenly changed .iml files.
There files were modified in background by IDEA and I didn't notice that they were included into the commit.

GitOrigin-RevId: ca4465e20a6efcd926c7bf527efc1efba76eace7
2019-07-02 06:52:16 +03:00
Sergey Patrikeev
0b8eb155bb Add @ScheduledForRemoval to APIs commented by "to be removed in IDEA X", "will be removed in X" and similar.
We are going to implement IDEA-216155: inspection that warns if API marked with @ScheduledForRemoval must already be removed.
Then we will run this inspection on TeamCity and assign investigations to responsible developers in order to clean up obsolete APIs that must already be removed.

GitOrigin-RevId: 5f7a25ed53e612b575293863c64fc24ffe54476d
2019-07-02 06:52:16 +03:00
Rustam Vishnyakov
123242c4b2 EditorConfig documentation test
GitOrigin-RevId: fd52ace3d7a32ecd02c2c5ab90e077967604c15e
2019-06-16 04:03:21 +03:00
Egor Zhdan
c1813cfb52 Cleanup: NotNull/Nullable
GitOrigin-RevId: b8e892f32ea84c2115973155dba7127b892cc36e
2019-06-16 04:02:08 +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
Egor Zhdan
39d2d77155 Cleanup: NotNull/Nullable
GitOrigin-RevId: b8e892f32ea84c2115973155dba7127b892cc36e
2019-06-13 03:14:35 +03:00
Julia Beliaeva
3fee046d20 [vcs-log] cleanup RootCellRenderer
GitOrigin-RevId: bba216626193ac756cd133b8ae9bc4e577abea42
2019-06-10 04:10:14 +03:00
Eldar Abusalimov
dcaeb8f8c7 OC-4061: ApplicationUtil: Make runWithCheckCanceled() return result
GitOrigin-RevId: 3aa9f23cc5097e644eddf82a4faca669759b4760
2019-06-10 04:09:35 +03:00
nik
6fe5c64133 java: extract java support to a separate plugin in IntelliJ IDEA (IDEA-195719)
All java-related components are removed from the platform part of IntelliJ IDEA. This also introduces 'intellij.java.ide.resources' module for resources which should be included into IntelliJ IDEA and other Java-based IDEs but shouldn't be included into the Java plugin itself. Currently the same plugin.xml is used for the both community and ultimate editions, but some additional JARs are included into the plugin distribution for Ultimate Edition. The plugin is marked as 'essential-plugin' in IntelliJ IDEA and Android Studio so it won't be visible in Settings and cannot be disabled.

GitOrigin-RevId: e589a014e60ef7a11f232927d7dc00f868cb65a0
2019-06-03 11:05:35 +03:00
Aleksey Rostovskiy
185284cee6 get rid of intellij.build.toolbox.litegen parameter and use BuildOptions.TOOLBOX_LITE_GEN_STEP to skip it instead
GitOrigin-RevId: 9aac8ee4ed1ebf2a29de18a238825fafb1ab88f9
2019-05-27 15:08:08 +03:00
Alexandr Suhinin
9215f4240b [duplicates] enable duplicates analysis in PyCharm/WebStorm/PhpStorm/RubyMine
GitOrigin-RevId: 1545b79fdca4888f4b94f47f22703fd37694fa7a
2019-05-27 15:07:30 +03:00
Sergey Ignatov
fa6f0cab12 use test deps
GitOrigin-RevId: 80f83ada741884bb815c203f183ccc245ed03dbc
2019-05-24 21:07:44 +03:00
Sergey Ignatov
ff9aa5aec4 use runtime deps
GitOrigin-RevId: d837eee1b58672f068b2e3f70edd7e617825377f
2019-05-24 20:08:56 +03:00
Sergey Ignatov
3557dfeba5 add markdown tests into community
GitOrigin-RevId: f133928b0acc0f6e93fc6f873d3cb723ee2a004a
2019-05-24 19:14:08 +03:00
Nikita Skvortsov
fbb48bd089 Extract part of Gradle-related extensions to separate plugin. IDEA-200709
These extensions has dependencies on both, Groovy and Maven plugins and need to be present in separated plugin to get properly disabled along with Groovy or Maven support

GitOrigin-RevId: 2192c8f660b113addb73dd49cebbcd5dfae21225
2019-05-24 14:05:24 +03:00
Anton Makeev
c105e26db3 Merge remote-tracking branch 'origin/master' into amakeev/gradle
GitOrigin-RevId: f9a633252daf311ecab19002c0f4757052eee9dc
2019-05-17 19:13:15 +03:00
Anton Makeev
b54aaf7e4e IDEA-210281 Cleanup Gradle settings: separate Runner configurable removed
GitOrigin-RevId: adbc39121fe91beb633e125b4cf39bfe0a422e4b
2019-05-17 19:02:16 +03:00
Sergey Ignatov
3eb1d96b0c integrate intellij.sh plugin
GitOrigin-RevId: cc999096126cc01c66052d4c90a580e7c0b31fe4
2019-05-14 18:52:20 +03:00
Nikolay.Rykunov
02b85e97fb Bundle intellij.vcs.ChangeReminder plugin with IDEA 2019-03-04 18:18:22 +03:00
Dmitry Avdeev
9295a73353 merging Android Studio 3.3: community project 2019-02-11 21:24:06 +03:00
Dmitriy Smirnov
d89f017819 IDEA-204767 Unbundle CVS plugin 2019-02-07 14:18:12 +03:00
Aleksey Pivovarov
46c834b086 exclude config/system directories from project 2018-12-21 13:59:00 +03:00
Kirill
cd0bdd8852 Add support for .editorconfig language 2018-10-05 18:23:08 +03:00
Yann Cébron
df6c6c706a [project structure] community.main: revert "Test" dependencies, missed entries
IDEA-CR-35798
2018-08-07 14:39:18 +02:00
Yann Cébron
e69c8c8238 [project structure] community.main: revert "Test" dependencies, change test to forbid "Compile" scope instead of requiring "Runtime", clarify message
IDEA-CR-35798
2018-08-07 12:22:58 +02:00
Yann Cébron
06f64d653a [project structure] convert *.main modules dependencies to runtime scope, add test 2018-08-07 10:04:54 +02:00
peter
300037705e make jetCheck an external library jar 2018-07-10 07:03:45 +02:00
nik
ef95829a7a IDEA project configuration: replace annotation modules by libraries (IDEA-192182)
jetbrains-annotations and jetbrains-annotations-java5 libraries are added, modules and artifacts now refer to these libraries instead of old modules.
2018-05-17 18:03:14 +03:00
Anna.Kozlova
f9e7bc12f9 testng integration tests on TC 2018-04-11 10:19:16 +02:00
nik
7993ea6d2f build scripts: fix building intellij-community from sources
commons-net must be added to dependencies of a module from intellij-community project to ensure that it'll be downloaded by build scripts (IDEA-189683).
2018-04-06 14:23:21 +03:00
nik
51cb6f2eed build scripts: fix building intellij-community from sources
jgoodies-commons must be added to dependencies of a module from intellij-community project to ensure that it'll be downloaded by build scripts (IDEA-189683).
2018-04-06 12:35:05 +03:00
Yaroslav Pankratyev
3f3eeec926 Split DevKit into modules + related changes and fixes 2018-04-03 19:37:58 +07:00
Vladimir Krivosheev
2043e06581 commander plugin is obsolete — remove from community-main 2018-03-30 17:52:12 +02:00
Dana Dahlstrom
1eeee417c3 IDEA project configuration: remove duplicate orderEntry 2018-03-20 10:07:10 +03:00
Vladislav.Soroka
c7fe7aa17e Gradle-java integration as optional extension for IntelliJ gradle plugin 2018-02-17 09:21:34 +03:00
Vladislav.Soroka
53b7df77ea Gradle: extract jvm-based projects import support 2018-02-17 09:19:17 +03:00