We released a new service build of PowerShell Studio 2016 (v5.2.125)!
Here’s what’s new:
Blocked Files
PowerShell Studio will now notify you when a script file is blocked. Windows flags files as blocked when downloaded from the internet or copied from a remote computer.
PowerShell Studio disables execution of blocked files for your security. When you wish to run the script, unblock the file using the file tab’s context menu:
Open with PrimalXML
You can now open XML files directly in PrimalXML from the project panel using the context menu:
You can also open help files directly in PowerShell HelpWriter using the content menu.
New Form Template
In this service build we introduce a new form template:
Full Grid Search Template
In this new template, the grid fills the whole form and automatically sizes the columns for the displayed content.
New Load-DataGridView Parameter
The Load-DataGridView helper function now has a new parameter:
AutoSizeColumn
This parameter will automatically size the columns of the DataGridView after loading the content.
The sizing behavior is determined by the following values:
AllCells
The column width adjusts to fit the contents of all cells in the column, including the header cell.
AllCellsExceptHeader
The column width adjusts to fit the contents of all cells in the column, excluding the header cell.
ColumnHeader
The column width adjusts to fit the contents of the column header cell.
DisplayedCells
The column width adjusts to fit the contents of all cells in the column that are in rows currently displayed onscreen, including the header cell.
DisplayCellsExceptHeader
The column width adjusts to fit the contents of all cells in the column that are in rows currently displayed onscreen, excluding the header cell.
Fill
The column width adjusts so that the widths of all columns exactly fills the display area of the control, requiring horizontal scrolling only to keep column widths above the DataGridViewColumn.MinimumWidth property values. Relative column widths are determined by the relative DataGridViewColumn.FillWeight property values.
None
The column width does not automatically adjust.
NotSet
The sizing behavior of the column is inherited from the DataGridView.AutoSizeColumnsMode property.
Please continue providing your feedback. Many of the new features included in the service builds are suggestions from users like you. Therefore, if you have any suggestions or feature requests, please share them with us on our Wish List and Feature Requests forum.
#PowerShell Studio 2016: Service Release v5.2.125 https://t.co/iHsm0Bsabf
@SAPIENTech #PowerShell Studio: Identify blocked files and unblock without reloading.
https://t.co/SNWpW3BQsy https://t.co/wRZTm9ozIg
RT @SAPIENTech: PowerShell Studio 2016 – Service Release v5.2.125: We released a new service build of PowerShell Studio 2016 (v… https://…
RT @juneb_get_help: @SAPIENTech #PowerShell Studio: Identify blocked files and unblock without reloading.
https://t.co/SNWpW3BQsy https://t…
If am I nerdy because I prefer read the release notes ? @SAPIENTech thanks for update for #PowerShell Studio 2016 https://t.co/z6c8kkynOO
@ITpraktyk Nerdy rules at @SAPIENTech! That’s why we always include detailed update history.