AI-Giraffe | 2022.3.1 Patch 2 <debuggerx@debuggerx-work Update androidStudioFirstRun.xml, find.xml, device.mirroring.xml Create AquaNewUserFeedbackService.xml, AquaOldUserFeedbackService.xml

This commit is contained in:
2023-10-25 18:10:52 +08:00
5 changed files with 19 additions and 10 deletions
+5
View File
@@ -0,0 +1,5 @@
<application>
<component name="AquaNewUserFeedbackInfoState"><![CDATA[{
"userTypedInEditor": true
}]]></component>
</application>
+6
View File
@@ -0,0 +1,6 @@
<application>
<component name="AquaOldUserFeedbackInfoState"><![CDATA[{
"userTypedInEditor": true,
"firstUsageTime": "2023-10-23T18:51:01.699321641"
}]]></component>
</application>
+1 -1
View File
@@ -3,6 +3,6 @@
<version>1</version> <version>1</version>
</component> </component>
<component name="whatsNew"> <component name="whatsNew">
<shownVersion>2023.1.1rc3</shownVersion> <shownVersion>2023.1.1rc23</shownVersion>
</component> </component>
</application> </application>
+1 -2
View File
@@ -1,6 +1,5 @@
<application> <application>
<component name="DeviceMirroringSettings"> <component name="DeviceMirroringSettingsV2">
<option name="activateOnConnection" value="true" />
<option name="confirmationDialogShown" value="true" /> <option name="confirmationDialogShown" value="true" />
<option name="turnOffDisplayWhileMirroring" value="true" /> <option name="turnOffDisplayWhileMirroring" value="true" />
</component> </component>
+6 -7
View File
@@ -1,11 +1,10 @@
<application> <application>
<component name="FindSettings"> <component name="FindSettings">
<option name="customScope" value="All Places" /> <mask>*.css</mask>
<option name="defaultScopeName" value="All Places" /> <mask>*.html</mask>
<option name="localCaseSensitive" value="true" /> <mask>*.xml</mask>
<option name="regularExpressions" value="true" /> <mask>*.jsp</mask>
<option name="LOCAL_CASE_SENSITIVE_SEARCH" value="true" /> <mask>*.properties</mask>
<option name="REGULAR_EXPRESSIONS" value="true" /> <mask>*.java</mask>
<option name="SEARCH_SCOPE" value="All Places" />
</component> </component>
</application> </application>