Commit 917a0db
3 files changed
+3
-3
lines changed- .flowconfig+2
- app/api.js+1
- app/commands/CommandPalette/component.jsx+1
- app/commands/CommandPalette/getPaletteItems.js+1
- app/commands/CommandPalette/index.js+1
- app/commands/CommandPalette/items.js+1
- app/commands/commandBindings/file.js+47
- app/commands/commandBindings/git.js+33
- app/commands/commandBindings/index.js+9
- app/commands/commandBindings/misc.js+24
- app/commands/index.js+13-15
- app/commands/keymaps.js+1
- app/commands/lib/keycodes.js+1
- app/commands/lib/keymapper.js+1
- app/commands/menuCommands.js-98
- app/components/AceEditor/ReactAce.jsx+1
- app/components/AceEditor/actions.js+1
- app/components/AceEditor/getAceMode.js+1
- app/components/AceEditor/index.jsx+1
- app/components/AceEditor/reducer.js+1
- app/components/ContextMenu/index.jsx+1
- app/components/FileTree/actions.js+1
- app/components/FileTree/contextMenuItems.js+1
- app/components/FileTree/index.jsx+1
- app/components/FileTree/reducer.js+1
- app/components/Git/actions.js+1
- app/components/Git/index.jsx+1
- app/components/Git/reducer.js+1
- app/components/Menu/index.jsx+1
- app/components/MenuBar/index.jsx+1
- app/components/MenuBar/menuBarItems.js+1
- app/components/Modal/actions.js+1
- app/components/Modal/index.jsx+1
- app/components/Modal/modals/Prompt.jsx+1
- app/components/Modal/modals/index.js+1
- app/components/Modal/reducer.js+1
- app/components/Notification/actions.js+1
- app/components/Notification/index.jsx+1
- app/components/Notification/reducer.js+1
- app/components/Pane/actions.js+1
- app/components/Pane/index.jsx+1
- app/components/Pane/reducer.js+1
- app/components/StatusBar/index.jsx+1
- app/components/Tab/actions.js+1
- app/components/Tab/index.jsx+1
- app/components/Tab/reducer.js+1
- app/components/Terminal/actions.js+1
- app/components/Terminal/index.jsx+1
- app/components/Terminal/reducer.js+1
- app/components/Terminal/terminal-client.js+2
- app/components/TopBar/index.jsx+1
- app/components/Workspace/actions.js+1
- app/components/Workspace/index.jsx+1
- app/components/Workspace/reducer.js+1
- app/config.js+2-1
- app/containers/EditorPaneView.js+1
- app/containers/IDE.jsx+1
- app/containers/Root.jsx+1
- app/containers/Utilities.jsx+1
- app/containers/WindowPaneView.js+1
- app/index.js+1
- app/states/index.js+1
- app/states/initialData.js+31-34
- app/store.js+1
- app/utils/message-client.js+1
- app/utils/message-subscription.js+1
- app/utils/request.js+1
- app/utils/setSelectionRange.js+1
- app/utils/url-helpers.js+1
- package.json+5-4
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| |||
0 commit comments