Commit Graph

13 Commits

Author SHA1 Message Date
nik
af4b4bc54c IntelliJ project configuration: add dependency on java.plugin to java.testFramework
Any module which depends on intellij.java.testFramework needs to have the Java plugin in classpath to avoid errors. Unnecessary additional dependencies on intellij.java.plugin are removed from tests modules.

GitOrigin-RevId: c47e37f0bc5ac053c3335208364583c1f1260f13
2019-06-03 21:07:09 +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
nik
9fcd4e3e6d IntelliJ project configuration: rename KotlinTest library to kotlin-test for consistency with artifactId 2019-01-11 11:30:43 +03:00
Dmitry Avdeev
28121dddb7 IDEA-191978 Tooltip for the "Run" icon on gutter shows 'Co_verage' and Profile which is unavailable action 2018-12-07 18:33:19 +03:00
Sergey Ignatov
9d7de4ae6c add intellij.platform.uast.tests as a dependency to the intellij.java.tests
align java tests in community/ultimate class paths
2018-10-23 00:24:20 +03:00
Sergey Ignatov
3ecb434678 move undo tests into the community project 2018-10-19 01:26:42 +03:00
Sergey Ignatov
4f68c9af1b add intellij.jvm.analysis.java.tests as a dependency to the intellij.java.tests
align java tests in community/ultimate class paths
2018-10-07 00:27:07 +01:00
Anna.Kozlova
1c6172ab67 copyright: skip comments which are not supposed to be replaced (IDEA-190266)
moreover, don't trim same spaces twice as before last comment and after middle
2018-04-25 16:30:07 +02:00
Anna.Kozlova
bf90fea9c5 testng integration tests 2018-04-05 17:20:15 +02:00
Tagir Valeev
df1d202d2f BytecodeAnalysisTest: changed excluded folder 2018-02-02 16:44:31 +07:00
nik
43d6d568c8 IDEA project configuration: the great module rename
Improve names for product-specific modules: change 'intellij.productEdition' to 'intellij.product.edition' (e.g. 'intellij.ideaUltimate' -> 'intellij.idea.ultimate'). This makes names of these modules consistent with other names and groups modules related to the same product together.
2018-01-25 12:59:04 +03:00
nik
c9620ce099 IDEA project configuration: the great module rename
Rename all modules in IntelliJ IDEA sources to ensure that they follow a consistent naming scheme.

Update *.iml files.
2018-01-25 12:59:02 +03:00
nik
16410c2321 IDEA project configuration: the great module rename
Rename all modules in IntelliJ IDEA sources to ensure that they follow a consistent naming scheme.

Rename iml files.
2018-01-25 12:59:02 +03:00