mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
PY-87526 Remove the collector for python.job.statistics
GitOrigin-RevId: b1d48b9c9cf392d7e2ee87d02661ac7d60eb3389
This commit is contained in:
committed by
intellij-monorepo-bot
parent
2ef1ccbf7a
commit
a7461e16d1
@@ -704,10 +704,6 @@
|
||||
<registryKey key="python.detect.cross.module.dependencies" defaultValue="false"
|
||||
description="Try to detect and automatically set-up module dependencies in a multi-module project"/>
|
||||
|
||||
<feedback.idleFeedbackSurvey implementation="com.jetbrains.python.statistics.feedback.PythonJobSurvey"/>
|
||||
<statistics.counterUsagesCollector implementationClass="com.jetbrains.python.statistics.feedback.PythonJobStatisticsCollector"/>
|
||||
<backgroundPostStartupActivity implementation="com.jetbrains.python.statistics.feedback.PythonFirstLaunchChecker"/>
|
||||
|
||||
<registryKey key="python.prebuilt.skeletons.minor.version.aware" defaultValue="false"
|
||||
description="When disabled stripes minor version to look for prebuilt skeletons"/>
|
||||
<registryKey key="python.activate.virtualenv.on.run" defaultValue="true"
|
||||
@@ -1119,9 +1115,6 @@
|
||||
text="Update Python SDK" description="Forcibly update all configured Python SDKs in the project"/>
|
||||
<action id="PySetPropertyAction" internal="true" class="com.jetbrains.python.sdk.add.v2.PySetPropertyAction"
|
||||
text="Set PropertiesComponent Value" description="Set value in application-level PropertiesComponent"/>
|
||||
<action id="PyShowJobSurvey" internal="true" class="com.jetbrains.python.statistics.feedback.PythonShowJobSurveyAction"
|
||||
text="Show Python Job Survey"/>
|
||||
|
||||
<add-to-group group-id="Internal"/>
|
||||
</group>
|
||||
<group id="Python.NewInterpreter.Extra" popup="false"/>
|
||||
|
||||
@@ -1657,18 +1657,6 @@ action.PipUpdateEnvAction.FloatingToolbar.text=Install All
|
||||
action.PipEnvLockDependenciesAction.text=Generate a Pipfile.lock
|
||||
action.PipEnvInstallDependenciesAction.text=Install Dependencies
|
||||
|
||||
python.survey.user.job.notification.group=PyCharm Job Survey
|
||||
python.survey.user.job.notification.title=Feedback In IDE
|
||||
python.survey.user.job.notification.content=Tell us about your Python development experience. Just one question.
|
||||
|
||||
python.survey.user.job.dialog.title=Feedback
|
||||
python.survey.user.job.dialog.blocks.top=Python development
|
||||
python.survey.user.job.dialog.blocks.checkbox.group=What do you use Python for?
|
||||
python.survey.user.job.dialog.blocks.checkbox.data=Data analysis
|
||||
python.survey.user.job.dialog.blocks.checkbox.ml=Machine learning
|
||||
python.survey.user.job.dialog.blocks.checkbox.web=Web development
|
||||
python.survey.user.job.dialog.blocks.checkbox.scripts=Writing automation scripts / parsers / tests / system administration
|
||||
python.survey.user.job.dialog.blocks.checkbox.other=Other
|
||||
validation.invalid.name=Invalid name
|
||||
dialog.message.command.could.not.complete=Command could not be completed successfully. \
|
||||
Please see the command's output for information about resolving this problem.
|
||||
|
||||
Reference in New Issue
Block a user