This allows to show "HTML, style sheets, JavaScript, TypeScript, Node.js..." description for "JavaScript Development" according to https://youtrack.jetbrains.com/issue/WEB-43722#focus=streamItem-27-3937145.0-0
(cherry picked from commit a52e8721f26003f035908a524ff819ffbe97b986)
GitOrigin-RevId: 1ff28b97fb9045bc96b7042f4521df87ff4bcec4
The problem was that an implementation of IdeLanguageCustomization for Python got excluded from PyCharm builds due
to recent refactoring of the Python-related modules. This change brings it back and restores Python as the first
language in the list of languages in the Editor | Code Style settings.
GitOrigin-RevId: 0e00c712ee1b24a88babec78084b27956a9b53e7
*ApplicationInfo.xml files weren't patched well, so PYA/PCA product codes weren't be written at all and it leaded to
problem with updates. Fixed product code for PyCharm with Anaconda both Community and Professional.
GitOrigin-RevId: 315da5bb94452f370373d593bea026284dfdff36
IDEA-CR-45683: Create Anaconda plugin that facilitates using Сonda management system (PY-34875)
IDEA-CR-45765: PY-34993 Prepare PyCharm + Anaconda plugin installation process
IDEA-CR-45858: PY-34993 build PyCharm Anaconda edition together with regular PyCharm
IDEA-CR-45850: cleanup
PY-35115 "Missing extension point: Pythonid.pythonSdkTypeComparator" trying to create a new project in 191.6605.9 fix
GitOrigin-RevId: 8f35d31fd8117dc250f4b5bf75cea6f077427942
After the recent refactoring of PyCharm-specific classes into the PyCharm Community Customization plugin
the PyCharm Professional advertisement annotator got into intellij.pycharm.community that actually didn't
depend on the module where these classes were defined. Since the annotator is specific to PyCharm
Community it looks like intellij.pycharm.community.customization is now the best place for it.
GitOrigin-RevId: 46ef68ca2d207a3341854cec54820632c5be9e4a