Page 1 of 1

Powershell Studio 2015 code auto format

Posted: Mon Oct 05, 2015 7:04 am
by dan.potter
The auto-format option keeps dropping the else on a second line.

legal.

if (1 -eq 2) { 'true' }else { 'false' }

illegal.
if (1 -eq 2) { 'true' }
else { 'false' }

else : The term 'else' is not recognized as the name of a cmdlet, function

Powershell Studio 2015 code auto format

Posted: Mon Oct 05, 2015 7:04 am
by SAPIEN Support Forums
This is an automated post. A real person will respond soon.

Thank you for posting, dan.potter.

Did you remember to include the following?
  • 1. Product, version and build (e.g. Product: PowerShell Studio 2014, Version & Build: 4.1.71. Version and build information can be found in the product's About box accessed by clicking the blue icon with the 'i' in the upper right hand corner of the ribbon.)
    2. Specify if you are running a 32 or 64 bit version
    3. Specify your operating system and if it is 32 or 64 bit.
    4. Attach a screenshot if your issue can be seen on the screen
    5. Attach a zip file if you have multiple files (crash reports, log entries, etc.) related to your issue.
If not, please take a moment to edit your original post or reply to this one.

*** Make sure you do not post any licensing information ***

Re: Powershell Studio 2015 code auto format

Posted: Mon Oct 05, 2015 11:23 am
by Alexander Riedel
I am not sure what you mean. It works perfectly fine in a script and delivers the expected "false" output.
10-5-2015 11-22-26 AM.png
10-5-2015 11-22-26 AM.png (6.77 KiB) Viewed 1807 times