<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: E-TextEditor Useful Keyboard Shortcuts</title>
	<atom:link href="http://www.nerdpad.com/misc/e-texteditor-useful-keyboard-shortcuts/feed" rel="self" type="application/rss+xml" />
	<link>http://www.nerdpad.com/misc/e-texteditor-useful-keyboard-shortcuts?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rss</link>
	<description>A very lazy but meticulous blogger</description>
	<lastBuildDate>Fri, 27 Jan 2012 20:00:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Zuhaib</title>
		<link>http://www.nerdpad.com/misc/e-texteditor-useful-keyboard-shortcuts#comment-40063</link>
		<dc:creator>Zuhaib</dc:creator>
		<pubDate>Wed, 17 Mar 2010 07:57:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdpad.com/?p=128#comment-40063</guid>
		<description>There are certain commands that should close the tags.
Try these shortcuts.
&lt;strong&gt;Ctrl+Win+.&lt;/strong&gt; &amp; &lt;strong&gt;Alt+Shift+,&lt;/strong&gt; (for current word)

And if you do not want e-texteditor to create a &quot;&gt;&quot; for you when you type &quot;&lt;&quot;. Its easy to disable this feature.

&lt;strong&gt;Disable smart typing pairs, would disable other smart completion tags as well. Like when you type &quot;&lt;&quot; and then type &quot;%&quot; the end tags &quot;%&gt;&quot; will not be created.&lt;/strong&gt;

If you still want to disable it then follow the following steps.

Hit &lt;strong&gt;Ctrl+Shift+B&lt;/strong&gt; (Bundle Editor - Menu [Bundles -&gt; Edit Bundles -&gt; Show Bundle Editor]).

Expand &lt;strong&gt;HTML&lt;/strong&gt; bundle. Scroll down and double click on &lt;strong&gt;Miscellaneous&lt;/strong&gt;.

Remove the following from the &lt;strong&gt;smartTypingPairs&lt;/strong&gt; array.

&lt;pre&gt;
    ,
  [
     &quot;&lt;&quot;,
     &quot;&gt;&quot;
  ]
&lt;/pre&gt;

Save and close it. Now try hitting &quot;&lt;&quot;. As expected the end tags will not be created.

If you want to re-enable this feature. Then edit the same bundle again and revert the changes by adding the item in &lt;strong&gt;smartTypingPairs&lt;/strong&gt;.

Hope it helps.</description>
		<content:encoded><![CDATA[<p>There are certain commands that should close the tags.<br />
Try these shortcuts.<br />
<strong>Ctrl+Win+.</strong> &#038; <strong>Alt+Shift+,</strong> (for current word)</p>
<p>And if you do not want e-texteditor to create a &#8220;>&#8221; for you when you type &#8220;< ". Its easy to disable this feature.</p>
<p><strong>Disable smart typing pairs, would disable other smart completion tags as well. Like when you type &#8220;< " and then type "%" the end tags "%>&#8221; will not be created.</p>
<p>If you still want to disable it then follow the following steps.</p>
<p>Hit <strong>Ctrl+Shift+B</strong> (Bundle Editor &#8211; Menu [Bundles -> Edit Bundles -> Show Bundle Editor]).</p>
<p>Expand <strong>HTML</strong> bundle. Scroll down and double click on <strong>Miscellaneous</strong>.</p>
<p>Remove the following from the <strong>smartTypingPairs</strong> array.</p>
<pre>
    ,
  [
     "< ",
     ">"
  ]
</pre>
<p>Save and close it. Now try hitting &#8220;< ". As expected the end tags will not be created.</p>
<p>If you want to re-enable this feature. Then edit the same bundle again and revert the changes by adding the item in <strong>smartTypingPairs.</p>
<p>Hope it helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Breno</title>
		<link>http://www.nerdpad.com/misc/e-texteditor-useful-keyboard-shortcuts#comment-40059</link>
		<dc:creator>Breno</dc:creator>
		<pubDate>Tue, 16 Mar 2010 21:44:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdpad.com/?p=128#comment-40059</guid>
		<description>*on jumping “&gt;”s what I mean is, why its a feature for the program to automatically create an “&gt;” when I type an “&lt;&quot; in order to move on it nullifies the purpose of this feature completely</description>
		<content:encoded><![CDATA[<p>*on jumping “&gt;”s what I mean is, why its a feature for the program to automatically create an “&gt;” when I type an “&lt;&#8221; in order to move on it nullifies the purpose of this feature completely</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Breno</title>
		<link>http://www.nerdpad.com/misc/e-texteditor-useful-keyboard-shortcuts#comment-40054</link>
		<dc:creator>Breno</dc:creator>
		<pubDate>Tue, 16 Mar 2010 21:42:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdpad.com/?p=128#comment-40054</guid>
		<description>The thing that got me really disappointed about it its that theres no shortcut(at least I havent found any) for closing tags and jumping thru &quot;&gt;&quot;s

this two eclipse features really made programming much less tiring, everytime I have to close a tag its just mechanic work, its a bore

It shouldnt be classified as an &quot;IDE&quot; type of thing(like it deserved to be ignored), if e text editor is tool for programmers I think they should&#039;ve have given this a little more consideration

on jumping &quot;&gt;&quot;s what I mean is, why its a feature for the program to automatically create an &quot;&gt;&quot; when I type an &quot;&quot; in order to move on, it nullifies the purpose of this feature completely

anyway, Im still using e text editor for my rails programming, I just think they could&#039;ve put some work on implementing these two simple features, it would make the job much easier</description>
		<content:encoded><![CDATA[<p>The thing that got me really disappointed about it its that theres no shortcut(at least I havent found any) for closing tags and jumping thru &#8220;&gt;&#8221;s</p>
<p>this two eclipse features really made programming much less tiring, everytime I have to close a tag its just mechanic work, its a bore</p>
<p>It shouldnt be classified as an &#8220;IDE&#8221; type of thing(like it deserved to be ignored), if e text editor is tool for programmers I think they should&#8217;ve have given this a little more consideration</p>
<p>on jumping &#8220;&gt;&#8221;s what I mean is, why its a feature for the program to automatically create an &#8220;&gt;&#8221; when I type an &#8220;&#8221; in order to move on, it nullifies the purpose of this feature completely</p>
<p>anyway, Im still using e text editor for my rails programming, I just think they could&#8217;ve put some work on implementing these two simple features, it would make the job much easier</p>
]]></content:encoded>
	</item>
</channel>
</rss>

