Search found 45 matches

by pringtef
Sun Oct 11, 2015 12:59 pm
Forum: PowerShell Studio
Topic: PSBuild Compiler Question
Replies: 4
Views: 3349

PSBuild Compiler Question

Hello folks, Product : PowerShell Studio 2015 OS : Win2K12+ I'm doing commits to GIT which then start a set of scripts which run a set of tests before my projects are deployed. For 90% of stuff, this is fine, because it's all raw powershell code. Some projects involve me delivering an exe file thoug...
by pringtef
Fri Oct 02, 2015 1:27 am
Forum: PowerShell Studio
Topic: 'New' constructor only visible via new-object
Replies: 2
Views: 2603

'New' constructor only visible via new-object

I typically create new objects using the format [class]::new() Constuctors don't appear to be visible in either the object browser or via the above format. e.g. $obj = [System.Numerics.Vector2]::new(4, 5) Is valid code, but primalsense and the object browser do not show the new constructor(s). Howev...
by pringtef
Mon Sep 28, 2015 6:41 am
Forum: Wish List and Feature Requests
Topic: PowerShell Studio - Multi Monitor Support
Replies: 2
Views: 3498

Re: PowerShell Studio - Multi Monitor Support

Hi David,

Apologies for the delay in replying.

Thanks for the tips. I'll look into getting this setup.

cheers,

Tim
by pringtef
Thu Sep 10, 2015 5:08 am
Forum: Wish List and Feature Requests
Topic: PowerShell Studio - Multi Monitor Support
Replies: 2
Views: 3498

PowerShell Studio - Multi Monitor Support

I know that the main window can be extended over two monitors, but it would be great if there was more multi-monitor functionality for each of the components. Would also be great to be able to actually save this configuration as a layout for future use. Scenarios :- Pinning items like Objector Brows...
by pringtef
Thu Aug 06, 2015 10:26 am
Forum: PowerShell Studio
Topic: Cursor location lost switching between script and form view
Replies: 2
Views: 1348

Re: Cursor location lost switching between script and form v

That's be great. It's not such a biggie, more a slight annoyance when coding stuff at the beginning when you're referring to the dialogs a bit more than usual.

Thanks for the quick response!

Tim
by pringtef
Thu Aug 06, 2015 5:10 am
Forum: PowerShell Studio
Topic: Cursor location lost switching between script and form view
Replies: 2
Views: 1348

Cursor location lost switching between script and form view

Bit of a strange one to describe! With my projects, if i switch between a form in script view and form in designer view and back, the cursor position is lost. This only happens when the position of the cursor was at the bottom of the screen, and there is more than one screensworth of code I've OS : ...
by pringtef
Sat Sep 06, 2014 1:19 pm
Forum: PowerShell Studio
Topic: Developing add-ins for PowerShell Studio
Replies: 3
Views: 2631

Re: Developing add-ins for PowerShell Studio

Thanks David
by pringtef
Fri Sep 05, 2014 2:34 pm
Forum: PowerShell Studio
Topic: Developing add-ins for PowerShell Studio
Replies: 3
Views: 2631

Re: Developing add-ins for PowerShell Studio

Oops, sorry, other info

PowerShell Studio 2014 (x64)
Windows 8.1/Server 2012R2 (x64)
by pringtef
Fri Sep 05, 2014 2:17 pm
Forum: PowerShell Studio
Topic: Developing add-ins for PowerShell Studio
Replies: 3
Views: 2631

Developing add-ins for PowerShell Studio

Hello,

I did a bit of searching, but not able to find an answer to this one.

Is it possible to develop add-ins for PowerShell Studio itself, like you can in the Windows ISE. For example, to add menu items that are linked to scripts or executables?

thanks,

Tim
by pringtef
Thu Dec 12, 2013 10:47 am
Forum: PowerShell Studio
Topic: Powershell Console - Is it interactive
Replies: 2
Views: 2374

Re: Powershell Console - Is it interactive

Thanks David