1 file changed
+1
-1
lines changed- .eslintrc+3-1
- .gitignore+2
- app/IDE/IdeEnvironment.js+7
- app/IDE/index.js+7
- app/backendAPI/fileAPI.js+22-1
- app/backendAPI/gitAPI.js
- app/backendAPI/index.js+2
- app/backendAPI/packageAPI.js+8
- app/backendAPI/websocketClient.js
- app/backendAPI/workspaceAPI.js
- app/commands/commandBindings/editor.js+1-1
- app/commands/commandBindings/file.js+8-3
- app/commands/commandBindings/git.js+1-1
- app/commands/commandBindings/misc.js+8-4
- app/commands/keymaps.js+1-1
- app/components/Bar/SideBar.jsx+43
- app/components/Bar/index.js+1
- app/components/CodeMirrorEditor/addons.js+22
- app/components/CodeMirrorEditor/getMode.js+1
- app/components/CodeMirrorEditor/index.jsx+96
- app/components/ContextMenu/index.jsx+5-1
- app/components/EditorWrapper/index.jsx+3-1
- app/components/Extensions/actions.js-68
- app/components/Extensions/index.jsx-93
- app/components/Extensions/reducer.js-46
- app/components/FileTree/actions.js+10-1
- app/components/FileTree/contextMenuItems.js+14
- app/components/FileTree/index.jsx+16-2
- app/components/FileTree/reducer.js+2-1
- app/components/FileTree/subscribeToFileChange.js+1-1
- app/components/Git/ace-merge.js-935
- app/components/Git/actions.js+1-1
- app/components/Git/modals/mergeFile.jsx+21-58
- app/components/Menu/Menu.jsx+3-2
- app/components/Menu/MenuItem.jsx+26-20
- app/components/Modal/FilePalette/component.jsx+1-1
- app/components/Modal/index.jsx+5-3
- app/components/Modal/modals/index.js+1-1
- app/components/Package/PackageControlView.js+58
- app/components/Package/actions.js+36
- app/components/Package/index.js+2
- app/components/Package/reducer.js+154
- app/components/Pane/Pane.jsx+11-14
- app/components/Pane/PaneAxis.jsx+7-6
- app/components/Pane/actions.js+6-34
- app/components/Pane/reducer.js+10-36
- app/components/Panel/ExtensionPanelContent.js+34
- app/components/Panel/Panel.jsx+58
- app/components/Panel/PanelAxis.jsx+52
- app/components/Panel/PanelContent.jsx+42
- app/components/Panel/PanelsContainer.js+21
- app/components/Panel/actions.js+12-10
- app/components/Panel/index.js+2
- app/components/Panel/index.jsx-116
- app/components/Panel/reducer.js+136-87
- app/components/Panel/selectors.js+17
- app/components/ResizeBar.jsx+68-131
- app/components/Setting/reducer.js+19-19
- app/components/StatusBar/index.jsx+5-2
- app/components/Workspace/actions.js+1-1
- app/components/Workspace/reducer.js+2-2
- app/config.js+2-1
- app/containers/IDE.jsx+11-9
- app/containers/Root/actions.js+3-12
- app/containers/Root/index.jsx+11-33
- app/containers/Root/reducer.js+8-5
- app/index.html+2
- app/index.js+2-10
- app/localStoreCache.js+45
- app/store.js+10-28
- app/styles/components/Bar.styl+50
- app/styles/components/Menu.styl+1
- app/styles/components/index.styl+1
- app/utils/index.js+1
- app/utils/request.js+4-2
- package.json+1
- webpack_configs/stylesheet.config.js+3
- yarn.lock+128-127
0 commit comments