文件管理
命令 |
键(CodeArts IDE键盘映射) |
键(IDEA键盘映射) |
命令ID |
---|---|---|---|
新文件 |
Ctrl+N |
Alt+Insert |
workbench.action.files.newUntitledFile |
打开文件 |
Ctrl+O |
Ctrl+O |
workbench.action.files.openFile |
节省 |
Ctrl+S |
Ctrl+S |
workbench.action.files.save |
保存全部 |
Ctrl+K S |
Ctrl+K S |
saveAll |
另存为 |
Ctrl+Shift+S |
Ctrl+Shift+S |
workbench.action.files.saveAs |
关闭 |
Ctrl+W Ctrl+F4 |
Ctrl+F4 |
workbench.action.closeActiveEditor |
关闭组 |
Ctrl+K W |
Ctrl+K W |
workbench.action.closeEditorsInGroup |
关闭所有 |
Ctrl+K Ctrl+W |
Ctrl+K Ctrl+W |
workbench.action.closeAllEditors |
重新打开关闭的编辑器 |
Ctrl+Shift+T |
Ctrl+Shift+T |
workbench.action.reopenClosedEditor |
保持开放 |
Ctrl+K Enter |
Ctrl+K Enter |
workbench.action.keepEditor |
复制活动文件的路径 |
Shift+Alt+C |
Ctrl+Shift+C |
workbench.action.files.copyFilePath |
在Windows中显示活动文件 |
Ctrl+K R |
Ctrl+K R |
workbench.action.files.revealActiveFileInWindows |
在新窗口中显示打开的文件 |
Ctrl+K O |
Ctrl+K O |
workbench.action.files.showOpenedFileInNewWindow |
比较打开的文件与 |
-- |
Ctrl+D |
workbench.files.action.compareFileWith |