Search found 12 matches

by artisticcheese
Sun Jun 19, 2016 3:06 pm
Forum: Feedback
Topic: Powershell Studio missing the mark
Replies: 1
Views: 4174

Powershell Studio missing the mark

No support for DSC, no support for classes. ISE, Powershell Plus have this support out of the box for free. Needless to say will not be buying any new versions of Powershell studio. Wasted 2 hours trying to figure out why Intellisense does not pick up members of my class thinking I mush be doing som...
by artisticcheese
Tue Apr 26, 2016 8:08 am
Forum: PowerShell Studio
Topic: Bug on high resolution DPI screen
Replies: 2
Views: 2059

Bug on high resolution DPI screen

Product, version and build: Powershell Studio 2016
32 or 64 bit version of product: 64
Operating system: Windows 8.1
32 or 64 bit OS: 64
PowerShell Version: 5.0

When you scale DPI some menus are cut out.
Capture.PNG
Capture.PNG (7.34 KiB) Viewed 2059 times
by artisticcheese
Mon Apr 25, 2016 2:20 pm
Forum: PowerShell Studio
Topic: How do I debug function in Module project?
Replies: 2
Views: 1768

Re: How do I debug function in Module project?

How do I call the function without calling it explicitly below Function itself. I assumed I can dotsource script once in console, then out a breakpoint and then call "Debug" on that script but it does not work.
by artisticcheese
Mon Apr 25, 2016 1:34 pm
Forum: PowerShell Studio
Topic: How do I debug function in Module project?
Replies: 2
Views: 1768

How do I debug function in Module project?

Powershell studio 2016

I created module project and added some scripts into it. I need to debug individual scripts without running entire module. How do I do that? I put breakpoints into functions but those are not being called if I run "Debug".
by artisticcheese
Thu Apr 07, 2016 11:21 am
Forum: PowerShell Studio
Topic: Is there an option to have "remote tab" like ISE has
Replies: 4
Views: 3030

Re: Is there an option to have "remote tab" like ISE has

This seems to be way overcomplicated and not as feature rich as default ISE implementation which does not require any additional steps to setup. Is there a reason it's not available in PS Studio? Is ISE using some properiatary protocols or something?
by artisticcheese
Wed Apr 06, 2016 5:30 pm
Forum: PowerShell Studio
Topic: ValidateSet from DSC resources is not being pulled into designer
Replies: 1
Views: 1777

ValidateSet from DSC resources is not being pulled into designer

Hello, I imported module xDSCResourceDesigner, it has one parameter defined with ValidateSet and I expected UI to give me those choices via Intellisence. It does not work though. Pop up does not appear, same works fine in ISE. [parameter( Mandatory = $true, Position = 1)] [ValidateSet("Uint8&qu...
by artisticcheese
Wed Apr 06, 2016 4:30 pm
Forum: PowerShell Studio
Topic: Is there an option to have "remote tab" like ISE has
Replies: 4
Views: 3030

Is there an option to have "remote tab" like ISE has

Hello,

Trying to find out if it's possible to have RemoteTab like ISE has where you execute scripts against remote computers and see results in their own dedicated console for each of those sessions.
by artisticcheese
Thu Mar 31, 2016 1:41 pm
Forum: PowerShell Studio
Topic: Is it possible to debug DSC custom resources in PS Studio?
Replies: 1
Views: 1716

Is it possible to debug DSC custom resources in PS Studio?

Hello,

I have 5.2.7 Version of PS Studio and wondering if it's possible to debug DSC Resources or functionality. Anybody has tips or ideas?
by artisticcheese
Tue Mar 01, 2016 12:48 pm
Forum: Wish List and Feature Requests
Topic: PSSC file support
Replies: 2
Views: 2960

PSSC file support

Please add support for PSSC (session configuration files) so they can be developed and deployed like any other files.
by artisticcheese
Tue Jan 05, 2016 1:31 pm
Forum: PowerShell Studio
Topic: How do I access variable from command line after script finished
Replies: 3
Views: 5907

Re: How do I access variable from command line after script finished

Thanks. Is there a way to modify ribbon to have run in console as default Run method?