Bläddra i källkod

WS-2024.1.5 <TheoryOfNekomata@Hydra Create databaseSettings.xml, window.layouts.xml

master
TheoryOfNekomata 1 månad sedan
förälder
incheckning
17fc591ed9
2 ändrade filer med 141 tillägg och 0 borttagningar
  1. +58
    -0
      databaseSettings.xml
  2. +83
    -0
      window.layouts.xml

+ 58
- 0
databaseSettings.xml Visa fil

@@ -0,0 +1,58 @@
<application>
<component name="DatabaseSettings" version="10">
<text-mode>
<parameter-patterns>
<parameter-pattern value="#(\w+)#" in-scripts="true" scope="XML" predefined="#name#" />
<parameter-pattern value="(?&lt;=\W|\A)\$(\d+|[a-zA-Z_](?:\w|\.)*)\$?(?=\W|\z)" in-scripts="true" scope="*,-SQL" predefined="$a.b.c$?" />
<parameter-pattern value="(?&lt;=\W|\A)#(\d+|[a-zA-Z_](?:\w|\.)*)#?(?=\W|\z)" in-scripts="true" scope="*,-SQL" predefined="#a.b.c#?" />
<parameter-pattern value="%\((\w+)\)s" in-scripts="true" scope="Python" predefined="%(name)s" />
<parameter-pattern value="%\w+" in-scripts="true" scope="JAVA,Python,PHP" predefined="%name" />
<parameter-pattern value="\:\'.*\'" in-scripts="true" scope="PostgreSQL" predefined=":'name'" />
<parameter-pattern value="\$\{([^\{\}]*)\}" in-scripts="true" predefined="${name}" />
<parameter-pattern value="\$\(([^\)]+)\)" in-scripts="true" predefined="$(name)" />
</parameter-patterns>
</text-mode>
<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-format name="Semicolon-separated" id="Semicolon-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>

+ 83
- 0
window.layouts.xml Visa fil

@@ -0,0 +1,83 @@
<application>
<component name="ToolWindowLayout"><![CDATA[{
"layouts": {
"Custom": {
"v2": [
{
"id": "Project",
"order": 0,
"contentUiType": "COMBO",
"weight": 0.25
},
{
"id": "Commit",
"order": 1,
"weight": 0.25
},
{
"id": "Structure",
"order": 2,
"weight": 0.25,
"isSplit": true
},
{
"id": "Notifications",
"order": 0,
"anchor": "RIGHT",
"contentUiType": "COMBO",
"weight": 0.25
},
{
"id": "AIAssistant",
"order": 1,
"anchor": "RIGHT",
"weight": 0.25
},
{
"id": "Database",
"order": 2,
"anchor": "RIGHT",
"weight": 0.25
},
{
"id": "Gradle",
"order": 3,
"anchor": "RIGHT",
"weight": 0.25
},
{
"id": "Maven",
"order": 4,
"anchor": "RIGHT",
"weight": 0.25
},
{
"id": "Version Control",
"order": 0,
"anchor": "BOTTOM"
},
{
"id": "Problems",
"order": 1,
"anchor": "BOTTOM"
},
{
"id": "Problems View",
"order": 2,
"anchor": "BOTTOM"
},
{
"id": "Terminal",
"order": 3,
"anchor": "BOTTOM"
},
{
"id": "Services",
"order": 4,
"anchor": "BOTTOM"
}
]
}
}
}]]></component>
</application>

Laddar…
Avbryt
Spara