summaryrefslogtreecommitdiff
path: root/resources/src/liveTemplates/output.xml
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2013-08-07 11:11:08 -0700
committerTor Norbye <tnorbye@google.com>2013-08-07 11:11:08 -0700
commit6739a8f0977b70ddc8a8283b169902da3f2eecb3 (patch)
tree5c5573c2ac01544f02d9318671aa558769726289 /resources/src/liveTemplates/output.xml
parentc1ace1f7e1e49c81bb4b75377c99f07be340abfe (diff)
downloadidea-6739a8f0977b70ddc8a8283b169902da3f2eecb3.tar.gz
Snapshot af729d01433bb5bbd6ca93c0fdf9778b36d624ce from master branch of git://git.jetbrains.org/idea/community.git
Change-Id: I214dd066d0d27444a26166c0eae1a5aaf3705d49
Diffstat (limited to 'resources/src/liveTemplates/output.xml')
-rw-r--r--resources/src/liveTemplates/output.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/src/liveTemplates/output.xml b/resources/src/liveTemplates/output.xml
index 7704cd9a65c0..a4a653f77642 100644
--- a/resources/src/liveTemplates/output.xml
+++ b/resources/src/liveTemplates/output.xml
@@ -43,7 +43,7 @@
<template resource-bundle="messages.CodeInsightBundle" key="livetemplate.description.soutv"
name="soutv" toReformat="true" toShortenFQNames="true" value="System.out.println(&quot;$EXPR_COPY$ = &quot; + $EXPR$);">
<variable alwaysStopAt="true" defaultValue="&quot;expr&quot;" expression="variableOfType(&quot;&quot;)" name="EXPR" />
- <variable alwaysStopAt="false" defaultValue="" expression="EXPR" name="EXPR_COPY" />
+ <variable alwaysStopAt="false" defaultValue="" expression="escapeString(EXPR)" name="EXPR_COPY" />
<context>
<option name="JAVA_CODE" value="false" />
<option name="JAVA_STATEMENT" value="true" />