CLOSED FIXED 12852
Drosera should select function name, not "function" keyword when selecting from function list pop-up
https://bugs.webkit.org/show_bug.cgi?id=12852
Summary Drosera should select function name, not "function" keyword when selecting fr...
Vladimir Olexa (vladinecko)
Reported 2007-02-21 23:46:20 PST
When a function is selected from the function list pop-up button, Drosera should select the function name, like Xcode. Patch coming soon...
Attachments
Patch (1.32 KB, patch)
2007-02-21 23:52 PST, Vladimir Olexa (vladinecko)
timothy: review+
Vladimir Olexa (vladinecko)
Comment 1 2007-02-21 23:52:45 PST
Created attachment 13310 [details] Patch Since Xcode doesn't handle a situation like object = function(), we still pick up the name before the assignment operator. Therefore, when a function is formatted properly, e.g. function foo(), we select "foo" like Xcode. However, if the function is anonymous, we select the "function" keyword, just to handle this case as well.
Timothy Hatcher
Comment 2 2007-02-22 20:43:50 PST
Landed in r19821.
Timothy Hatcher
Comment 3 2008-05-17 09:56:04 PDT
Closing since Drosera has been replaced by the new Web Inspector debugger. Moving to the New Bugs component so the Drosera component can be closed and removed.
Note You need to log in before you can comment on or make changes to this bug.