From 2e91f77bac90f026d6cf94561e3a14d8bc810b6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denny=20Korsuk=C3=A9witz?= Date: Mon, 3 Apr 2023 08:30:31 +0200 Subject: [PATCH 1/2] Tidied --- CHANGELOG.md | 12 ------------ README.md | 20 -------------------- package.json | 22 ---------------------- 3 files changed, 54 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d26cfe3..c6825fe3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,18 +4,6 @@ All notable changes to the "Znuny (DK4Znuny-VisualStudioCode)" extension will be ## [1.0.5] -### QuoteWithMarker - -This function quotes the selected area and adds a custom marker to it. - -Default keyboard shortcut: ```strg+alt+z, q``` - -### ObjectDependencies - -This function inserts the `@ObjectDependencies` array by parsing the file content. Only regular used OM (ObjectManager) calls are supported. - -Default keyboard shortcut: ```strg+alt+z, d``` - ### Snippets #### Added Snippets diff --git a/README.md b/README.md index a38a0771..7514c8fa 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,6 @@ - Snippets - StatusBar -- QuoteWithMarker ### Snippets ![Snippets Total Counter](https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fdennykorsukewitz%2Fe2729bfd9b81d9c032ded617a3f924e7%2Fraw%2Fe19742578a7aaf26231a0af31d219d1abe3abb11%2FDK4Znuny-VisualStudioCode%3Asnippets-total.json) @@ -87,25 +86,6 @@ The status bar is updated with every active file change. ![StatusBar](doc/images/statusbar.gif) -### QuoteWithMarker - -This function quotes the selected area and adds a custom marker to it. - -`QuoteWithMarker` can be very useful especially for custom files `Custom/**`. - -Default keyboard shortcut: ```strg+alt+z, q``` - -Works with active Perl, JavaScript and HTML syntax. - -![QuoteWithMarker](doc/images/quotewithmarker.gif) - -### ObjectDependencies - -This function inserts the `@ObjectDependencies` array by parsing the file content. Only regular used OM (ObjectManager) calls are supported. - -Default keyboard shortcut: ```strg+alt+z, d``` - -![ObjectDependencies](doc/images/objectdependencies.gif) ## Installation diff --git a/package.json b/package.json index a3c03679..efa99c0f 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,6 @@ "vscode": "^1.74.0" }, "activationEvents": [ - "onCommand:znuny.quoteWithMarker", "onCommand:znuny.showZnunyVersion", "*" ], @@ -60,28 +59,12 @@ }, "contributes": { "commands": [ - { - "command": "znuny.quoteWithMarker", - "title": "Znuny: Quote with Marker." - }, - { - "command": "znuny.objectDependencies", - "title": "Znuny: Insert @ObjectDependencies." - }, { "command": "znuny.showZnunyVersion", "title": "Znuny: Show Znuny Version." } ], "keybindings": [ - { - "command": "znuny.quoteWithMarker", - "key": "ctrl+alt+z q" - }, - { - "command": "znuny.objectDependencies", - "key": "ctrl+alt+z d" - }, { "command": "znuny.showZnunyVersion", "key": "ctrl+alt+z v" @@ -110,11 +93,6 @@ "type": "string", "description": "Znuny Status Bar hoverBackground color.", "default": "#ffc062" - }, - "znuny.codeMarker": { - "type": "string", - "description": "Znuny Code Marker used in QuoteWithMarker function.", - "default": "Znuny" } } }, From 36aa772b2f2e7724994965217f8f12ca4046f27a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denny=20Korsuk=C3=A9witz?= Date: Mon, 3 Apr 2023 08:41:17 +0200 Subject: [PATCH 2/2] Tidied --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7514c8fa..5a240e85 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Statically created snippets. #### Generated ![Snippets Generated Counter](https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fdennykorsukewitz%2Fe2729bfd9b81d9c032ded617a3f924e7%2Fraw%2Fe19742578a7aaf26231a0af31d219d1abe3abb11%2FDK4Znuny-VisualStudioCode%3Asnippets-generated.json) -Snippets created generically using the existing perl POD. +Snippets created generically using the existing Perl POD. ```md snippets @@ -86,7 +86,6 @@ The status bar is updated with every active file change. ![StatusBar](doc/images/statusbar.gif) - ## Installation To install this extension, you have **three** options: