[Webkit-unassigned] [Bug 159732] Web Inspector: Support for :lineNumber syntax in Open Resource Dialog

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 11 01:24:48 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=159732

Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|webkit-unassigned at lists.web |joepeck at webkit.org
                   |kit.org                     |

--- Comment #5 from Joseph Pecoraro <joepeck at webkit.org> ---
Easy enough to do. Textmate supports all kinds of syntax:

  • basic position ":<line>:<column>"
  • multiple cursors ":10:0&:11:0"
  • ranges ":10:0-:11:0"

But I think for starters basic positions will work fine. I have this working, I just need to clean the code up a bit.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160811/3e901455/attachment.html>


More information about the webkit-unassigned mailing list