2.6.0 5/11/2024 - 5/25/2024
Install-Module Powershell-Designer
Please delete designer.fbs, functions folder and designer folder in Documents\PowerShell Designer before upgrading
-Note: Several internal iterations have passed.
Added Methods List/Double Click sends method to code editor
Changed location of Events List
Changed the way the views work, Functions is now a primary view.
TreeView double click now sends object variable reference to the code editor
Added Inject button to property grid that inserts the current property into the code editor.
Improved cursor indicator for control drag and drop to form.
Improved support for ListView
Change Events and Methods box to ListView from ListBox to improve use of whitespace.
Minor visual changes.
Added Code Completion PopMenu
Bookmarks
Zoom
The command 'powershell-designer' now launches the user modified version of Designer.psm1 rather than the version in the module directory.
Further updates to FastColoredTextBox control to support PowerShell. Check the sister repo for changes.
Added form imports. Renamed all of the WPF functions.
Added Generate formless.
Minor change to Show-Form (got rid of appplication runspace call)
Import Control added for usercontrols. NOTE: Does not work on Add-Type controls like WebView2. Creates Controls.xml in Functions folder.
(Temporarily?) Removed parentless controls due to bug.