<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Surround With&#8230;</title>
	<atom:link href="http://blogs.jetbrains.com/idea/2006/07/surround-with/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.jetbrains.com/idea/2006/07/surround-with/</link>
	<description>tips &#38; tricks, news, how-to's</description>
	<pubDate>Mon, 13 Feb 2012 05:54:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Esko Luontola</title>
		<link>http://blogs.jetbrains.com/idea/2006/07/surround-with/#comment-1280</link>
		<dc:creator>Esko Luontola</dc:creator>
		<pubDate>Tue, 25 Jul 2006 15:57:37 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/2006/07/surround-with/#comment-1280</guid>
		<description>(comment system ate my code tags - a bug?)

And the Java 1.4 version:
&#60;code&#62;$SELECTION$&#60;/code&#62;</description>
		<content:encoded><![CDATA[<p>(comment system ate my code tags - a bug?)</p>
<p>And the Java 1.4 version:<br />
&lt;code&gt;$SELECTION$&lt;/code&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Esko Luontola</title>
		<link>http://blogs.jetbrains.com/idea/2006/07/surround-with/#comment-1279</link>
		<dc:creator>Esko Luontola</dc:creator>
		<pubDate>Tue, 25 Jul 2006 15:54:38 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/2006/07/surround-with/#comment-1279</guid>
		<description>It's also possible to create your own custom surround operations in Settings &#62; Live Templates (invoked with "Surround with Live Template", Ctrl+Alt+J). For example I've create the following template for quickly entering  {@code} tags in javadocs (Context=Java comments):
{@code $SELECTION$}

And the Java 1.4 version:
&lt;code&gt;$SELECTION$&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>It&#8217;s also possible to create your own custom surround operations in Settings &gt; Live Templates (invoked with &#8220;Surround with Live Template&#8221;, Ctrl+Alt+J). For example I&#8217;ve create the following template for quickly entering  {@code} tags in javadocs (Context=Java comments):<br />
{@code $SELECTION$}</p>
<p>And the Java 1.4 version:<br />
<code>$SELECTION$</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>

