Differences
This shows you the differences between the selected revisions of the page.
| 2016-02-04 | 2016-02-04 | ||
| improvements to code generation and .net assembly (martin) | tweaks (martin) | ||
| Line 10: | Line 10: | ||
| * Suggesting command-line to use to execute generated script. | * Suggesting command-line to use to execute generated script. | ||
| * Using ''-Property'' switch to initialize ''SessionOptions'' properties in PowerShell. | * Using ''-Property'' switch to initialize ''SessionOptions'' properties in PowerShell. | ||
| - | * Not using ''my'' prefix for VB.NET variables | + | * Not using ''my'' prefix for VB.NET variables. |
| - | * No redundant declaration of ''Session'' variable type | + | * No redundant declaration of ''Session'' variable type in VB.NET. |
| - | * Not highlighting script strings | + | * Not highlighting script strings. |
| * Bug fix: Session timeout was incorrectly set in seconds, instead of milliseconds. | * Bug fix: Session timeout was incorrectly set in seconds, instead of milliseconds. | ||
| * Local custom commands for local files. [[bug>1396]] | * Local custom commands for local files. [[bug>1396]] | ||