|
From: SourceForge.net <no...@so...> - 2011-11-17 06:11:20
|
Feature Requests item #1959199, was opened at 2008-05-06 20:29 Message generated for change (Comment added) made by ezust You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=350588&aid=1959199&group_id=588 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: core Group: v4.3 >Status: Closed Resolution: Works For Me Priority: 5 Private: No Submitted By: mhkhng (mhkhng) Assigned to: Alan Ezust (ezust) Summary: Navigate to the Parent Directory Initial Comment: As I remember, In the jEdit 4.2 version No matter inside the open or save dialog, when I press the backspace it, it will navigate to the parent directory if the file name field is empty, but this feature was missing in the 4.3 version i.e. when the current directory is c:\abc and when I press backspace key, it should navigate to c:\ ---------------------------------------------------------------------- >Comment By: Alan Ezust (ezust) Date: 2011-11-16 22:11 Message: backspace It works fine if you shift+tab to the table or the tree panes in the file system browser, to change focus. Backspace from the "File Name" textfield doesn't go up a directory anymore, that is true. I changed that on purpose and I won't change it back because I never liked it in jEdit 4.2 - I considered it a bug. ---------------------------------------------------------------------- Comment By: mhkhng (mhkhng) Date: 2008-05-21 21:27 Message: Logged In: YES user_id=1313610 Originator: YES In jedit 4.2, both the backspace and back-arrow are work but in 4.3 only the back-arrow is functional (i.e. the backspace have no effect) I suggest you to install 4.2 to see the effect Moreover, in the 4.2 version if the current directory is c:\abc when i press backspace or back-arrow to navigate to the parent directory, the preselected file name will be abc but this was not preserved in 4.3 version (I don't know whether this is a good feature or not, but it may be great for user who want to go to the directory that above or below it) ---------------------------------------------------------------------- Comment By: Alan Ezust (ezust) Date: 2008-05-07 15:00 Message: Logged In: YES user_id=935841 Originator: NO oops. ignore that last comment about '-'. It looks like it works as backspace or back-arrow in both tree panes. Which widget had focus when you observed those keystrokes did not work? ---------------------------------------------------------------------- Comment By: Alan Ezust (ezust) Date: 2008-05-07 12:34 Message: Logged In: YES user_id=935841 Originator: NO The shortcut should be '-' or the minus sign, not the backspace. there are 2 panes, and the upper one responds to backspace and not minus sign, while the lower pane responds to the minus sign and not the backspace. It is inconsistent in any case, and I will fix it, so that the minus sign works in both panes. And also the left - arrow. I didn't like the backspace because sometimes the textarea had focus adn the backspace caused unexpected side-effects there. ---------------------------------------------------------------------- Comment By: Robert Schwenn (rschwenn) Date: 2008-05-07 10:54 Message: Logged In: YES user_id=1486645 Originator: NO Seems that You mean the standalone VFS browser. In the file open/save dialog this function is assigned to the LEFT key, that works in VFS browser too. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=350588&aid=1959199&group_id=588 |