Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Add the different flags for searching like : #5

Closed
jaredwilli opened this issue Sep 23, 2013 · 3 comments
Closed

Add the different flags for searching like : #5

jaredwilli opened this issue Sep 23, 2013 · 3 comments
Assignees

Comments

@jaredwilli
Copy link
Contributor

I noticed it's possible to do Ctrl-P and write ":" to go to the linenumber.

http://src.chromium.org/viewvc/blink?view=revision&revision=157152

I imagine there are other similar types of shortcuts you can do which we should add too, if any. Need to at least add this one though.

@ghost ghost assigned jaredwilli Sep 23, 2013
@jaredwilli
Copy link
Contributor Author

Adding to this, the shortcuts for opening devtools:

Should add to the first shortcut: Open And Closing DevTools - for Mac
For opening in inspect mode, add Cmd+Opt+C in addition to the Cmd+Shift+C shortcut

@paulirish
Copy link
Member

cmd-p :424 line number jumping http://src.chromium.org/viewvc/blink?view=revision&revision=157152

jaredwilli pushed a commit that referenced this issue Dec 9, 2013
commit 883b261
Author: Jared Williams <jwilliams@brightcove.com>
Date:   Mon Dec 9 11:42:20 2013 -0500

    re-adding something i didnt mean to delete

commit 1598070
Author: Jared Williams <jwilliams@brightcove.com>
Date:   Sun Dec 8 16:21:27 2013 -0500

    issues #19 and #5 cuz we love shortcuts

commit 14ca821
Merge: 2a59f0c 1f919a9
Author: Jared Williams <jwilliams@brightcove.com>
Date:   Sun Dec 8 15:01:55 2013 -0500

    Merge github.com:GoogleChrome/devtools-docs

    * github.com:GoogleChrome/devtools-docs:
      update remote-debug image.
      big remote debug rework.
      DOM and Styles - use SVG for the Icons instead of Icon Fonts
      fix in-page hash links for console API. thx @davidcalhoun

commit 2a59f0c
Merge: b03644a 5c9302d
Author: Jared Williams <jwilliams@brightcove.com>
Date:   Tue Dec 3 15:40:10 2013 -0500

    merge conflicts

commit b03644a
Author: Jared Williams <jwilliams@brightcove.com>
Date:   Tue Dec 3 12:19:32 2013 -0500

    added Opt+Delete to Sources shortcuts

commit 6cf55b7
Merge: d80ff40 674164e
Author: Jared Williams <jwilliams@brightcove.com>
Date:   Mon Dec 2 16:36:51 2013 -0500

    merged conflicts

commit d80ff40
Author: Jared Williams <jwilliams@brightcove.com>
Date:   Mon Dec 2 16:34:25 2013 -0500

    final edits to screencast

commit 6d74e2b
Author: Jared Williams <jwilliams@brightcove.com>
Date:   Mon Dec 2 15:59:10 2013 -0500

    updated the doc, better screenshots, and should be complete

commit 8b1c59c
Merge: a30f67a a695cc8
Author: Jared Williams <jwilliams@brightcove.com>
Date:   Mon Dec 2 11:01:17 2013 -0500

    merge conflicts

commit a30f67a
Author: Jared Williams <jwilliams@brightcove.com>
Date:   Mon Dec 2 10:58:17 2013 -0500

    updates made to the screencast docs. added screenshots

commit 346a32a
Author: Jared Williams <jwilliams@brightcove.com>
Date:   Fri Nov 29 15:16:11 2013 -0500

    remove empty tag

commit fbca0ef
Merge: 96e2445 b830dea
Author: Jared Williams <jwilliams@brightcove.com>
Date:   Fri Nov 29 15:13:48 2013 -0500

    Merge github.com:GoogleChrome/devtools-docs

    * github.com:GoogleChrome/devtools-docs:
      Correcting TOC entrt for native usb debugging
      Adds first updates for native usb debugging

commit 96e2445
Author: Jared Williams <jwilliams@brightcove.com>
Date:   Fri Nov 29 15:13:44 2013 -0500

    added screencast docs. still need to add images

Closes gh-25.
jaredwilli pushed a commit that referenced this issue Jan 11, 2014
commit a6fbb12391a470273f6d1b389f404ed1168d531d
Author: Jared Williams <jwilliams@brightcove.com>
Date:   Mon Jan 6 13:54:04 2014 -0500

    deleted old images not used anymore.
    updated the fps meter image with new style

commit 9f73a0c8b7b24d958488548ccdfc81e24ee42fc6
Author: Jared Williams <jwilliams@brightcove.com>
Date:   Fri Jan 3 17:15:11 2014 -0500

    annotated the settings page screenshots + added screenshot for js source maps

commit 5166fa33564cf31933645d4cbec3339290465838
Author: Jared Williams <jwilliams@brightcove.com>
Date:   Fri Jan 3 16:40:11 2014 -0500

    annotated the cpu profile and flamechart outliers screenshots
    the cpu profiling doc is now updated at least as far as images go. need to update the cpu prof content though a bit

commit 986912ab3b1a43d2bc3ba7bc8ea0aa3ef5df0574
Author: Jared Williams <jwilliams@brightcove.com>
Date:   Fri Jan 3 14:25:10 2014 -0500

    moved rendering settings images into its own folder
    merged flame chart doc into cpu-profiling doc
    updated some of the content in cpu profiling
    deleted all unused settings images
    deleted unused folder

    still need to edit some of the new screenshots so they are annotated

commit c5643bae5e76f9e6d8ee3900bfd794bfbbc1f827
Author: Jared Williams <jwilliams@brightcove.com>
Date:   Fri Jan 3 10:25:17 2014 -0500

    new icons for shortcuts doc. deleted old ones

commit 30d5c8f3f14a9c0e1277dc4bf58f48fa4c2ea7ed
Author: Jared Williams <jwilliams@brightcove.com>
Date:   Mon Dec 9 11:42:20 2013 -0500

    re-adding something i didnt mean to delete

commit 3d46a459951d9cea2053dc19abc1ee6389471c57
Author: Jared Williams <jwilliams@brightcove.com>
Date:   Sun Dec 8 16:21:27 2013 -0500

    issues #19 and #5 cuz we love shortcuts

commit c99a35e8254a118cfad99556ad1dae22f9b77bfc
Author: Jared Williams <jwilliams@brightcove.com>
Date:   Tue Dec 3 12:19:32 2013 -0500

    added Opt+Delete to Sources shortcuts

Closes gh-34.
@jaredwilli
Copy link
Contributor Author

I think this can be closed now

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants