|
38 | 38 |
|
39 | 39 | {'label': 'Copy Full Path', 'command': 'tree-view:copy-full-path'}
|
40 | 40 | {'label': 'Copy Project Path', 'command': 'tree-view:copy-project-path'}
|
41 |
| - {'label': 'Open In New Window', 'command': 'tree-view:open-in-new-window'} |
| 41 | + {'label': 'Open in New Window', 'command': 'tree-view:open-in-new-window'} |
42 | 42 | {'label': 'Show in File Manager', 'command': 'tree-view:show-in-file-manager'}
|
43 | 43 | ]
|
44 | 44 |
|
|
70 | 70 |
|
71 | 71 | {'label': 'Copy Full Path', 'command': 'tree-view:copy-full-path'}
|
72 | 72 | {'label': 'Copy Project Path', 'command': 'tree-view:copy-project-path'}
|
73 |
| - {'label': 'Open In New Window', 'command': 'tree-view:open-in-new-window'} |
| 73 | + {'label': 'Open in New Window', 'command': 'tree-view:open-in-new-window'} |
74 | 74 | ]
|
75 | 75 |
|
76 | 76 | '.tree-view .multi-select': [
|
|
87 | 87 | 'atom-pane[data-active-item-path] .tab.active': [
|
88 | 88 | {'label': 'Rename', 'command': 'tree-view:rename'}
|
89 | 89 | {'label': 'Reveal in Tree View', 'command': 'tree-view:reveal-active-file'}
|
90 |
| - {'label': 'Show In File Manager', 'command': 'tree-view:show-current-file-in-file-manager'} |
| 90 | + {'label': 'Show in File Manager', 'command': 'tree-view:show-current-file-in-file-manager'} |
91 | 91 | ]
|
92 | 92 |
|
93 | 93 | 'atom-text-editor:not([mini])': [
|
94 |
| - {'label': 'Show In File Manager', 'command': 'tree-view:show-current-file-in-file-manager'} |
| 94 | + {'label': 'Show in File Manager', 'command': 'tree-view:show-current-file-in-file-manager'} |
95 | 95 | ]
|
0 commit comments