From 74a3c3f9e98e83af5fb6740b6b5a7335b32111af Mon Sep 17 00:00:00 2001 From: Memmie Lenglet Date: Tue, 15 Jan 2019 13:58:04 +0100 Subject: [PATCH 1/2] Fix breadcrumb trail for WebStorm/PhpStorm safe write setting --- src/content/configuration/watch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/configuration/watch.md b/src/content/configuration/watch.md index 973b13f32325..3de27440dcb3 100644 --- a/src/content/configuration/watch.md +++ b/src/content/configuration/watch.md @@ -158,4 +158,4 @@ On some machines Vim is preconfigured with the [backupcopy option](http://vimdoc ### Saving in WebStorm -When using the JetBrains WebStorm IDE, you may find that saving changed files does not trigger the watcher as you might expect. Try disabling the `safe write` option in the settings, which determines whether files are saved to a temporary location first before the originals are overwritten: uncheck `File > Settings... > System Settings > Use "safe write" (save changes to a temporary file first)`. +When using the JetBrains WebStorm IDE, you may find that saving changed files does not trigger the watcher as you might expect. Try disabling the `safe write` option in the settings, which determines whether files are saved to a temporary location first before the originals are overwritten: uncheck `File > Settings... > Appearance & Behavior > System Settings > Use "safe write" (save changes to a temporary file first)`. From 7cd07d1e1bff937f87be73fe17f9a48cfedea2fe Mon Sep 17 00:00:00 2001 From: Eugene Hlushko Date: Wed, 16 Jan 2019 16:15:53 +0100 Subject: [PATCH 2/2] Update src/content/configuration/watch.md Co-Authored-By: mems --- src/content/configuration/watch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/configuration/watch.md b/src/content/configuration/watch.md index 3de27440dcb3..8de31b614afc 100644 --- a/src/content/configuration/watch.md +++ b/src/content/configuration/watch.md @@ -158,4 +158,4 @@ On some machines Vim is preconfigured with the [backupcopy option](http://vimdoc ### Saving in WebStorm -When using the JetBrains WebStorm IDE, you may find that saving changed files does not trigger the watcher as you might expect. Try disabling the `safe write` option in the settings, which determines whether files are saved to a temporary location first before the originals are overwritten: uncheck `File > Settings... > Appearance & Behavior > System Settings > Use "safe write" (save changes to a temporary file first)`. +When using the JetBrains WebStorm IDE, you may find that saving changed files does not trigger the watcher as you might expect. Try disabling the `safe write` option in the settings, which determines whether files are saved to a temporary location first before the originals are overwritten: uncheck `File > {Settings|Preferences} > Appearance & Behavior > System Settings > Use "safe write" (save changes to a temporary file first)`.