<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[ViEmu Forums - [[ and ]]]]></title>
		<link>http://www.viemu.com/forum/viewtopic.php?id=34</link>
		<description><![CDATA[The most recent posts in [[ and ]].]]></description>
		<lastBuildDate>Wed, 17 May 2006 13:34:14 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: [[ and ]]]]></title>
			<link>http://www.viemu.com/forum/viewtopic.php?pid=129#p129</link>
			<description><![CDATA[<p>Thanks, that sounds great. And thanks again for being so quick with responses.</p><p>paul</p>]]></description>
			<author><![CDATA[dummy@example.com (paul)]]></author>
			<pubDate>Wed, 17 May 2006 13:34:14 +0000</pubDate>
			<guid>http://www.viemu.com/forum/viewtopic.php?pid=129#p129</guid>
		</item>
		<item>
			<title><![CDATA[Re: [[ and ]]]]></title>
			<link>http://www.viemu.com/forum/viewtopic.php?pid=128#p128</link>
			<description><![CDATA[<p>I&#039;ll give a try to Ng} and Ng{ where N is the number of spaces (with tabs counted as the number of spaces they represent). g} and g{ then would just do the same as ]] and [[. I&#039;ll let you know when it&#039;s ready.</p>]]></description>
			<author><![CDATA[dummy@example.com (Jon_Symnum)]]></author>
			<pubDate>Wed, 17 May 2006 13:32:01 +0000</pubDate>
			<guid>http://www.viemu.com/forum/viewtopic.php?pid=128#p128</guid>
		</item>
		<item>
			<title><![CDATA[Re: [[ and ]]]]></title>
			<link>http://www.viemu.com/forum/viewtopic.php?pid=127#p127</link>
			<description><![CDATA[<p>Thanks for the quick response. The pattern you described is what I&#039;m looking for.</p><p>{<br /> .........<br />&nbsp; &nbsp; { //1<br />&nbsp; &nbsp; &nbsp;............<br />&nbsp; &nbsp; } //end 1</p><p>&nbsp; &nbsp; { //2<br />&nbsp; &nbsp; &nbsp;.........<br />&nbsp; &nbsp; } //end 2<br />}</p><p>What I&#039;m looking for is a way to jump from //1 to //2 etc.&nbsp; Doing mainly C# these days [[ ]] gives me the brackets for the namespaces but if I could specify a column I could jump to the depth I need whether it be moving from class to class or function to function. Let me know if that helps. Thanks.</p><p>paul</p>]]></description>
			<author><![CDATA[dummy@example.com (paul)]]></author>
			<pubDate>Wed, 17 May 2006 13:29:30 +0000</pubDate>
			<guid>http://www.viemu.com/forum/viewtopic.php?pid=127#p127</guid>
		</item>
		<item>
			<title><![CDATA[Re: [[ and ]]]]></title>
			<link>http://www.viemu.com/forum/viewtopic.php?pid=126#p126</link>
			<description><![CDATA[<p>Hi Paul,</p><p>There is support in vim&#039;s regular expressions for a specific column #:</p><p>&nbsp; /\%4c{</p><p>would only match an opening brace at column 4. But ViEmu&#039;s regular expression engine doesn&#039;t (yet) support it. On the other hand, I think it&#039;s not comfortable.</p><p>I think something different is necessary for what you are asking. I&#039;d be willing to implement something along the line, accessible as g} and g{ for example, but I&#039;d need a good definition of what is needed.</p><p>My guess is that you have something like this:</p><p>...<br />{<br />&nbsp; ...<br />&nbsp; { //1<br />&nbsp; &nbsp; ...<br />&nbsp; &nbsp; ...<br />&nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; ...<br />&nbsp; &nbsp; }<br />&nbsp; &nbsp; ...<br />&nbsp; } //end 1<br />&nbsp; ...<br />&nbsp; { //2<br />&nbsp; &nbsp; ...<br />&nbsp; &nbsp; ...<br />&nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; ...<br />&nbsp; &nbsp; }<br />&nbsp; &nbsp; ...<br />&nbsp; } //end 2<br />}<br />...</p><p>And you want to move along the 1&#039;s and 2&#039;s... am I right? g{ and g} may accept a count of how many indent levels or spaces to look for, but I&#039;m not sure that&#039;s what you need. Can you come up with a pattern so that it will be reasonably simple to find?</p>]]></description>
			<author><![CDATA[dummy@example.com (Jon_Symnum)]]></author>
			<pubDate>Wed, 17 May 2006 13:12:50 +0000</pubDate>
			<guid>http://www.viemu.com/forum/viewtopic.php?pid=126#p126</guid>
		</item>
		<item>
			<title><![CDATA[Re: [[ and ]]]]></title>
			<link>http://www.viemu.com/forum/viewtopic.php?pid=125#p125</link>
			<description><![CDATA[<div class="quotebox"><cite>JNG wrote:</cite><blockquote><p>Hi Paul,</p><p>The column-0 behavior is implemented the same as in vi and vim. [[ and ]] in vi and vim, actually, understand other interpretations of a &#039;section&#039;, such that they look for certain patterns of parentheses in lisp source, and also understand form-feed characters. That behavior is not implemented in ViEmu (yet).</p><p>One option you might have overlooked are&nbsp; the [{ and ]} motions, implemented in ViEmu, which move to the previous/next unmatched open/close brace. It&#039;s not exactly what you are looking for, but it may help.</p><p>If anyone else knows about a quick way to do what you want in vi/vim, I&#039;ll be happy to learn about it and make sure ViEmu supports it.</p></blockquote></div><p>Can I specify a column number when searching? For example if I could do /{ but limit it to only look in a certain column number I could jump from function to function. Wasn&#039;t sure if that is something I could do. Thanks</p><p>paul</p>]]></description>
			<author><![CDATA[dummy@example.com (paul)]]></author>
			<pubDate>Wed, 17 May 2006 12:42:43 +0000</pubDate>
			<guid>http://www.viemu.com/forum/viewtopic.php?pid=125#p125</guid>
		</item>
		<item>
			<title><![CDATA[Re: [[ and ]]]]></title>
			<link>http://www.viemu.com/forum/viewtopic.php?pid=124#p124</link>
			<description><![CDATA[<p>Thanks for the quick response. I didn&#039;t know if there was another shortcut. I&#039;ve been using find on either { or &#039;public&#039;, &#039;protected&#039;, etc. to quickly move from function to function. I just wanted to see if there was a shortcut I didn&#039;t know about. My Vim is a little rusty but already I&#039;ve saved so much time editing. </p><p>paul</p>]]></description>
			<author><![CDATA[dummy@example.com (paul)]]></author>
			<pubDate>Mon, 15 May 2006 15:22:57 +0000</pubDate>
			<guid>http://www.viemu.com/forum/viewtopic.php?pid=124#p124</guid>
		</item>
		<item>
			<title><![CDATA[Re: [[ and ]]]]></title>
			<link>http://www.viemu.com/forum/viewtopic.php?pid=123#p123</link>
			<description><![CDATA[<p>Hi Paul,</p><p>The column-0 behavior is implemented the same as in vi and vim. [[ and ]] in vi and vim, actually, understand other interpretations of a &#039;section&#039;, such that they look for certain patterns of parentheses in lisp source, and also understand form-feed characters. That behavior is not implemented in ViEmu (yet).</p><p>One option you might have overlooked are&nbsp; the [{ and ]} motions, implemented in ViEmu, which move to the previous/next unmatched open/close brace. It&#039;s not exactly what you are looking for, but it may help.</p><p>If anyone else knows about a quick way to do what you want in vi/vim, I&#039;ll be happy to learn about it and make sure ViEmu supports it.</p>]]></description>
			<author><![CDATA[dummy@example.com (Jon_Symnum)]]></author>
			<pubDate>Mon, 15 May 2006 15:12:00 +0000</pubDate>
			<guid>http://www.viemu.com/forum/viewtopic.php?pid=123#p123</guid>
		</item>
		<item>
			<title><![CDATA[Re: [[ and ]]]]></title>
			<link>http://www.viemu.com/forum/viewtopic.php?pid=122#p122</link>
			<description><![CDATA[<p>Howdy folks, <br />I have a quick question. I noticed [[ and ]] use column zero to move between curly brackets. Can I use the same command on other columns? I tried but it didn&#039;t work. I guess I&#039;m trying to find a quick way to move through blocks of code inside classes. I did a find and move next on { and then % to flip flop but didn&#039;t know if I could change the behavior of [[ and ]] too move to the next level of curly brackets. Thanks</p><p>paul</p>]]></description>
			<author><![CDATA[dummy@example.com (paul)]]></author>
			<pubDate>Mon, 15 May 2006 15:01:29 +0000</pubDate>
			<guid>http://www.viemu.com/forum/viewtopic.php?pid=122#p122</guid>
		</item>
	</channel>
</rss>
