I work with HTML, XML and Ruby code and I want to select blocks of code based on the folding indicators for the current syntax. I may be missing something but I cannot find a way to easily accomplish this.
I can fold the text and then hover over the ellipsis and see it there but that also removes it from the context which is not quite what I am looking for. There is the very useful "Fold Selection". I would like the inverse Select Current Fold.
tks, louie
On Sun, Jun 20, 2010 at 16:56, Louis Sherwin lsherwin@mac.com wrote:
I work with HTML, XML and Ruby code and I want to select blocks of code based on the folding indicators for the current syntax. I may be missing something but I cannot find a way to easily accomplish this.
Install the SelectStuff bundle from http://github.com/subtleGradient/SelectStuff.tmbundle and use the “Select Folding Group” macro (⌃F1).
HTH, Martin
Martin, Thanks for the tip. Exactly what I was looking for.
-louie
Martin Kühl-3 wrote:
Install the SelectStuff bundle from http://github.com/subtleGradient/SelectStuff.tmbundle and use the “Select Folding Group” macro (⌃F1).
HTH, Martin