WS-2021.1.1 <TheoryOfNekomata@VALHALLA Create markdown.xml, pomodoro.settings.xml, ide.general.xml, _@user_Default.icls, ide-features-trainer.xml, CodeGlance.xml, project.default.xml, TheoryOfNekomata.icls, pomodoro.state.xml, Default.xml, ignore.xml, HTML File.html, find.xml, ui.lnf.xml, filetypes.xml, code.style.schemes.xml, colors.scheme.xml, TheoryOfNekomata.xml, notifications.xml, _@user_Darcula.icls, databaseDrivers.xml, github.xml, bitbucket-linky.xml, atom-icon-associations.xml, gutter.xml, Default.xml, laf.xml, material_custom_theme.xml, parameter.hints.xml, jdk.table.xml, lightEdit.xml, intentionSettings.xml, web-browsers.xml, wsl.distributions.xml, material_theme.xml, vcs.xml, databaseSettings.xml, editor.rich.copy.xml, editor.xml, usageView.xml, debugger.xml, a-file-icons.xml, updates.xml 3 yıl önce |
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <application>
- <component name="DatabaseSettings" version="7">
- <text-mode>
- <parameter-patterns>
- <parameter-pattern value="#(\w+)#" in-scripts="true" scope="XML" predefined="#name#" />
- <parameter-pattern value="(?<=\W|\A)\$(\d+|[a-zA-Z_](?:\w|\.)*)\$?(?=\W|\z)" in-scripts="true" scope="*,-SQL" predefined="$a.b.c$?" />
- <parameter-pattern value="(?<=\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" 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=" ">
- <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-formats>
- </component>
- </application>
|