Browse Source

WS-2023.1.3 <theoryofnekomata@CIPANGU.local Update find.xml, ui.lnf.xml, ide.general.xml, _@user_Default.icls, customization.xml, material_theme.xml, TheoryOfNekomata.icls, notifications.xml, _@user_Darcula.icls Create nx-console.xml, AquaNewUserFeedbackService.xml, csvSettings.xml, AquaOldUserFeedbackService.xml Delete baseRefactoring.xml

master
TheoryOfNekomata 10 months ago
parent
commit
5caf935788
14 changed files with 157 additions and 23 deletions
  1. +5
    -0
      AquaNewUserFeedbackService.xml
  2. +6
    -0
      AquaOldUserFeedbackService.xml
  3. +0
    -8
      baseRefactoring.xml
  4. +1
    -1
      colors/TheoryOfNekomata.icls
  5. +4
    -5
      colors/_@user_Darcula.icls
  6. +1
    -1
      colors/_@user_Default.icls
  7. +36
    -0
      csvSettings.xml
  8. +89
    -5
      customization.xml
  9. +2
    -0
      find.xml
  10. +5
    -1
      ide.general.xml
  11. +1
    -2
      material_theme.xml
  12. +1
    -0
      notifications.xml
  13. +5
    -0
      nx-console.xml
  14. +1
    -0
      ui.lnf.xml

+ 5
- 0
AquaNewUserFeedbackService.xml View File

@@ -0,0 +1,5 @@
<application>
<component name="AquaNewUserFeedbackInfoState"><![CDATA[{
"userTypedInEditor": true
}]]></component>
</application>

+ 6
- 0
AquaOldUserFeedbackService.xml View File

@@ -0,0 +1,6 @@
<application>
<component name="AquaOldUserFeedbackInfoState"><![CDATA[{
"userTypedInEditor": true,
"firstUsageTime": "2023-06-27T15:51:22.071038"
}]]></component>
</application>

+ 0
- 8
baseRefactoring.xml View File

@@ -1,8 +0,0 @@
<application>
<component name="BaseRefactoringSettings">
<option name="RENAME_SEARCH_IN_COMMENTS_FOR_FILE" value="false" />
<option name="RENAME_SEARCH_FOR_TEXT_FOR_FILE" value="false" />
<option name="RENAME_SEARCH_FOR_REFERENCES_FOR_FILE" value="false" />
<option name="MOVE_SEARCH_FOR_REFERENCES_FOR_FILE" value="false" />
</component>
</application>

+ 1
- 1
colors/TheoryOfNekomata.icls View File

@@ -4,7 +4,7 @@
<property name="created">2023-02-23T14:55:53</property>
<property name="ide">WebStorm</property>
<property name="ideVersion">2022.3.1.0.0</property>
<property name="modified">2023-05-15T09:03:41</property>
<property name="modified">2023-07-01T14:36:24</property>
<property name="originalScheme">TheoryOfNekomata</property>
</metaInfo>
<console-font>


+ 4
- 5
colors/_@user_Darcula.icls View File

@@ -1,16 +1,15 @@
<scheme name="_@user_Darcula" version="142" parent_scheme="Darcula">
<metaInfo>
<property name="created">2023-03-14T10:29:57</property>
<property name="ide">CLion</property>
<property name="ideVersion">2022.3.2.0.0</property>
<property name="modified">2023-05-15T09:03:41</property>
<property name="created">2023-06-20T14:19:35</property>
<property name="ide">WebStorm</property>
<property name="ideVersion">2022.3.4.0.0</property>
<property name="modified">2023-07-01T14:36:24</property>
<property name="originalScheme">Darcula</property>
</metaInfo>
<colors>
<option name="FILESTATUS_ADDED" value="c3e887" />
<option name="FILESTATUS_DELETED" value="f77669" />
<option name="FILESTATUS_HIJACKED" value="ffcb6b" />
<option name="FILESTATUS_IGNORE.PROJECT_VIEW.IGNORED" value="cccccc" />
<option name="FILESTATUS_MODIFIED" value="eac651" />
<option name="FILESTATUS_NOT_CHANGED_IMMEDIATE" value="80cbc4" />
<option name="FILESTATUS_NOT_CHANGED_RECURSIVE" value="80cbc4" />


+ 1
- 1
colors/_@user_Default.icls View File

@@ -3,7 +3,7 @@
<property name="created">2023-03-08T09:10:47</property>
<property name="ide">WebStorm</property>
<property name="ideVersion">2022.3.2.0.0</property>
<property name="modified">2023-03-14T10:30:41</property>
<property name="modified">2023-06-20T14:20:41</property>
<property name="originalScheme">Default</property>
</metaInfo>
<colors>


+ 36
- 0
csvSettings.xml View File

@@ -0,0 +1,36 @@
<application>
<component name="CsvSettings" version="1">
<csv-formats>
<csv-format name="CSV" id="Comma-separated (CSV)_id">
<data>
<record-format prefix="" suffix="" nullText="" quotationPolicy="as needed" valueSeparator="," recordSeparator="&#10;">
<quotation>
<quotes left="&quot;" right="&quot;" leftEscaped="&quot;&quot;" rightEscaped="&quot;&quot;" />
<quotes left="'" right="'" leftEscaped="''" rightEscaped="''" />
</quotation>
</record-format>
</data>
</csv-format>
<csv-format name="TSV" id="Tab-separated (TSV)_id">
<data>
<record-format prefix="" suffix="" nullText="" quotationPolicy="as needed" valueSeparator="&#9;" recordSeparator="&#10;">
<quotation>
<quotes left="&quot;" right="&quot;" leftEscaped="&quot;&quot;" rightEscaped="&quot;&quot;" />
<quotes left="'" right="'" leftEscaped="''" rightEscaped="''" />
</quotation>
</record-format>
</data>
</csv-format>
<csv-format name="Pipe-separated" id="Pipe-separated_id">
<data>
<record-format prefix="" suffix="" nullText="" quotationPolicy="as needed" valueSeparator="|" recordSeparator="&#10;">
<quotation>
<quotes left="&quot;" right="&quot;" leftEscaped="&quot;&quot;" rightEscaped="&quot;&quot;" />
<quotes left="'" right="'" leftEscaped="''" rightEscaped="''" />
</quotation>
</record-format>
</data>
</csv-format>
</csv-formats>
</component>
</application>

+ 89
- 5
customization.xml View File

@@ -1,35 +1,119 @@
<application>
<component name="com.intellij.ide.ui.customization.CustomActionsSchema">
<group value="AtomFileIcons.Actions" is_group="true" forse_popup="false" action_type="-1" position="7">
<group value="Vcs.Operations.Popup" is_group="true" forse_popup="false" action_type="-1" position="21">
<path value="root" />
<option name="myInitialPosition" value="-1" />
</group>
<group value="Vcs.Log.Toolbar.RightCorner" is_group="true" forse_popup="false" action_type="-1" position="20">
<path value="root" />
<option name="myInitialPosition" value="-1" />
</group>
<group value="Vcs.Log.ChangesBrowser.Toolbar" is_group="true" forse_popup="false" action_type="-1" position="19">
<path value="root" />
<option name="myInitialPosition" value="-1" />
</group>
<group value="ChangesViewToolbar" is_group="true" forse_popup="false" action_type="-1" position="18">
<path value="root" />
<option name="myInitialPosition" value="-1" />
</group>
<group value="RunTab.TopToolbar" is_group="true" forse_popup="false" action_type="-1" position="17">
<path value="root" />
<option name="myInitialPosition" value="-1" />
</group>
<group value="RunTab.TopToolbar.More" is_group="true" forse_popup="false" action_type="-1" position="16">
<path value="root" />
<option name="myInitialPosition" value="-1" />
</group>
<group value="Markdown.Toolbar.Floating" is_group="true" forse_popup="false" action_type="-1" position="15">
<path value="root" />
<option name="myInitialPosition" value="-1" />
</group>
<group value="Vcs.FileHistory.Toolbar" is_group="true" forse_popup="false" action_type="-1" position="14">
<path value="root" />
<option name="myInitialPosition" value="-1" />
</group>
<group value="XDebugger.Watches.Tree.Toolbar" is_group="true" forse_popup="false" action_type="-1" position="13">
<path value="root" />
<option name="myInitialPosition" value="-1" />
</group>
<group value="XDebugger.ToolWindow.TopToolbar3" is_group="true" forse_popup="false" action_type="-1" position="12">
<path value="root" />
<option name="myInitialPosition" value="-1" />
</group>
<group value="XDebugger.ToolWindow.TopToolbar3.Extra" is_group="true" forse_popup="false" action_type="-1" position="11">
<path value="root" />
<option name="myInitialPosition" value="-1" />
</group>
<group value="NavBarToolBar" is_group="true" forse_popup="false" action_type="-1" position="10">
<path value="root" />
<option name="myInitialPosition" value="-1" />
</group>
<group value="NavbarPopupMenu" is_group="true" forse_popup="false" action_type="-1" position="9">
<path value="root" />
<option name="myInitialPosition" value="-1" />
</group>
<group value="ScopeViewPopupMenu" is_group="true" forse_popup="false" action_type="-1" position="8">
<path value="root" />
<option name="myInitialPosition" value="-1" />
</group>
<group value="AtomFileIcons.Actions" is_group="true" forse_popup="false" action_type="-1" position="8">
<path value="root" />
<path value="Main Toolbar Right" />
<option name="myInitialPosition" value="-1" />
</group>
<group value="AtomFileIcons.OldToolbar" is_group="true" forse_popup="false" action_type="-1" position="6">
<group value="ProjectViewPopupMenu" is_group="true" forse_popup="false" action_type="-1" position="7">
<path value="root" />
<option name="myInitialPosition" value="-1" />
</group>
<group value="AtomFileIcons.OldToolbar" is_group="true" forse_popup="false" action_type="-1" position="7">
<path value="root" />
<path value="Main Toolbar Right" />
<option name="myInitialPosition" value="-1" />
</group>
<group value="MaterialTheme.Menu" is_group="true" forse_popup="false" action_type="-1" position="5">
<group value="EditorTabPopupMenu" is_group="true" forse_popup="false" action_type="-1" position="6">
<path value="root" />
<option name="myInitialPosition" value="-1" />
</group>
<group value="MaterialTheme.Menu" is_group="true" forse_popup="false" action_type="-1" position="6">
<path value="root" />
<path value="Main Toolbar Right" />
<option name="myInitialPosition" value="-1" />
</group>
<group value="SettingsEntryPoint" is_action="true" action_type="-1" position="4">
<group value="EditorGutterPopupMenu" is_group="true" forse_popup="false" action_type="-1" position="5">
<path value="root" />
<option name="myInitialPosition" value="-1" />
</group>
<group value="SettingsEntryPoint" is_action="true" action_type="-1" position="5">
<path value="root" />
<path value="Main Toolbar Right" />
<option name="myInitialPosition" value="-1" />
</group>
<group value="CodeWithMeToolbarGroupNewUi" is_group="true" forse_popup="false" action_type="-1" position="2">
<group value="EditorPopupMenu" is_group="true" forse_popup="false" action_type="-1" position="4">
<path value="root" />
<option name="myInitialPosition" value="-1" />
</group>
<group value="CodeWithMeToolbarGroupNewUi" is_group="true" forse_popup="false" action_type="-1" position="3">
<path value="root" />
<path value="Main Toolbar Right" />
<option name="myInitialPosition" value="-1" />
</group>
<group value="MainToolbarCenter" is_group="true" forse_popup="false" action_type="-1" position="2">
<path value="root" />
<option name="myInitialPosition" value="-1" />
</group>
<group value="MainToolbarLeft" is_group="true" forse_popup="false" action_type="-1" position="1">
<path value="root" />
<option name="myInitialPosition" value="-1" />
</group>
<group value="main.toolbar.git.Branches" is_action="true" action_type="-1" position="1">
<path value="root" />
<path value="Main Toolbar Left" />
<option name="myInitialPosition" value="-1" />
</group>
<group value="MainMenu" is_group="true" forse_popup="false" action_type="-1" position="0">
<path value="root" />
<option name="myInitialPosition" value="-1" />
</group>
<group value="main.toolbar.Project" is_action="true" action_type="-1" position="0">
<path value="root" />
<path value="Main Toolbar Left" />


+ 2
- 0
find.xml View File

@@ -5,8 +5,10 @@
<option name="defaultScopeName" value="All Places" />
<option name="localCaseSensitive" value="true" />
<option name="localRegularExpressions" value="true" />
<option name="regularExpressions" value="true" />
<option name="CASE_SENSITIVE_SEARCH" value="true" />
<option name="LOCAL_CASE_SENSITIVE_SEARCH" value="true" />
<option name="REGULAR_EXPRESSIONS" value="true" />
<option name="LOCAL_REGULAR_EXPRESSIONS" value="true" />
<option name="SEARCH_SCOPE" value="All Places" />
<mask>*.xml</mask>


+ 5
- 1
ide.general.xml View File

@@ -1,12 +1,16 @@
<application>
<component name="GeneralSettings">
<option name="confirmExit" value="false" />
<option name="showTipsOnStartup" value="false" />
<option name="confirmExit" value="false" />
</component>
<component name="Registry">
<entry key="ide.balloon.shadow.size" value="0" />
<entry key="ide.experimental.ui" value="true" />
<entry key="debugger.new.tool.window.layout" value="true" />
<entry key="ide.editor.tab.selection.animation" value="true" />
<entry key="ide.new.editor.tabs.vertical.borders" value="true" />
<entry key="editor.focus.mode.color.light" value="444444" />
<entry key="editor.focus.mode.color.dark" value="444444" />
</component>
<component name="StatusBar">
<option name="widgets">


+ 1
- 2
material_theme.xml View File

@@ -1,6 +1,5 @@
<application>
<component name="MaterialThemeConfig">
<option name="customTreeIndentEnabled" value="true" />
<option name="allowDataCollection" value="true" />
<option name="autoResetColorScheme" value="true" />
<option name="compactSidebar" value="true" />
@@ -16,6 +15,6 @@
<option name="accentColor" value="eeca3f" />
<option name="selectedTheme" value="CUSTOM" />
<option name="userId" value="7a11f371:1686d9b67db:-8000" />
<option name="version" value="8.4.1" />
<option name="version" value="8.6.4" />
</component>
</application>

+ 1
- 0
notifications.xml View File

@@ -2,5 +2,6 @@
<component name="NotificationConfiguration">
<notification groupId="Build sync orphan modules" displayType="NONE" shouldLog="false" />
<notification groupId="Gradle Notification Group" displayType="NONE" shouldLog="false" />
<notification groupId="Quokka Notifications" displayType="STICKY_BALLOON" shouldLog="false" />
</component>
</application>

+ 5
- 0
nx-console.xml View File

@@ -0,0 +1,5 @@
<application>
<component name="NxConsoleSettingsProvider">
<option name="promptedForTelemetry" value="true" />
</component>
</application>

+ 1
- 0
ui.lnf.xml View File

@@ -1,5 +1,6 @@
<application>
<component name="UISettings">
<option name="MAX_LOOKUP_WIDTH2" value="545" />
<option name="OPEN_IN_PREVIEW_TAB_IF_POSSIBLE" value="true" />
</component>
</application>

Loading…
Cancel
Save