pulsar/spec/extensions
Corey Johnson & Nathan Sobo 69d059d24c Make TreeView.moveDown work for nested/empty directories
If the selected entry is the last entry in a directory that *itself* is the last entry of its parent, we need to search upward through our ancestors for the first directory that has a following sibling entry. Also, if the directory is empty, the attempt to select its first element will fail, so we need to search for a next sibling as well.
2012-07-27 21:27:55 -06:00
..
autocomplete-spec.coffee Remove unneeded code 2012-07-18 11:54:23 -07:00
command-interpreter-spec.coffee Bugfix: Don't clear selections after running an x command w/ no matches 2012-07-26 11:53:03 -06:00
command-panel-spec.coffee Preserve focus state of command panel's mini-editor on refresh 2012-07-26 11:26:38 -06:00
fuzzy-finder-spec.coffee Rename Project.open to Project.buildEditSessionForPath 2012-07-18 11:20:13 -07:00
snippets-spec.coffee Rename insert tab event to indent 2012-07-16 10:34:02 -07:00
strip-trailing-whitespace-spec.coffee 💄 Replace editor.getBuffer().getText() w/ editor.getText() 2012-07-04 12:41:51 -06:00
tree-view-spec.coffee Make TreeView.moveDown work for nested/empty directories 2012-07-27 21:27:55 -06:00
vim-mode-spec.coffee 💄 Replace editor.getBuffer().setText(…) w/ editor.setText(…) 2012-07-04 12:45:06 -06:00