Commit Graph

9 Commits

Author SHA1 Message Date
Ivan Migalev
0fbed82618 (IDEA-327207) Settings Transfer: more tailored extension design for VSCode, extract the JVM part
GitOrigin-RevId: d484b886b144a61ebe0594bbec250fb848b348c0
2023-10-26 21:04:48 +00:00
Alexey Merkulov
777cd13006 IFT-394 Implement closing promo
IJ-CR-28024

GitOrigin-RevId: 032a39e5de4a547561c4e7124afeb6424bdf37f1
2022-08-10 18:05:18 +00:00
Konstantin Hudyakov
8443ccc738 IFT-357 Add icon for Java onboarding tour
IJ-CR-22434

GitOrigin-RevId: e2c787d0a42ff59c88a09eb49596794766fa27ce
2022-03-24 13:55:32 +00:00
Konstantin Hudyakov
2259a6e55b IFT-357 Add Welcome screen promoter for Java onboarding tour
For now image is the default Features Trainer icon. It will be replaced later.

IJ-CR-20943

GitOrigin-RevId: 66b75ca010a046c130ee26c2f609a813d05be6b5
2022-03-09 10:00:19 +00:00
Vladimir Lagunov
e87b3d1d3c PY-50328 intellij.notebooks.visualization scope runtime in intellij.java.ide.customization
GitOrigin-RevId: 1fd738459666be286a7570de2ccf4e40ce55cdf8
2021-09-01 09:49:49 +00:00
Vladimir Lagunov
bd37413433 PY-49957 Rename intellij.visualisation.iml -> intellij.notebooks.visualization.iml
IJ-MR-12848

GitOrigin-RevId: edd84938c2a33837aec8c8cac4b8f7eee12a9213
2021-08-16 06:32:55 +00:00
Vladimir Lagunov
fa4365d141 PY-49957 Move intellij.visualisation from R Plugin directory to IntelliJ community
IJ-MR-12848

GitOrigin-RevId: 090aa447e093b6ffdcc3b04ee7c11d3a7148d53a
2021-08-16 06:32:49 +00:00
nik
31eed92087 IntelliJ project structure: change scope of dependencies to runtime for java.ide.customization module
Leave as 'compile' only dependencies which are really required to compile the module.

GitOrigin-RevId: 0fd689f3c0de6eef527d0cc0bb03566809b792ac
2019-07-25 15:03:53 +03: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