Bug 30477 - Web Inspector: Add more stop characters into console completions.
Summary: Web Inspector: Add more stop characters into console completions.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Pavel Feldman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-17 08:46 PDT by Pavel Feldman
Modified: 2009-10-19 15:01 PDT (History)
1 user (show)

See Also:


Attachments
patch (2.65 KB, patch)
2009-10-17 08:53 PDT, Pavel Feldman
timothy: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.