Closed
Bug 385004
Opened 18 years ago
Closed 18 years ago
Copy Qualified Name context menu for Watches
Categories
(Other Applications Graveyard :: Venkman JS Debugger, enhancement)
Other Applications Graveyard
Venkman JS Debugger
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: Mook, Assigned: Mook)
References
Details
Attachments
(1 file, 2 obsolete files)
|
3.65 KB,
patch
|
Mook
:
review+
|
Details | Diff | Splinter Review |
Currently the Local Variables view has a Copy Qualified Name context menu item which copies the name of a tree item. Would be useful to add the same to Watches.
Attached patch is not for review, since I made it with an objdir (the tree I want to use is busy being used for other things). Keeping as a reference so it'd be easier for me to re-make the patch that /can/ be reviewed :)
Attachment #268928 -
Attachment is obsolete: true
Attachment #268930 -
Flags: review?(silver)
Comment 2•18 years ago
|
||
Comment on attachment 268930 [details] [diff] [review]
same, this time against CVS
>+ ["copy-qual-name", cmdCopyQualName, 0],
You've got this line twice. The 2nd one is completely wrong. The same place in the original diff is right.
r=silver with the right line from the first diff.
Attachment #268930 -
Flags: review?(silver) → review+
fixiing silly error, carrying forward r+
Attachment #268930 -
Attachment is obsolete: true
Attachment #268960 -
Flags: review+
Comment 4•18 years ago
|
||
extensions/venkman/resources/content/venkman-views.js 1.33
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Whiteboard: [checkin needed]
verified fixed
Build identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b3pre) Gecko/2007121205 Minefield/3.0b3pre
You are running Venkman version 0.9.87.2.
thanks :)
Status: RESOLVED → VERIFIED
Updated•7 years ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•