Revisions
-






e1b50a
subtleG...
Wed Jul 08 04:58:52 -0700 2009
-






aac773
subtleG...
Wed Jul 08 04:56:28 -0700 2009
-






f7dda4
subtleG...
Wed Jul 08 04:54:55 -0700 2009
-






c78303
subtleG...
Fri Jun 26 06:09:39 -0700 2009
-






cc5490
subtleG...
Fri Jun 26 06:07:17 -0700 2009
-






cd6145
subtleG...
Thu Jun 25 15:50:16 -0700 2009
-






9503ec
subtleG...
Thu Jun 25 15:35:09 -0700 2009
-






02c58f
subtleG...
Thu Jun 25 15:27:28 -0700 2009
-






a8cb8d
subtleG...
Thu Jun 25 15:23:21 -0700 2009
-






298aec
subtleG...
Thu Jun 25 15:22:39 -0700 2009
Every gist with this icon (
Every repository with this icon (
document the selectors api
EG: :capture(name), :capture(itemizer-firstused), :has-next(), [text == $name.text] etc…
allow folding to fold only part of an itemizer
HTML tags fold the whole tag including opening and closing tags, should only fold the contents.
var Something = function(){ alert('howdy'); }
I want "Something" to show in the navigator but I want only alert('howdy'); to fold and ideally select function(){ alert('howdy'); } when clicking in the itemizer.
Keyboard access for more stuff
Stick to the TextMate keyboard shortcuts for things like search & replace and toggling regex and case insensitivity.
SelectStuff
expand the selections to current itemizer item ⇧⌘B
(alpha version implemented by Thomas Aylott using Ian Beck's JSCocoa sugar)expand the selections to current scope ⌃⌥B
- reduce the selections to child itemizer items ⇧⌘B
- expand the selections to the contents of the current itemizer item ⇧⌘B
- expand the selections to full lines ⇧⌘L (fix existing implementation)
Shell Script Command
- HTML Output
- Current Scope / Itemizer Selector Input
Escape Completion
Escape key loops through all words starting with the characters in the current word before the caret. The list of completions should be able to be replaced with a command depending on scope.


