Commit 6a66ac3
2 files changed
+2
-2
lines changed- src/main/java/net/coding/ide/event/FileChangeEvent.java+5-7
- src/main/java/net/coding/ide/event/FileCreateEvent.java+6-22
- src/main/java/net/coding/ide/event/FileDeleteEvent.java+6-22
- src/main/java/net/coding/ide/event/FileModifyEvent.java+6-21
- src/main/java/net/coding/ide/service/WorkspaceWatcher.java+3-3
- src/main/java/net/coding/ide/web/message/EventExchange.java+1-2
- .env.tpl+6
- .eslintrc+1
- .gitignore+1
- .plugins.json+1-1
- README.md+10-3
- app/backendAPI/fileAPI.js+5-2
- app/commands/commandBindings/file.js+74-36
- app/commands/keymaps.js+4-2
- app/commons/File/actions.js+21-13
- app/commons/File/state.js+14-1
- app/commons/Menu/state.js+8-5
- app/commons/Tab/TabLabel.jsx+4-1
- app/commons/Tab/state.js+29-2
- app/commons/Tree/TreeNode.jsx+16-12
- app/commons/Tree/state.js+1
- app/components/Editor/EditorWrapper.jsx+7
- app/components/Editor/actions.js+34
- app/components/Editor/codemirrorDefaultOptions.js+42-11
- app/components/Editor/components/CodeEditor/BaseCodeEditor.jsx+5-2
- app/components/Editor/components/CodeEditor/addMixinMechanism.jsx+4-3
- app/components/Editor/components/CodeEditor/addons/index.js+1-1
- app/components/Editor/components/CodeEditor/lib/formatting.js+115
- app/components/Editor/components/CodeEditor/mixins/basicMixin.jsx+6
- app/components/Editor/components/EditorWidgets/EditorWidgets.jsx+2
- app/components/Editor/components/EditorWidgets/EncodingWidget.jsx+65
- app/components/Editor/components/EditorWidgets/encodings.js+228
- app/components/Editor/components/HtmlEditor/actions.js+23
- app/components/Editor/components/HtmlEditor/htmlMixin.js+14
- app/components/Editor/components/HtmlEditor/index.jsx+151
- app/components/Editor/components/HtmlEditor/state.js+12
- app/components/Editor/components/MarkdownEditor/index.jsx+1-1
- app/components/Editor/index.js+2-1
- app/components/Editor/state.js+8-2
- app/components/FileTree/actions.js+25-5
- app/components/MenuBar/menuBarItems.jsx+16
- app/components/Modal/Modal.jsx+1-1
- app/components/Modal/modals/Prompt.jsx+4-1
- app/components/Modal/state.js+1-1
- app/components/StatusBar/StatusBar.jsx+5-2
- app/components/StatusBar/UploadWidgets.jsx+83
- app/components/StatusBar/state.js+29-2
- app/components/Tab/actions.js+1-1
- app/components/Tooltip/Tooltips.jsx+2-1
- app/components/exports.js+3
- app/config.js+12-1
- app/i18n/en_US/file.json+5-1
- app/i18n/en_US/menuBarItems.json+5
- app/i18n/zh_CN/file.json+5-1
- app/i18n/zh_CN/menuBarItems.json+5
- app/initialize/index.js+13-4
- app/mobxStore.js+2-1
- app/persist.js+5-1
- app/styles/base-theme/styles/ui-variables.styl+4-1
- app/styles/core-ui/Editor.styl+24
- app/styles/core-ui/FileTree.styl+13-1
- app/styles/core-ui/Modal.styl+10
- app/styles/core-ui/StatusBar.styl+14
- app/styles/dark/styles/collaborators.styl+3
- app/styles/dark/styles/ui-variables.styl+4-1
- app/utils/getTabType.js+5-1
- package.json+6-4
- packageListServer.js+24-6
- task.yaml.tpl+30
- webpack.config.js+6-2
- webpack_configs/webpack.dev.config.js+19
- webpack_configs/webpack.prod.config.js+1
- webpack_configs/webpack.staging.config.js+29
- yarn.lock+25-12
0 commit comments