[python] added internal actions to test python surveys (PY-74269, PY-74269)

(cherry picked from commit a6c55625c47592e7c8b6572e887cc50410585451)

IJ-CR-149662

GitOrigin-RevId: 9ae176dc14cefeca56cfa1cb9ab107c3600100b6
This commit is contained in:
Aleksei Kniazev
2024-11-18 21:20:59 +01:00
committed by intellij-monorepo-bot
parent 0956043be6
commit f0b1bdbb11
2 changed files with 13 additions and 0 deletions

View File

@@ -998,6 +998,8 @@ The Python plug-in provides smart editing for Python scripts. The feature set of
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>
</actions>