PY-2023.1.4 <rodude123@rodude123s-yoga7 Update laf.xml, ide.general.xml, GitLink.xml, filetypes.xml, colors.scheme.xml, editor.xml, AquaOldUserFeedbackService.xml Create csv-editor.xml

This commit is contained in:
Rohit Pai 2023-07-26 12:52:43 +01:00
parent e6db530480
commit 8f4d52f8ac
8 changed files with 22 additions and 10 deletions

View File

@ -1,5 +1,6 @@
<application> <application>
<component name="AquaOldUserFeedbackInfoState"><![CDATA[{ <component name="AquaOldUserFeedbackInfoState"><![CDATA[{
"userTypedInEditor": true "userTypedInEditor": true,
"firstUsageTime": "2023-07-26T12:52:16.553417703"
}]]></component> }]]></component>
</application> </application>

View File

@ -1,5 +1,5 @@
<application> <application>
<component name="uk.co.ben_gibson.git.link.SettingsState"> <component name="uk.co.ben_gibson.git.link.SettingsState">
<option name="lastVersion" value="4.2.4" /> <option name="lastVersion" value="4.3.5" />
</component> </component>
</application> </application>

View File

@ -1,5 +1,5 @@
<application> <application>
<component name="EditorColorsManagerImpl"> <component name="EditorColorsManagerImpl">
<global_color_scheme name="oblivion" /> <global_color_scheme name="Dark" />
</component> </component>
</application> </application>

5
csv-editor.xml Normal file
View File

@ -0,0 +1,5 @@
<application>
<component name="CsvEditorSettings">
<option name="CURRENT_PLUGIN_VERSION" value="3.2.1-231" />
</component>
</application>

View File

@ -6,4 +6,8 @@
<option name="USE_SOFT_WRAPS" value="" /> <option name="USE_SOFT_WRAPS" value="" />
<option name="ENABLE_RENDERED_DOC" value="true" /> <option name="ENABLE_RENDERED_DOC" value="true" />
</component> </component>
<component name="TodoConfiguration">
<pattern pattern="\btodo\b.*" />
<pattern pattern="\bfixme\b.*" />
</component>
</application> </application>

View File

@ -4,6 +4,11 @@
<extensionMap> <extensionMap>
<mapping pattern="ArtifactDB" type="AUTO_DETECTED" /> <mapping pattern="ArtifactDB" type="AUTO_DETECTED" />
<mapping ext="mat" type="AUTO_DETECTED" /> <mapping ext="mat" type="AUTO_DETECTED" />
<mapping ext=".tabnine.model" type="Tabnine project model file" />
<mapping ext=".tabnine" type="Tabnine project model file" />
<mapping ext="tabnine" type="Tabnine project model file" />
<mapping ext=".model" type="Tabnine project model file" />
<mapping ext="model" type="Tabnine project model file" />
<removed_mapping ext="csv" approved="true" type="CSV/TSV" /> <removed_mapping ext="csv" approved="true" type="CSV/TSV" />
<removed_mapping ext="dockerignore" approved="true" type="DockerIgnore file" /> <removed_mapping ext="dockerignore" approved="true" type="DockerIgnore file" />
<removed_mapping ext="ignore" approved="true" type="IgnoreLang file" /> <removed_mapping ext="ignore" approved="true" type="IgnoreLang file" />
@ -12,11 +17,6 @@
<removed_mapping ext="tps" approved="true" type="XML" /> <removed_mapping ext="tps" approved="true" type="XML" />
<removed_mapping ext="tsv" approved="true" type="CSV/TSV" /> <removed_mapping ext="tsv" approved="true" type="CSV/TSV" />
<removed_mapping ext="tsv" approved="true" type="TSV" /> <removed_mapping ext="tsv" approved="true" type="TSV" />
<mapping ext=".model" type="Tabnine project model file" />
<mapping ext=".tabnine" type="Tabnine project model file" />
<mapping ext=".tabnine.model" type="Tabnine project model file" />
<mapping ext="model" type="Tabnine project model file" />
<mapping ext="tabnine" type="Tabnine project model file" />
</extensionMap> </extensionMap>
</component> </component>
</application> </application>

View File

@ -1,12 +1,14 @@
<application> <application>
<component name="GeneralSettings"> <component name="GeneralSettings">
<option name="showTipsOnStartup" value="true" />
<option name="confirmExit" value="false" /> <option name="confirmExit" value="false" />
<option name="confirmOpenNewProject2" value="-1" /> <option name="confirmOpenNewProject2" value="-1" />
</component> </component>
<component name="Registry"> <component name="Registry">
<entry key="eslint.additional.file.extensions" value="svelte" /> <entry key="eslint.additional.file.extensions" value="svelte" />
<entry key="ide.experimental.ui" value="false" />
<entry key="rdclient.asyncActions" value="false" /> <entry key="rdclient.asyncActions" value="false" />
<entry key="rider.enable.designer.winForms" value="true" /> <entry key="rider.enable.designer.winForms" value="true" />
<entry key="ide.experimental.ui" value="true" />
<entry key="debugger.new.tool.window.layout" value="true" />
</component> </component>
</application> </application>

View File

@ -1,5 +1,5 @@
<application> <application>
<component name="LafManager" autodetect="false"> <component name="LafManager" autodetect="false">
<laf class-name="com.intellij.ide.ui.laf.darcula.DarculaLaf" /> <laf class-name="com.intellij.ide.ui.laf.darcula.DarculaLaf" themeId="ExperimentalDark" />
</component> </component>
</application> </application>