mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 15:52:01 +07:00
Layout: JPS modules `intellij.python.community` `intellij.python.community.impl` `intellij.python.parser` `intellij.python.psi` `intellij.python.psi.impl` `intellij.python.ast` use package `com.jetbrains.python` and go to `intellij.python.community.impl` v2 module JPS module `intellij.python` uses package `com.intellij.python.pro` and goes to `intellij.python/pro` v2 module Both v2 modules (along with lots of others) come with `PythonId` (prof) or `PythonCore` (community) plugins DS bundles `intellij.python.community.impl` Idea and other Mini IDEs get `PythonCore` or `PythonId` plugin that bundle modules for Idea and mini IDEs GitOrigin-RevId: 98f418c52d90d51b9adf3250c561f2c36c767e2d
48 lines
2.1 KiB
XML
48 lines
2.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="EntryPointsManager">
|
|
<writeAnnotations>
|
|
<writeAnnotation name="com.sampullara.cli.Argument" />
|
|
</writeAnnotations>
|
|
</component>
|
|
<component name="FrameworkDetectionExcludesConfiguration" detection-enabled="false" />
|
|
<component name="IdProvider" IDEtalkID="88DB5D232B345F18EEFB2825E88EC093" />
|
|
<component name="JavadocGenerationManager">
|
|
<option name="OUTPUT_DIRECTORY" />
|
|
<option name="OPTION_SCOPE" value="protected" />
|
|
<option name="OPTION_HIERARCHY" value="true" />
|
|
<option name="OPTION_NAVIGATOR" value="true" />
|
|
<option name="OPTION_INDEX" value="true" />
|
|
<option name="OPTION_SEPARATE_INDEX" value="true" />
|
|
<option name="OPTION_DOCUMENT_TAG_USE" value="false" />
|
|
<option name="OPTION_DOCUMENT_TAG_AUTHOR" value="false" />
|
|
<option name="OPTION_DOCUMENT_TAG_VERSION" value="false" />
|
|
<option name="OPTION_DOCUMENT_TAG_DEPRECATED" value="true" />
|
|
<option name="OPTION_DEPRECATED_LIST" value="true" />
|
|
<option name="OTHER_OPTIONS" value="" />
|
|
<option name="HEAP_SIZE" />
|
|
<option name="LOCALE" />
|
|
<option name="OPEN_IN_BROWSER" value="true" />
|
|
</component>
|
|
<component name="ProjectDetails">
|
|
<option name="projectName" value="idea-community" />
|
|
</component>
|
|
<component name="ProjectKey">
|
|
<option name="state" value="git@git.labs.intellij.net:idea/community" />
|
|
</component>
|
|
<component name="ProjectResources">
|
|
<default-html-doctype>http://www.w3.org/1999/xhtml</default-html-doctype>
|
|
</component>
|
|
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="jbr-17" project-jdk-type="JavaSDK">
|
|
<output url="file://$PROJECT_DIR$/out" />
|
|
</component>
|
|
<component name="SuppressKotlinCodeStyleNotification">
|
|
<option name="disableForAll" value="true" />
|
|
</component>
|
|
<component name="SvnBranchConfigurationManager">
|
|
<option name="mySupportsUserInfoFilter" value="true" />
|
|
</component>
|
|
<component name="intellij-api-watcher-check-current-project">
|
|
<option name="shouldCheckCurrentProject" value="true" />
|
|
</component>
|
|
</project> |