• danno's avatar
    [turbolizer] Features and bug-fixes · e52907f8
    danno authored
    Fix bugs and add a few small useful features:
    
    * Fix Schedule view to properly parse schedule output and respond to switching
      back to graph views.
    * Add shorcuts for showing edges of selected nodes.
      - 'i' shows all inputs
      - 'o' shows all outputs
      - '1'-'9' shows all nodes nth input where 1 <= n <= 9
      - 'c' shows all control inputs
      - 'e' shows all effect inputs
    * Holding the control key down when using a edge-showing shortcut toggles edge
      state rather the just showing.
    * 'a' selects all nodes in graph view.
    * Node selection is preserved between graph views and Schedule views.
    * Holding control key down when using regular expression search shows currently
      hidden nodes that match the regex search.
    * Pane expansion buttons now respond to clicks in entire button area.
    * Default text in regex search box makes searching more discoverable.
    
    Review-Url: https://codereview.chromium.org/2059193002
    Cr-Commit-Position: refs/heads/master@{#36932}
    e52907f8
Name
Last commit
Last update
..
OWNERS Loading commit data...
README Loading commit data...
code-view.js Loading commit data...
constants.js Loading commit data...
disassembly-view.js Loading commit data...
edge.js Loading commit data...
empty-view.js Loading commit data...
expand-all.jpg Loading commit data...
graph-layout.js Loading commit data...
graph-view.js Loading commit data...
hide-selected.png Loading commit data...
hide-unselected.png Loading commit data...
index.html Loading commit data...
lang-disassembly.js Loading commit data...
layout-icon.png Loading commit data...
left-arrow.png Loading commit data...
monkey.js Loading commit data...
node.js Loading commit data...
right-arrow.png Loading commit data...
schedule-view.js Loading commit data...
search.png Loading commit data...
search2.png Loading commit data...
selection-broker.js Loading commit data...
selection.js Loading commit data...
text-view.js Loading commit data...
turbo-visualizer.css Loading commit data...
turbo-visualizer.js Loading commit data...
types.png Loading commit data...
upload-icon.png Loading commit data...
util.js Loading commit data...
view.js Loading commit data...