WS-2022.3 <martin@Martins-Studio.lan Create ide.general.xml, JSON.xml, git_toolbox_2.xml, advancedSettings.xml, diff.xml, Default.xml, ignore.xml, find.xml, DontShowAgainFeedbackService.xml, filetypes.xml, Martin Blue.icls, remote-servers.xml, editor-font.xml, colors.scheme.xml, templates.xml, stringManipulation.xml, laf.xml, nodejs.xml, JavaScript.xml, Monokai copy.icls, settingsSync.xml, vcs.xml, Cobalt copy.icls, debugger.xml, updates.xml
2022-12-07 11:06:42 +00:00
|
|
|
<templateSet group="JavaScript">
|
|
|
|
<template name="params" value="{ 'name': '$NAME$', 'type': TYPES.VarChar, 'value': data.$NAME$, }$END$" description="" toReformat="false" toShortenFQNames="true">
|
|
|
|
<variable name="NAME" expression="complete()" defaultValue="" alwaysStopAt="true" />
|
|
|
|
<context>
|
|
|
|
<option name="JAVA_SCRIPT" value="true" />
|
|
|
|
</context>
|
|
|
|
</template>
|
2023-02-03 12:00:55 +00:00
|
|
|
<template name="paramn" value="{ 'name': '$NAME$', 'type': TYPES.Int, 'value': $OBJECT$.$NAME$, }$END$" description="" toReformat="false" toShortenFQNames="true">
|
WS-2022.3 <martin@Martins-Studio.lan Create ide.general.xml, JSON.xml, git_toolbox_2.xml, advancedSettings.xml, diff.xml, Default.xml, ignore.xml, find.xml, DontShowAgainFeedbackService.xml, filetypes.xml, Martin Blue.icls, remote-servers.xml, editor-font.xml, colors.scheme.xml, templates.xml, stringManipulation.xml, laf.xml, nodejs.xml, JavaScript.xml, Monokai copy.icls, settingsSync.xml, vcs.xml, Cobalt copy.icls, debugger.xml, updates.xml
2022-12-07 11:06:42 +00:00
|
|
|
<variable name="NAME" expression="" defaultValue="" alwaysStopAt="true" />
|
2023-02-03 12:00:55 +00:00
|
|
|
<variable name="OBJECT" expression="jsSuggestVariableName()" defaultValue="data" alwaysStopAt="true" />
|
WS-2022.3 <martin@Martins-Studio.lan Create ide.general.xml, JSON.xml, git_toolbox_2.xml, advancedSettings.xml, diff.xml, Default.xml, ignore.xml, find.xml, DontShowAgainFeedbackService.xml, filetypes.xml, Martin Blue.icls, remote-servers.xml, editor-font.xml, colors.scheme.xml, templates.xml, stringManipulation.xml, laf.xml, nodejs.xml, JavaScript.xml, Monokai copy.icls, settingsSync.xml, vcs.xml, Cobalt copy.icls, debugger.xml, updates.xml
2022-12-07 11:06:42 +00:00
|
|
|
<context>
|
|
|
|
<option name="JAVA_SCRIPT" value="true" />
|
|
|
|
</context>
|
|
|
|
</template>
|
|
|
|
<template name="targetsource" value="[Target].$VAL$=[Source].$VAL$,$END$" description="Target to Source" toReformat="false" toShortenFQNames="true">
|
|
|
|
<variable name="VAL" expression="" defaultValue="" alwaysStopAt="true" />
|
|
|
|
<context>
|
|
|
|
<option name="JAVA_SCRIPT" value="true" />
|
|
|
|
</context>
|
|
|
|
</template>
|
|
|
|
</templateSet>
|