|
From: Alan E. <ala...@gm...> - 2008-06-02 02:09:01
|
I will try to fix the behavior of this dialog, but I have to say, the behavior is very confusing to me. There is a lot of event delegation, and it's not clear how the keystrokes are handled (which widget sees it first) when certain widgets have focus. Combine that with the fact that the "file - open" dialog uses many of the same components as the dockable file system browser, and they share a lot of the same code, but differ in that there is an extra text field that gets initial focus when you are doing file - open. I will take some more looks at this before we release the next version of jEdit, but if someone else wants to take a crack at fixing it too, I'd appreciate it. On Sat, May 31, 2008 at 1:09 PM, Suraj N. Kurapati <sn...@gn...> wrote: > Suraj N. Kurapati wrote: >> >> Alan Ezust wrote: >>> >>> Now it is Alt+Leftarrow to go back a directory. >>> Please try svn rev# 12733. >> >> Thanks, I confirm that Alt+LeftArrow works in r12733. The other >> command shortcuts (Root dir /, Home dir ~, etc.) are broken still. > > Hmm, the old LeftArrow still works inside a docked File Browser panel, but > the new Alt+LeftArrow does not. > > Would it be possible to retain the old behavior (LeftArrow ascends by one > level only)? The reporter of bug 1694133 had a problem where LeftArrow > ascended to the root of his file-system, rather than ascending by a single > level only. > > Could we fix the behavior of LeftArrow (I could never reproduce the bug > reporter's observations -- maybe he was not using SVN head?) instead of > creating a new shortcut (Alt+LeftArrow) for it? > > Thanks for your consideration. > > |