Search found 399 matches

by mxtrinidad
Wed Oct 04, 2017 9:26 am
Forum: PowerShell Studio
Topic: Format script damaging string format
Replies: 6
Views: 3248

Re: Format script damaging string format

Ok! I was able to replicate the issue. Please try the following settings "Checked" on: x Place open brace on new line x Place statement keyword on a new line x Insert new line after Parameter attribute x Align hashtable equal signs x Leave block on the same line (I'm sure is is the one) x ...
by mxtrinidad
Wed Oct 04, 2017 9:07 am
Forum: PowerShell Studio
Topic: Format script damaging string format
Replies: 6
Views: 3248

Re: Format script damaging string format

Thanks for providing the screen image. Of course, I got different setting:
if ($value)
{
Out-Default 'True'
}
else
{
Out-Default 'False'
}

Let me change it and get back to you.
:)
by mxtrinidad
Wed Oct 04, 2017 8:54 am
Forum: PowerShell Studio
Topic: Format script damaging string format
Replies: 6
Views: 3248

Re: Format script damaging string format

Ah! Understood. Sometime ago, I work in a Biztalk project were the XML needed to provide an ISO 8601 date format but coming from a SQL table date field. Maybe the following line might be (sort of) starting point then break it in pieces: $((Get-Date).ToString('yyyy-MM-dd HH:mm:ss.fffffffzzz')) Still ...
by mxtrinidad
Tue Oct 03, 2017 8:02 pm
Forum: PowerShell Studio
Topic: Format script damaging string format
Replies: 6
Views: 3248

Re: Format script damaging string format

I wasn't able to replicate the issue in PS version 144. I copy/paste the code then reformat the script and didn't break code at the brackets {}. Although the code provided has some errors. Seems the one-liner don't need to use the replace and the results could be simpler. Try the following to see if...
by mxtrinidad
Thu Jan 19, 2017 8:34 am
Forum: Wish List and Feature Requests
Topic: Snap In/Out editor panel.
Replies: 1
Views: 2138

Snap In/Out editor panel.

This is a behavior use in Visual Studio. You can snap out the editor panel and move it to another screen location while working with multiple codes.
I'm sure people will love this feature.

:)
by mxtrinidad
Thu Jan 19, 2017 7:59 am
Forum: Wish List and Feature Requests
Topic: Able to pick PowerShell 6 if exist on system
Replies: 2
Views: 2576

Able to pick PowerShell 6 if exist on system

It would be nice if we could have a way to (at least) manually set PowerShell 6 and reload the Object Browser with their existing command. I understand is not PowerShell 6 in not out yet. But would be an interesting feature to include to help in the adoption of PowerShell Open Source. I would not ha...
by mxtrinidad
Mon Jul 15, 2013 5:59 am
Forum: iPowerShell
Topic: iPowerShell v3.0 support for SkyDrive
Replies: 2
Views: 8118

Re: iPowerShell v3.0 support for SkyDrive

Thanks Ferdinand! Looking forward to use it with SkyDrive.
:)
by mxtrinidad
Wed Jul 10, 2013 7:20 am
Forum: iPowerShell
Topic: iPowerShell v3.0 support for SkyDrive
Replies: 2
Views: 8118

iPowerShell v3.0 support for SkyDrive

You got "DropBox" and "Google Drive" but not SkyDrive. Any reason WHY??

Is there any plan to make it available soon?

I use SkyDrive for most of my PowerShell material and would like to stay with it.

:)

Thanks,
Maximo Trinidad