Changes between Version 63 and Version 64 of WebInspector


Ignore:
Timestamp:
Jan 23, 2013 10:55:28 AM (11 years ago)
Author:
tony@gonk.net
Comment:

Tweaked table markup & Mac shortcuts (unicode chars)

Legend:

Unmodified
Added
Removed
Modified
  • WebInspector

    v63 v64  
    4242
    4343=== Safari ===
    44 ||                                      || Mac  || Windows / Linux ||
    45 || Show Web Inspector                   || ⌥⌘I || Ctrl-Alt-I ||
    46 || Show Error Console                   || ⌥⌘C || Ctrl-Alt-C ||
    47 || Start Profiling Javascript           || ⌥⇧⌘P || Ctrl-Alt-P ||
     44||                                      ||= Mac  =||= Windows / Linux  =||
     45||=Show Web Inspector                 =|| ⌥⌘I   || Ctrl-Alt-I         ||
     46||=Show Error Console                 =|| ⌥⌘C   || Ctrl-Alt-C         ||
     47||=Start Profiling Javascript         =|| ⌥⇧⌘P  || Ctrl-Alt-P        ||
     48
    4849=== Chrome & Chromium ===
    49 ||                                      || Mac  || Windows / Linux ||
    50 || Show Web Inspector                   || ⌥⌘I || Ctrl-Shift-I ||
    51 || Show Error Console                   || ⌥⌘J || Ctrl-Shift-J ||
     50||=                                   =||= Mac =||= Windows / Linux =||
     51||=Show Web Inspector                 =|| ⌥⌘I  || Ctrl-Shift-I      ||
     52||=Show Error Console                 =|| ⌥⌘J  || Ctrl-Shift-J      ||
    5253
    5354=== Web Inspector ===
    54 ||                                      || Mac || Windows / Linux ||
    55 || Next Panel                           || ⌘] || Ctrl-] ||
    56 || Previous Panel                       || ⌘[ || Ctrl-[ ||
    57 || Toggle Console                       || Esc || Esc ||
    58 || Focus Search Box                     || ⌘F || Ctrl-F ||
    59 || Find Next                            || ⌘G || Ctrl-G ||
    60 || Find Previous                        || ⇧⌘G || Ctrl-Shift-G ||
     55||=                                   =||= Mac =||= Windows / Linux =||
     56||=Next Panel                         =|| ⌘]   || Ctrl-]       ||
     57||=Previous Panel                     =|| ⌘[   || Ctrl-[       ||
     58||=Toggle Console                     =|| ⎋    || Esc          ||
     59||=Focus Search Box                   =|| ⌘F   || Ctrl-F       ||
     60||=Find Next                          =|| ⌘G   || Ctrl-G       ||
     61||=Find Previous                      =|| ⇧⌘G || Ctrl-Shift-G  ||
     62
    6163=== Console ===
    62 ||                                      || Mac      || Windows / Linux ||
    63 || Next Suggestion                      || Tab      || Tab ||
    64 || Previous Suggestion                  || ⇧Tab     || Shift-Tab ||
    65 || Accept Suggestion                    || Right    || Right ||
    66 || Previous Command / Line              || Up       || Up ||
    67 || Next Command / Line                  || Down     || Down ||
    68 || Previous Command                     || ⌃P       || ||
    69 || Next Command                         || ⌃N       || ||
    70 || Clear History                        || ⌘K or ⌃L || Ctrl-L ||
    71 || Execute                              || Return   || Enter ||
     64||                                      ||= Mac   =||= Windows / Linux =||
     65||=Next Suggestion                    =|| ⇥      || Tab        ||
     66||=Previous Suggestion                =|| ⇧⇥     || Shift-Tab ||
     67||=Accept Suggestion                  =|| →       || Right     ||
     68||=Previous Command / Line            =|| ↑       || Up        ||
     69||=Next Command / Line                =|| ↓       || Down      ||
     70||=Previous Command                   =|| ⌃P      ||           ||
     71||=Next Command                       =|| ⌃N      ||           ||
     72||=Clear History                      =|| ⌘K or ⌃L || Ctrl-L   ||
     73||=Execute                            =|| ⏎       || Enter     ||
     74
    7275=== Elements Panel ===
    73 ||                                      || Mac     || Windows / Linux ||
    74 || Navigate                             || Up/Down || Up/Down ||
    75 || Expand/Collapse Node                 || Right/Left || Right/Left ||
    76 || Expand Node                          || Double-Click on tag || Double-Click on tag ||
    77 || Edit Attribute                      || Return or Double-Click on attribute || Enter or Double-Click on attribute ||
     76||                                      ||= Mac    =||= Windows / Linux =||
     77||=Navigate                           =|| ↑ ↓      || Up/Down          ||
     78||=Expand/Collapse Node               =|| ← →     || Right/Left        ||
     79||=Expand Node                        =|| Double-Click on tag || Double-Click on tag ||
     80||=Edit Attribute                     =|| ⏎ or Double-Click on attribute || Enter or Double-Click on attribute ||
     81
    7882=== Styles Pane ===
    79 ||                                      || Mac          || Windows / Linux ||
    80 || Edit Rule                            || Double-Click || Double-Click ||
    81 || Edit Next/Previous Property          || Tab/⇧Tab || Tab/Shift-Tab ||
    82 || Insert New Property                  || Double-Click on whitespace || Double-Click on whitespace ||
    83 || Increment/Decrement Value            || Up/Down || Up/Down ||
    84 || Increment/Decrement Value by 10      || ⇧Up/⇧Down || Shift-Up/Shift-Down ||
    85 || Increment/Decrement Value by 10      || PageUp/PageDown || PageUp/PageDown ||
    86 || Increment/Decrement Value by 100      || ⇧PageUp/⇧PageDown || Shift-PageUp/Shift-PageDown ||
    87 || Increment/Decrement Value by 0.1     || ⌥Up/⌥Down || Alt-Up/Alt-Down ||
     83||                                      ||= Mac         =||= Windows / Linux =||
     84||=Edit Rule                          =|| Double-Click  || Double-Click ||
     85||=Edit Next/Previous Property        =|| ⇥ / ⇧⇥   || Tab/Shift-Tab ||
     86||=Insert New Property                =|| Double-Click on whitespace || Double-Click on whitespace ||
     87||=Increment/Decrement Value          =|| ↑ / ↓         || Up/Down ||
     88||=Increment/Decrement Value by 10    =|| ⇧↑ / ⇧↓      || Shift-Up/Shift-Down ||
     89||=Increment/Decrement Value by 10    =|| PageUp / PageDown || PageUp/PageDown ||
     90||=Increment/Decrement Value by 100   =|| ⇧PageUp / ⇧PageDown || Shift-PageUp/Shift-PageDown ||
     91||=Increment/Decrement Value by 0.1   =|| ⌥↑ /  ⌥↓     || Alt-Up/Alt-Down ||
     92
    8893=== Debugger ===
    89 ||                                      || Mac || Windows / Linux ||
    90 || Select Next Call Frame               || ⌃. || Ctrl-. ||
    91 || Select Previous Call Frame           || ⌃, || Ctrl-, ||
    92 || Continue                             || F8 or ⌘/ || F8 or Ctrl-/ ||
    93 || Step Over                            || F10 or ⌘' || F10 or Ctrl-' ||
    94 || Step Into                            || F11 or ⌘; || F11 or Ctrl-; ||
    95 || Step Out                             || ⇧F11 or ⇧⌘; || Shift-F11 or Ctrl-Shift-; ||
    96 || Evaluate Selection                   || ⇧⌘E || Ctrl-Shift-E ||
    97 || Toggle Breakpoint Condition          || Click on line number || Click on line number ||
    98 || Edit Breakpoint Condition            || Right-Click on line number || Right-Click on line number ||
     94||                                     ||= Mac         =||= Windows / Linux =||
     95||=Select Next Call Frame             =|| ⌃.           || Ctrl-.          ||
     96||=Select Previous Call Frame         =|| ⌃,           || Ctrl-,          ||
     97||=Continue                           =|| F8 or ⌘/     || F8 or Ctrl-/    ||
     98||=Step Over                          =|| F10 or ⌘'    || F10 or Ctrl-'    ||
     99||=Step Into                          =|| F11 or ⌘;    || F11 or Ctrl-;    ||
     100||=Step Out                           =|| ⇧F11 or ⇧⌘; || Shift-F11 or Ctrl-Shift-; ||
     101||=Evaluate Selection                 =|| ⇧⌘E          || Ctrl-Shift-E    ||
     102||=Toggle Breakpoint Condition        =|| Click on line number || Click on line number ||
     103||=Edit Breakpoint Condition          =|| Right-Click on line number || Right-Click on line number ||
    99104
    100105
    101 == WEb INspector REmote experiment ==
     106== Web Inspector Remote Experiment ==
    102107[http://developer.apple.com/safari/library/documentation/AppleApplications/Conceptual/Safari_Developer_Guide/UsingtheWebInspector/UsingtheWebInspector.html Safari User Guide for Web Developers]
    103108In early 2010, an experiment was made to get Web Inspector to run in a plain old web page, debugging a remote web browsing session in another browser window.
    104109
    105110A write-up is available here:
    106 [http://muellerware.org/papers/weinre/manual.html weinre - WEb INspector REmote], and the relevant source and demo archives are attached to this page.
     111[http://muellerware.org/papers/weinre/manual.html weinre - Web Inspector Remote], and the relevant source and demo archives are attached to this page.