From f1e23f2dc3f5c85e807cd13826e57a17a0bd5a28 Mon Sep 17 00:00:00 2001 From: gucovip Date: Mon, 23 Aug 2021 09:25:16 +0800 Subject: [PATCH] =?UTF-8?q?feat:=202.0.4=20PasteCss=20=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=BF=AB=E6=8D=B7=E9=94=AE=20ctrl(control)?= =?UTF-8?q?=20+=20alt(option)=20+=20v?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ gradle.properties | 2 +- src/main/resources/META-INF/plugin.xml | 10 ++++++---- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ab8e0b7..f13c79f 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ windows: `Alt + insert`, Mac: `control + Enter` 注意:可以在 keymap 中配置自己喜欢的快捷键,后续如果可以将默认自动设置好快捷键(InsertClass: command + \; PasteCss: control + option + v)。 #### 最近更新 +* 2021.08.23 2.0.4 PasteCss 新增默认快捷键 ctrl(control) + alt(option) + v。 * 2021.08.17 2.0.3 GoCss 修复 非驼峰式 无法跳转的 bug。 ##### PS @@ -58,6 +59,7 @@ windows: `Alt + insert`, Mac: `control + Enter` QQ:11563928 #### 更新日志 +* 2.0.4 PasteCss 新增默认快捷键 ctrl(control) + alt(option) + v。 * 2.0.3 GoCss 修复 非驼峰式 无法跳转的 bug。 * 2.0.2 GoCss 也将生成 驼峰式 的 class * 2.0.1 InsertClass 不再格式化为短横线间隔,而是驼峰式。GoCss 依然支持查找短横线间隔的class。 diff --git a/gradle.properties b/gradle.properties index 407add3..a6dc026 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ pluginGroup = vip.guco.stylusassist pluginName = Stylus Assist -pluginVersion = 2.0.3 +pluginVersion = 2.0.4 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions. diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 9f71c4f..945e46d 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -1,7 +1,7 @@ vip.guco.stylusassist Stylus Assist - 2.0.3 + 2.0.4 MaiYa +
  • 2.0.4 PasteCss 新增默认快捷键 ctrl(control) + alt(option) + v。
  • 2.0.3 GoCss 修复 非驼峰式 无法跳转的 bug。
  • 2.0.2 GoCss 也将生成 驼峰式 的 class。
  • 2.0.1 InsertClass 不再格式化为短横线间隔,而是驼峰式。GoCss 依然支持查找短横线间隔的class。
  • @@ -60,15 +61,16 @@ + description="GoCss, jump to css class"> + description="PasteCss, paste class copy from browser or others"> + + description="InsertClass, create class with selection and insert into last of style tag">