Skip to content

Releases: dennykorsukewitz/VSCode-Znuny

1.1.0

08 May 10:39
Compare
Choose a tag to compare

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

03 Apr 07:25
Compare
Choose a tag to compare

Snippets

Added Snippets

  • znuny.ActivityObject.Add.code-snippets
  • znuny.ActivityObject.DataAdd.code-snippets
  • znuny.ActivityObject.DataDelete.code-snippets
  • znuny.ActivityObject.DataGet.code-snippets
  • znuny.ActivityObject.DataListGet.code-snippets
  • znuny.ActivityObject.DataSearch.code-snippets
  • znuny.ActivityObject.DataUpdate.code-snippets
  • znuny.ActivityObject.Get.code-snippets
  • znuny.ActivityObject.GetLink.code-snippets
  • znuny.ActivityObject.InitConfig.code-snippets
  • znuny.ActivityObject.ListGet.code-snippets
  • znuny.LayoutObject.CleanUpCSSSelector.code-snippets
  • znuny.LayoutObject.ColorPicker.code-snippets
  • znuny.LayoutObject.ConvertToCSS.code-snippets
  • znuny.LayoutObject.CreateDynamicCSS.code-snippets
  • znuny.LayoutObject.LoaderCreateDynamicCSS.code-snippets

Updated Snippets

  • znuny.ArticleObject.ArticleSearchIndexRebuildFlagSet
  • znuny.ArticleObject.ArticleSearchIndexSQLJoin.code-snippets
  • znuny.ArticleObject.ArticleSearchIndexSQLJoinNeeded.code-snippets
  • znuny.ArticleObject.ArticleSearchIndexWhereCondition.code-snippets
  • znuny.BackendObject.EditFieldRender
  • znuny.BackendObject.EditFieldValueGet
  • znuny.BackendObject.EditFieldValueGet
  • znuny.CommunicationLogObject.ObjectLog
  • znuny.CommunicationLogObject.ObjectLogStop
  • znuny.CustomerUserObject.CustomerUserUpdate
  • znuny.DBCRUDObject.DataUpdate.code-snippets
  • znuny.HelperObject.ProvideTestDatabase.code-snippets
  • znuny.PriorityObject.PriorityAdd
  • znuny.PriorityObject.PriorityUpdate
  • znuny.SeleniumObject.GetSeleniumHome
  • znuny.StateObject.StateAdd
  • znuny.StateObject.StateUpdate

1.0.4

22 Mar 21:24
Compare
Choose a tag to compare

Snippets

Added Snippets

  • znuny.UtilObject.IsITSMIncidentProblemManagementInstalled.code-snippets

Updated Snippets

  • znuny.ArticleObject.ArticleSearchIndexRebuildFlagSet.code-snippets
  • znuny.BackendObject.EditFieldRender.code-snippets
  • znuny.BackendObject.EditFieldValueGet.code-snippets
  • znuny.CommunicationLogObject.ObjectLog.code-snippets
  • znuny.CommunicationLogObject.ObjectLogStop.code-snippets
  • znuny.CustomerUserObject.CustomerUserUpdate.code-snippets
  • znuny.DBObject.QueryCondition.code-snippets
  • znuny.DebugLogObject.LogAdd.code-snippets
  • znuny.GenericAgentObject.JobRun.code-snippets
  • znuny.HelperObject.TestUserCreate.code-snippets
  • znuny.LinkObject.ObjectSearch.code-snippets
  • znuny.LoaderObject.MinifyFiles.code-snippets
  • znuny.MailQueueObject.List.code-snippets
  • znuny.MainObject.FileDelete.code-snippets
  • znuny.Module.AgentTicketNoteToLinkedTicket.code-snippets
  • znuny.PDFObject.HLine.code-snippets
  • znuny.PDFObject.Image.code-snippets
  • znuny.PackageObject.PackageBuild.code-snippets
  • znuny.ParamObject.SaveFormDraft.code-snippets
  • znuny.QueueObject.QueueUpdate.code-snippets
  • znuny.SeleniumObject.WaitFor.code-snippets
  • znuny.SysConfigObject.ConfigurationSearch.code-snippets
  • znuny.SysConfigObject.SettingEffectiveValueCheck.code-snippets
  • znuny.SystemMaintenanceObject.SystemMaintenanceAdd.code-snippets
  • znuny.TemplateGeneratorObject.Attributes.code-snippets
  • znuny.TemplateGeneratorObject.Template.code-snippets
  • znuny.TicketObject.TicketAcl.code-snippets
  • znuny.UnitTestObject.Run.code-snippets
  • znuny.VirtualFSObject.Write.code-snippets
  • znuny.WebserviceHistoryObject.WebserviceHistoryUpdate.code-snippets

1.0.3

15 Feb 22:26
Compare
Choose a tag to compare

StatusBar ⭐

  • The status bar gets an additional Znuny item and the entire status bar is displayed in the Znuny color #ff9b00 if the active file is a "Znuny file".
    • If the active file belongs to a Znuny framework ("Znuny file") in the workspace, the product name and version are displayed from the RELEASE file.
    • If the active file belongs to a Znuny package ("Znuny file") in the workspace, the vendor and the largest framework version are displayed from the SOPM file.

Snippets

  • Fixed - Broken snippet - Functions/TicketObject/znuny.TicketObject.TicketSearch.code-snippets #2
  • Added missing DiffObject snippet for 6.0
  • Tidied Snippets

1.0.2

08 Feb 16:00
Compare
Choose a tag to compare

Snippets

  • Escaped '$' to use scalarref (scalar reference)
  • Escaped '@' to use arrayref (array reference)
  • Escaped '%' to use hashref (hash reference)
  • Escaped '&' to use coderef (code reference)
  • Escaped '*' to use globref (glob reference)
  • Applied new escaped strings to snippets

1.0.1

03 Feb 19:06
Compare
Choose a tag to compare

Snippets

  • Fixed syntax typos
  • Tidied snippet filenames for better readability
  • Added DynamicFields
    • WebserviceText (⭐ new)
    • WebserviceMultiselect (⭐ new)
    • WebserviceDropdown (⭐ new)
  • Added SeleniumObject
    • VerifiedClick (⭐ new)
    • VerifiedSubmit (⭐ new)

1.0.0

31 Jan 14:32
Compare
Choose a tag to compare

Congratulations

VSCode-Znuny is an extension that helps you to make Znuny development less painful.

  • Initial release of Znuny Snippets extension
    • CodePolicy
    • ConfigXML
    • Customizing
    • Debugging
    • DynamicFields
    • Functions
    • GitLab
    • Language
    • Licensing
    • Modules
    • Needed
    • ObjectManager
    • Perl
    • POD
    • Selenium
    • VariableCheck

GitHub link -VSCode-Znuny

Enjoy!
Your Denny Korsukéwitz 🚀