Files
openide/resources
Nikolay Chashnikov 6211f1a3ca [fus devkit] move intellij.platform.statistics.devkit module from the platform to intellij.dev plugin
The module provides internal actions only, and 'intellij.dev' plugin was created specifically for that. It's an invisible plugin bundled with all IDEs by default, so these actions will still be available, but now lightweight products which don't need them (JetBrains Client and Gateway) may exclude this module without hacks.

Registrations of 2 actions from that module were moved from Java plugin to the module's xml file.

GitOrigin-RevId: 454e9c55849cb65bc2c9d9448e1719c6775661fb
2023-04-14 09:07:04 +00:00
..