AI-Narwhal | 2025.1.1 <debuggerx@debuggerx-PC Update find.xml Create csvSettings.xml, dataViewsSettings.xml
This commit is contained in:
@@ -0,0 +1,46 @@
|
|||||||
|
<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=" ">
|
||||||
|
<quotation>
|
||||||
|
<quotes left=""" right=""" leftEscaped="""" rightEscaped="""" />
|
||||||
|
<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="	" recordSeparator=" ">
|
||||||
|
<quotation>
|
||||||
|
<quotes left=""" right=""" leftEscaped="""" rightEscaped="""" />
|
||||||
|
<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=" ">
|
||||||
|
<quotation>
|
||||||
|
<quotes left=""" right=""" leftEscaped="""" rightEscaped="""" />
|
||||||
|
<quotes left="'" right="'" leftEscaped="''" rightEscaped="''" />
|
||||||
|
</quotation>
|
||||||
|
</record-format>
|
||||||
|
</data>
|
||||||
|
</csv-format>
|
||||||
|
<csv-format name="Semicolon-separated" id="Semicolon-separated_id">
|
||||||
|
<data>
|
||||||
|
<record-format prefix="" suffix="" nullText="" quotationPolicy="as needed" valueSeparator=";" recordSeparator=" ">
|
||||||
|
<quotation>
|
||||||
|
<quotes left=""" right=""" leftEscaped="""" rightEscaped="""" />
|
||||||
|
<quotes left="'" right="'" leftEscaped="''" rightEscaped="''" />
|
||||||
|
</quotation>
|
||||||
|
</record-format>
|
||||||
|
</data>
|
||||||
|
</csv-format>
|
||||||
|
</csv-formats>
|
||||||
|
</component>
|
||||||
|
</application>
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
<application>
|
||||||
|
<component name="DataGridAppearanceSettingsImpl" version="1" />
|
||||||
|
</application>
|
||||||
@@ -1,10 +1,8 @@
|
|||||||
<application>
|
<application>
|
||||||
<component name="FindSettings">
|
<component name="FindSettings">
|
||||||
<option name="customScope" value="Project Files" />
|
<option name="customScope" value="All Places" />
|
||||||
<option name="defaultScopeName" value="Project Files" />
|
<option name="defaultScopeName" value="All Places" />
|
||||||
<option name="localRegularExpressions" value="true" />
|
<option name="SEARCH_SCOPE" value="All Places" />
|
||||||
<option name="LOCAL_REGULAR_EXPRESSIONS" value="true" />
|
|
||||||
<option name="SEARCH_SCOPE" value="Project Files" />
|
|
||||||
<mask>*.css</mask>
|
<mask>*.css</mask>
|
||||||
<mask>*.html</mask>
|
<mask>*.html</mask>
|
||||||
<mask>*.xml</mask>
|
<mask>*.xml</mask>
|
||||||
|
|||||||
Reference in New Issue
Block a user