|
cs-CZ
|
Updated to "Extended WPF Toolkit - v4.0.2".
|
2021-01-17 21:09:56 +01:00 |
|
de
|
Updated to "Extended WPF Toolkit - v4.0.2".
|
2021-01-17 21:09:56 +01:00 |
|
es
|
Updated to "Extended WPF Toolkit - v4.0.2".
|
2021-01-17 21:09:56 +01:00 |
|
fr
|
Updated to "Extended WPF Toolkit - v4.0.2".
|
2021-01-17 21:09:56 +01:00 |
|
hu
|
Updated to "Extended WPF Toolkit - v4.0.2".
|
2021-01-17 21:09:56 +01:00 |
|
it
|
Updated to "Extended WPF Toolkit - v4.0.2".
|
2021-01-17 21:09:56 +01:00 |
|
ja-JP
|
Updated to "Extended WPF Toolkit - v4.0.2".
|
2021-01-17 21:09:56 +01:00 |
|
pt-BR
|
Updated to "Extended WPF Toolkit - v4.0.2".
|
2021-01-17 21:09:56 +01:00 |
|
ro
|
Updated to "Extended WPF Toolkit - v4.0.2".
|
2021-01-17 21:09:56 +01:00 |
|
ru
|
Updated to "Extended WPF Toolkit - v4.0.2".
|
2021-01-17 21:09:56 +01:00 |
|
sv
|
Updated to "Extended WPF Toolkit - v4.0.2".
|
2021-01-17 21:09:56 +01:00 |
|
WPFDesigner
|
Add sub folder WPFDesigner, which is a complete Visual Studio Solution, to be used by Edit-XAMLinVisualStudio.
|
2019-07-20 16:03:30 +02:00 |
|
zh-Hans
|
Updated to "Extended WPF Toolkit - v4.0.2".
|
2021-01-17 21:09:56 +01:00 |
|
Boilerplate.ps1
|
Small changes.
|
2021-02-07 22:30:06 +01:00 |
|
Boilerplate.xaml
|
Remove a line (not necessary according to Visual Studio) and move a line (so all lines are in alphabetical order).
|
2021-01-17 23:55:32 +01:00 |
|
Convert-XAMLtoWindow.ps1
|
Change so $null is on the left side of equality comparisons, as recommended and explained at https://github.com/PowerShell/PSScriptAnalyzer/issues/1021.
|
2019-07-20 16:14:53 +02:00 |
|
ConvertTo-ImageSource.ps1
|
Add new function ConvertTo-ImageSource.
|
2019-07-14 01:17:38 +02:00 |
|
Credits.ps1
|
Initial import.
|
2019-04-22 16:07:04 +02:00 |
|
CreditsVariables.ps1
|
Initial import.
|
2019-04-22 16:07:04 +02:00 |
|
DebugAndLanguage.ps1
|
Remove erroneous Write-Verbose.
|
2019-05-30 21:54:49 +02:00 |
|
Edit-XAMLinVisualStudio.ps1
|
Fix small bug ($LastWriteTime was never updated, so the file was considered "changed" and thus copied back every 100 ms). Because of this fix, the difference in last write time is measured in milliseconds instead of in seconds now, otherwise it's not fine-grained enough.
|
2019-07-27 20:56:24 +02:00 |
|
Error.ico
|
Initial import.
|
2019-04-22 16:07:04 +02:00 |
|
Exit-Script.ps1
|
Remove extraneous unnecessary line at the end of the file.
|
2019-07-14 21:16:29 +02:00 |
|
Format-ElapsedTime.ps1
|
Initial import.
|
2019-04-22 16:07:04 +02:00 |
|
Functions.ps1
|
Add New-XAMLFileFromBoilerplate and Write-DebugVariable.
|
2019-08-08 22:30:59 +02:00 |
|
FunctionsBeforeVariables.ps1
|
Initial import.
|
2019-04-22 16:07:04 +02:00 |
|
Get-CurrentFileName.ps1
|
Initial import.
|
2019-04-22 16:07:04 +02:00 |
|
Get-CurrentLineNumber.ps1
|
Initial import.
|
2019-04-22 16:07:04 +02:00 |
|
Import-LatestAssembly.ps1
|
Remove extraneous unnecessary line at the end of the file.
|
2019-07-14 21:16:29 +02:00 |
|
Information.ico
|
Initial import.
|
2019-04-22 16:07:04 +02:00 |
|
Invoke-ScriptBlockWithCulture.ps1
|
Change incorrect documentation.
|
2019-07-27 21:34:33 +02:00 |
|
New-ScriptFileFromBoilerplate.ps1
|
Automatically open new file in editor if invoked from Visual Studio Code.
|
2021-01-25 00:23:31 +01:00 |
|
New-TemporaryDirectory.ps1
|
Add new function New-TemporaryDirectory.
|
2019-07-20 15:55:04 +02:00 |
|
New-XAMLFileFromBoilerplate.ps1
|
Fix small bug.
|
2021-01-17 21:14:19 +01:00 |
|
Question.ico
|
Initial import.
|
2019-04-22 16:07:04 +02:00 |
|
ScriptInitializer.psd1
|
Bump module version to 1.6.0.
|
2021-02-07 22:08:21 +01:00 |
|
ScriptInitializer.psm1
|
Output debug message when importing assemblies.
|
2021-02-03 01:17:38 +01:00 |
|
Show-InputBox.ps1
|
Remove extraneous unnecessary line at the end of the file.
|
2019-07-14 21:16:29 +02:00 |
|
Show-InputBox.xaml
|
Fix small typo.
|
2021-02-03 00:58:55 +01:00 |
|
Show-MessageBox.ps1
|
Remove extraneous unnecessary line at the end of the file.
|
2019-07-14 21:16:29 +02:00 |
|
Show-WPFWindow.ps1
|
Expand comment section. Add Icon parameter, so a default icon (like in a MessageBox window) can be used with ease. As about_Functions_Advanced_Parameters states 'If a function has no positional parameters, Windows PowerShell assigns positions to each parameter based on the order in which the parameters are declared. However, as a best practice, do not rely on this assignment. When you want parameters to be positional, use the Position argument.', add Position argument.
|
2019-05-30 22:26:50 +02:00 |
|
Start-Script.ps1
|
Initial import.
|
2019-04-22 16:07:04 +02:00 |
|
Variables.ps1
|
Add ImportingAssemblyAddType debug message.
|
2021-02-03 01:18:17 +01:00 |
|
Warning.ico
|
Initial import.
|
2019-04-22 16:07:04 +02:00 |
|
Write-DebugStringOrArray.ps1
|
Initial import.
|
2019-04-22 16:07:04 +02:00 |
|
Write-DebugVariable.ps1
|
Add some useful information to the comment-based help.
|
2021-02-07 22:26:34 +01:00 |
|
Write-HorizontalLine.ps1
|
Change so $null is on the left side of equality comparisons, as recommended and explained at https://github.com/PowerShell/PSScriptAnalyzer/issues/1021.
|
2019-07-20 16:14:53 +02:00 |
|
Write-HostBoxed.ps1
|
Change so $null is on the left side of equality comparisons, as recommended and explained at https://github.com/PowerShell/PSScriptAnalyzer/issues/1021.
|
2019-07-20 16:14:53 +02:00 |
|
Write-HostCentered.ps1
|
Change so $null is on the left side of equality comparisons, as recommended and explained at https://github.com/PowerShell/PSScriptAnalyzer/issues/1021.
|
2019-07-20 16:14:53 +02:00 |
|
Xceed.Wpf.AvalonDock.dll
|
Updated to "Extended WPF Toolkit - v4.0.2".
|
2021-01-17 21:09:56 +01:00 |
|
Xceed.Wpf.AvalonDock.Themes.Aero.dll
|
Updated to "Extended WPF Toolkit - v4.0.2".
|
2021-01-17 21:09:56 +01:00 |
|
Xceed.Wpf.AvalonDock.Themes.Metro.dll
|
Updated to "Extended WPF Toolkit - v4.0.2".
|
2021-01-17 21:09:56 +01:00 |
|
Xceed.Wpf.AvalonDock.Themes.VS2010.dll
|
Updated to "Extended WPF Toolkit - v4.0.2".
|
2021-01-17 21:09:56 +01:00 |
|
Xceed.Wpf.Toolkit.dll
|
Updated to "Extended WPF Toolkit - v4.0.2".
|
2021-01-17 21:09:56 +01:00 |