Fossil SCM
Take note of another possible TODO item.
Commit
b785da80e71e1e3d9124ab6dec1d9335dbdc9f329f65b84477e3960554d26dac
Parent
e62b171dbc7a6f3…
1 file changed
+1
+1
| --- src/graph.js | ||
| +++ src/graph.js | ||
| @@ -839,10 +839,11 @@ | ||
| 839 | 839 | ** Ideas and TODOs: |
| 840 | 840 | ** |
| 841 | 841 | ** o Shortcut to select the topmost or bottommost entry, either by separate |
| 842 | 842 | ** key, or with modifiers (SHIFT+N, SHIFT+M)? |
| 843 | 843 | ** o Shortcut to toggle the tick-mark for the focused check-in node. |
| 844 | +** o Shortcuts to copy branch name or hash of the focused entry to clipboard. | |
| 844 | 845 | ** o Improve scrolling the focused element into view for browsers without the |
| 845 | 846 | ** Element.scrollIntoViewIfNeeded() function, maybe with a Polyfill, or |
| 846 | 847 | ** something similar to the scrollToSelected() function in this source file. |
| 847 | 848 | */ |
| 848 | 849 | (function(){ |
| 849 | 850 |
| --- src/graph.js | |
| +++ src/graph.js | |
| @@ -839,10 +839,11 @@ | |
| 839 | ** Ideas and TODOs: |
| 840 | ** |
| 841 | ** o Shortcut to select the topmost or bottommost entry, either by separate |
| 842 | ** key, or with modifiers (SHIFT+N, SHIFT+M)? |
| 843 | ** o Shortcut to toggle the tick-mark for the focused check-in node. |
| 844 | ** o Improve scrolling the focused element into view for browsers without the |
| 845 | ** Element.scrollIntoViewIfNeeded() function, maybe with a Polyfill, or |
| 846 | ** something similar to the scrollToSelected() function in this source file. |
| 847 | */ |
| 848 | (function(){ |
| 849 |
| --- src/graph.js | |
| +++ src/graph.js | |
| @@ -839,10 +839,11 @@ | |
| 839 | ** Ideas and TODOs: |
| 840 | ** |
| 841 | ** o Shortcut to select the topmost or bottommost entry, either by separate |
| 842 | ** key, or with modifiers (SHIFT+N, SHIFT+M)? |
| 843 | ** o Shortcut to toggle the tick-mark for the focused check-in node. |
| 844 | ** o Shortcuts to copy branch name or hash of the focused entry to clipboard. |
| 845 | ** o Improve scrolling the focused element into view for browsers without the |
| 846 | ** Element.scrollIntoViewIfNeeded() function, maybe with a Polyfill, or |
| 847 | ** something similar to the scrollToSelected() function in this source file. |
| 848 | */ |
| 849 | (function(){ |
| 850 |