Changes to selection behaviour.
commit9a677557df0f3b122c5d2761962d7f27213c7fbe
authorThomas Leonard <talex5@gmail.com>
Sun, 30 Mar 2008 10:39:50 +0000 (30 11:39 +0100)
committerThomas Leonard <talex5@gmail.com>
Sun, 30 Mar 2008 10:46:51 +0000 (30 11:46 +0100)
treedb3bed38cf61867e1caa43ffee253135194a090f
parent280255596c1354ae4a50eb20c8c082664a206d2e
Changes to selection behaviour.

- If no name is entered and the entry is focussed, unselect everything (don't
  use the cursor item). This is because the IconView cursor is invisible in this case.
  Also, tab-completion adds a trailing '/' to a directory name: this should select the
  directory itself, not the first file inside it.

- Allow paths ending in '.' and '..' to be entered, even though these items aren't displayed.
rox/shell/line.py
rox/shell/shell.py