如何将 WebStorm 中的提交对话框从停靠模式更改为标准 window?
How to change commit dialog in WebStorm from dock mode to standard window?
现在我在停靠模式下有提交对话框:
版本 2019.2 EAP
来自https://blog.jetbrains.com/webstorm/2019/06/webstorm-2019-2-eap-4/
In WebStorm 2019.2, we are merging the Commit dialog with the Local Changes tab. That way, the commit action can nicely fit in the flow of reviewing the changes you’ve made in this tab. And you can always jump back to the editor, whereas with the old Commit dialog you had to close it first.
The familiar Commit
shortcut (Cmd/Ctrl-K) will now select all the modified files for the commit and focus on the Commit message field.
解决方案:
We understand that this new feature can affect your current familiar workflow. If you’d like to switch back to the old Commit dialog, simply deselect the Commit from the Local Changes without showing a dialog
checkbox in Settings/Preferences | Version Control | Commit Dialog
.
现在我在停靠模式下有提交对话框:
版本 2019.2 EAP
来自https://blog.jetbrains.com/webstorm/2019/06/webstorm-2019-2-eap-4/
In WebStorm 2019.2, we are merging the Commit dialog with the Local Changes tab. That way, the commit action can nicely fit in the flow of reviewing the changes you’ve made in this tab. And you can always jump back to the editor, whereas with the old Commit dialog you had to close it first.
The familiar
Commit
shortcut (Cmd/Ctrl-K) will now select all the modified files for the commit and focus on the Commit message field.
解决方案:
We understand that this new feature can affect your current familiar workflow. If you’d like to switch back to the old Commit dialog, simply deselect the
Commit from the Local Changes without showing a dialog
checkbox inSettings/Preferences | Version Control | Commit Dialog
.