Changelog

All notable changes to the “Znuny” extension will be documented in this file.

[2.0.0]

Breaking

Added

Changed

Dependencies

[1.5.0]

Added

Changed

Dependencies

Fixed

[1.4.1]

Snippets

[1.3.1]

Fixed

Maintenance

[1.3.0]

AddFolderToWorkspace

[1.2.0]

GenerateFilelist

Fixed spacing in FileList GenerateFilelist. Thanks to Emin Yazi (@eyazi). PR#4

Customizer

Added new Setting znuny.customizer.informationMessages - Information messages will be displayed.

AddFolderToWorkspace

This Function provides a searchable list of folders (Workspaces) that can be added simultaneous to the current VSC Workspace. All configured folders will be displayed.

Shortcut: strg + alt + k, p
Command: AddFolderToWorkspace: Add Folder to Workspace.

RemoveFolderFromWorkspace

This Function provides a searchable list of folders (Workspaces) that can be removed simultaneous from the current VSC Workspace. All current open folders are displayed.

Shortcut: strg + alt + k, shift + p
Command: AddFolderToWorkspace: Remove Folder from Workspace.

QuoteWithMarker

Leading zeros

Added leading zeros to month and day to always get the same date format.

blockComment

Some languages do not have line comments, such as CSS. But, they have the possibility to comment out a code block (blockComment). Now the QuoteWithMarker can be used in these languages as well.

[1.1.6]

QuoteWithMarker

[1.1.5]

QuoteWithMarker

Placeholder

The following placeholders have been added for the znuny.quoteWithMarker.codeMarker setting:

Example:

MyMarker - Copyright (C) 2012-${year} Denny Korsukéwitz, https://dennykorsukewitz.github.io/

[1.1.4]

QuoteWithMarker

LanguageID detection has been added to support more languages. There is also a new configuration znuny.quoteWithMarker.lineComment that can be customized.

Snippets

Added Snippets

Updated all Snippets

Added available versions to each generated snippet (name).

[1.1.3]

Snippets

Added Snippets

Updated Snippets

[1.1.2]

Snippets

Updated Snippets

[1.1.1]

Added missing glob node_module in package.json and vsix file.

[1.1.0]

AddFolderToWorkspace

This Function provides a searchable list of folders (Workspaces) that can be added to the current VSC Workspace. All configured folders will be displayed.

Shortcut: strg + alt + z, p
Command: Znuny: Add Folder to Workspace.

Customizer

This function fetches Znuny files from GitHub and adds origin to header.

Shortcut: strg + alt + z, c
Command: Znuny: Fetch Znuny files from GitHub.

GenerateFilelist

Inserts the SOPM Filelist content containing all files of a selectable project. The following file types will be added: pm | tt | t | xml | js | html.tmpl

Shortcut: strg + alt + z, f
Command: Znuny: Insert Filelist to SOPM.

ObjectDependencies

This function inserts the @ObjectDependencies array by parsing the file content. Only regular used OM (ObjectManager) calls are supported.

Shortcut: strg + alt + z, d
Command: Znuny: Insert @ObjectDependencies.

QuoteWithMarker

This function quotes the selected area and adds a custom marker to it.

QuoteWithMarker can be very useful especially for custom files Custom/**.

Shortcut: strg + alt + z, q
Command: Znuny: Quote with Marker.

[1.0.5]

Snippets

Added Snippets

Updated Snippets

[1.0.4]

Snippets

Added Snippets

Updated Snippets

[1.0.3]

⭐ StatusBar

Snippets

[1.0.2]

Snippets

[1.0.1]

Snippets

[1.0.0]

Initial release of Znuny Snippets extension