From cf801b91aadf82d4c9837f87401fc5ba07158adf Mon Sep 17 00:00:00 2001 From: Lupe Camacho Date: Thu, 1 Jun 2023 10:50:54 -0700 Subject: [PATCH 1/2] Change preferences to settings --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b993a21..909dddd 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ PhpStorm Settings for Craft CMS ## Settings Files -- [`Craft_Code_Style.xml`](Craft_Code_Style.xml) – Code style scheme. Install from Preferences → Editor → Code Style → ⚙️ → Import Scheme… -- [`Craft_Inspections.xml`](Craft_Inspections.xml) – Inspection profile. Install from Preferences → Editor → Inspections → ⚙️ → Import Profile… +- [`Craft_Code_Style.xml`](Craft_Code_Style.xml) – Code style scheme. Install from Settings → Editor → Code Style → ⚙️ → Import Scheme… +- [`Craft_Inspections.xml`](Craft_Inspections.xml) – Inspection profile. Install from Settings → Editor → Inspections → ⚙️ → Import Profile… ## Recommended PhpStorm Plugins From 94f95347b8e30a56208791103c8dbca3c2ab2dda Mon Sep 17 00:00:00 2001 From: Lupe Camacho Date: Thu, 1 Jun 2023 11:22:49 -0700 Subject: [PATCH 2/2] Add "Show Scheme Actions" button name to install instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 909dddd..606d182 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ PhpStorm Settings for Craft CMS ## Settings Files -- [`Craft_Code_Style.xml`](Craft_Code_Style.xml) – Code style scheme. Install from Settings → Editor → Code Style → ⚙️ → Import Scheme… -- [`Craft_Inspections.xml`](Craft_Inspections.xml) – Inspection profile. Install from Settings → Editor → Inspections → ⚙️ → Import Profile… +- [`Craft_Code_Style.xml`](Craft_Code_Style.xml) – Code style scheme. Install from Settings → Editor → Code Style → ⚙️ (Show Scheme Actions) → Import Scheme… +- [`Craft_Inspections.xml`](Craft_Inspections.xml) – Inspection profile. Install from Settings → Editor → Inspections → ⚙️ (Show Scheme Actions) → Import Profile… ## Recommended PhpStorm Plugins