Closed
Bug 732456
Opened 14 years ago
Closed 13 years ago
Debugger should have a key command to popup script selection
Categories
(DevTools :: Debugger, defect, P3)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 796135
People
(Reporter: rcampbell, Unassigned)
Details
Many editors have the ability to rapidly select a file from a project. We should implement a similar solution for the script debugger. A key command can popup a quick script selection menu (we can reuse the menu from the scripts menulist) and an edit field for typing the name of the file. It should be smart enough that you only need to type a few characters for the correct file to be highlighted.
for reference, see iswitch-buffer in emacs, cmd-T in TextMate, cmd-P in Sublime2, $X in ${YOUR_FAVORITE_EDITOR}.
| Reporter | ||
Updated•14 years ago
|
Priority: -- → P3
Comment 1•13 years ago
|
||
triage. Filter on PINKISBEAUTIFUL
Component: Developer Tools → Developer Tools: Debugger
Comment 2•13 years ago
|
||
Fixed by bug 796135, accel+P is the shortcut, ui is attachment 689664 [details].
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Updated•8 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•