[webkit-reviews] review granted: [Bug 215418] Add Copy WebKit Permalink items to Sublime Text command palette : [Attachment 406466] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 12 11:41:18 PDT 2020


Keith Miller <keith_miller at apple.com> has granted Devin Rousso
<drousso at apple.com>'s request for review:
Bug 215418: Add Copy WebKit Permalink items to Sublime Text command palette
https://bugs.webkit.org/show_bug.cgi?id=215418

Attachment 406466: Patch

https://bugs.webkit.org/attachment.cgi?id=406466&action=review




--- Comment #2 from Keith Miller <keith_miller at apple.com> ---
Comment on attachment 406466
  --> https://bugs.webkit.org/attachment.cgi?id=406466
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=406466&action=review

rs=me

> Tools/CopyPermalink/Sublime
Text/CopyWebKitPermalink/Context.sublime-commands:3
> +    { "caption": "Copy WebKit Permalink", "command":
"copy_web_kit_permalink" },
> +    { "caption": "Copy WebKit Permalink to Blame", "command":
"copy_web_kit_permalink", "args": { "annotate_blame": true } },

What's with the underscores between web and kit? Don't we normally use one word
even when not capitalizing?


More information about the webkit-reviews mailing list