Bug 30477

Summary: Web Inspector: Add more stop characters into console completions.
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Pavel Feldman <pfeldman>
Status: RESOLVED FIXED    
Severity: Normal CC: timothy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
patch timothy: review+

Description Pavel Feldman 2009-10-17 08:46:20 PDT
Currently "dir(docu" does not trigger completion. I'd like to extend stop character set to  " =:[({;,!+-*/&|^<>"
Comment 1 Pavel Feldman 2009-10-17 08:53:48 PDT
Created attachment 41357 [details]
patch
Comment 2 Eric Seidel (no email) 2009-10-19 13:51:04 PDT
Comment on attachment 41357 [details]
patch

Can we test this?
Comment 3 Pavel Feldman 2009-10-19 15:01:12 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ...
	M	WebCore/ChangeLog
	M	WebCore/inspector/front-end/ConsoleView.js
Committed r49815
Comment 4 Pavel Feldman 2009-10-19 15:01:44 PDT
(In reply to comment #2)
> (From update of attachment 41357 [details])
> Can we test this?

Let me investigate this.