1 file changed
+1
-1
lines changed- app/CodingSDK.js+2-1
- app/backendAPI/websocketClients.js+2-1
- app/backendAPI/workspaceAPI.js+4
- app/commands/commandBindings/file.js+40-4
- app/commands/commandBindings/misc.js+11-1
- app/commons/Tab/TabBar.jsx+2-1
- app/commons/Tab/TabContent.jsx+2-1
- app/commons/Tab/TabLabel.jsx+2-1
- app/commons/Tab/state.js+1-1
- app/components/Editor/EditorWrapper.jsx+9-8
- app/components/Editor/components/CodeEditor/BaseCodeEditor.jsx+23-5
- app/components/Editor/components/CodeEditor/mixins/basicMixin.jsx+4-1
- app/components/Editor/components/CodeEditor/mixins/eslintMixin/eslintMixin.js+5-1
- app/components/Editor/components/HtmlEditor/index.jsx+2-1
- app/components/Editor/components/ImageEditor.jsx+2-1
- app/components/Editor/components/MarkdownEditor/actions.js+5-5
- app/components/Editor/components/MarkdownEditor/index.jsx+127-23
- app/components/Editor/components/MarkdownEditor/mdMixin.js+79
- app/components/Editor/components/MarkdownEditor/utils.js+41
- app/components/Editor/components/UnknownEditor.jsx+2-1
- app/components/Editor/components/WelcomeEditor.jsx+1-1
- app/components/Editor/state.js+16
- app/components/Git/GitHistoryView.jsx+2-1
- app/components/Git/modals/checkoutStash.jsx+2-1
- app/components/Git/modals/commitDiff.jsx+2-1
- app/components/Git/modals/diffFile.jsx+2-1
- app/components/Git/modals/mergeFile.jsx+2-1
- app/components/Git/modals/rebaseInput.jsx+2-1
- app/components/Git/modals/rebasePrepare.jsx+2-1
- app/components/Git/modals/rebaseStart.jsx+2-1
- app/components/Git/modals/reset.jsx+2-1
- app/components/Git/modals/resolveConflicts.jsx+2-1
- app/components/Git/modals/stash.jsx+2-1
- app/components/Git/modals/unstash.jsx+2-1
- app/components/MenuBar/MenuBar.jsx+1-1
- app/components/Offline/Offline.jsx+2-1
- app/components/Pane/Pane.jsx+2-1
- app/components/Pane/PaneAxis.jsx+2-1
- app/components/Panel/Panel.jsx+2-1
- app/components/Panel/PanelAxis.jsx+2-1
- app/components/Panel/SideBar/SideBar.jsx+3-2
- app/components/Panel/SideBar/SidePanel.jsx+2-1
- app/components/Panel/SideBar/actions.js+20-1
- app/components/Plugins/actions.js+38-6
- app/components/Plugins/extensionList.jsx+19-6
- app/components/Plugins/store.js+4
- app/components/Tab/TabContainer.jsx+12-3
- app/components/Tab/WelcomePage.jsx+107
- app/components/Tab/actions.js+6-1
- app/components/Tab/state.js+1
- app/components/Terminal/Terminal.jsx+3-1
- app/components/Terminal/TerminalContainer.jsx+22-1
- app/components/Terminal/actions.js+12
- app/components/Terminal/terminal-client.js+11-4
- app/containers/Root/actions.js+1-1
- app/containers/Root/index.jsx+3-2
- app/mobxStore.js+4
- app/persist.js+2
- app/styles/core-ui/Editor.styl+8
- app/styles/core-ui/Welcome.styl+31
- app/styles/core-ui/index.styl+2-1
- app/styles/dark/index.styl+2-1
- app/styles/dark/styles/env.styl+3
- app/styles/dark/styles/java.styl+1-1
- app/styles/dark/styles/welcome.styl+6
- app/utils/emitter/index.js+3
- app/utils/request.js+16-1
- package.json+2
- packageListServer.js+1-1
- yarn.lock+30
0 commit comments