From ab54b1be45435fc11ef2a68c632d82baf85768a6 Mon Sep 17 00:00:00 2001 From: Vitaliy Boyko Date: Sat, 15 Apr 2023 19:26:23 +0300 Subject: [PATCH 1/2] 1517: Custom theme couldn't be detected - fix --- src/com/magento/idea/magento2plugin/util/RegExUtil.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/magento/idea/magento2plugin/util/RegExUtil.java b/src/com/magento/idea/magento2plugin/util/RegExUtil.java index 194ca170a..ddb2bb54b 100644 --- a/src/com/magento/idea/magento2plugin/util/RegExUtil.java +++ b/src/com/magento/idea/magento2plugin/util/RegExUtil.java @@ -64,7 +64,7 @@ public static class Magento { = "[A-Z][a-zA-Z0-9]+_[A-Z][a-zA-Z0-9]+"; public static final String THEME_NAME - = "[a-z]+/[A-Z][a-zA-Z0-9_]+/[a-z][a-zA-Z0-9_]+"; + = "[a-z]+/[a-zA-Z0-9_]+/[a-z][a-zA-Z0-9_]+"; public static final String MFTF_CURLY_BRACES = ".*\\{\\{[^\\}]+\\}\\}.*"; From 7ae23e698b1ace95504377c12e91f919e604874a Mon Sep 17 00:00:00 2001 From: Vitaliy Boyko Date: Sat, 15 Apr 2023 19:30:56 +0300 Subject: [PATCH 2/2] 1517: Updated CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed123760c..a6171ee18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0). - java.lang.NoClassDefFoundError: org/codehaus/plexus/util/StringUtils [#1530](https://github.com/magento/magento2-phpstorm-plugin/pull/1530) - java.lang.Throwable: Must not start write action from within read action in the other thread - deadlock is coming [#1531](https://github.com/magento/magento2-phpstorm-plugin/pull/1531) +- Custom theme detection [#1532](https://github.com/magento/magento2-phpstorm-plugin/pull/1532) ## 5.1.0