Search found 45 matches

by pringtef
Wed Dec 11, 2013 2:58 am
Forum: PowerShell Studio
Topic: Powershell Console - Is it interactive
Replies: 2
Views: 2374

Powershell Console - Is it interactive

Is the Powershell Console option meant to be interactive or just for display? If not, can this be raised as a feature request to be interactive? This is functionality that is great in the built in ISE with Windows 8/2012, so that if you reach a breakpoint for example, you can then run some commands ...
by pringtef
Wed Oct 09, 2013 12:16 pm
Forum: Wish List and Feature Requests
Topic: Powershell Studio : Feature Request - "XML Primalsense"
Replies: 0
Views: 6360

Powershell Studio : Feature Request - "XML Primalsense"

I believe this is a feature of your PrimalXML product called XML PrimalSense.

Having the capability within PS Studio which would allow parsing of XML files and namespaces that are part of a project.
by pringtef
Wed Oct 09, 2013 12:14 pm
Forum: Wish List and Feature Requests
Topic: Powershell Studio : Feature Request - Pasted Test Formatting
Replies: 0
Views: 6107

Powershell Studio : Feature Request - Pasted Test Formatting

In some circumstances i might have to copy and paste text that is already partially formatted (or completely unformatted) from either a web page or another source, such as notepad. It would be great if all text could be selected and then an 'autoformat' option be made available, which would (a) stri...
by pringtef
Wed Nov 28, 2012 12:06 am
Forum: Wish List and Feature Requests
Topic: Powershell Studio - Create Form Templates
Replies: 2
Views: 2762

Powershell Studio - Create Form Templates

Thanks David, didnt see that.
by pringtef
Thu Nov 22, 2012 6:06 pm
Forum: Wish List and Feature Requests
Topic: Powershell Studio - Create Form Templates
Replies: 2
Views: 2762

Powershell Studio - Create Form Templates

I can create a control set, but it would be great if i could create entire form templates for saving and reuse.
by pringtef
Tue Jun 12, 2012 5:08 pm
Forum: PowerShell Studio
Topic: Database Browser - MSSQL: Timeout expired
Replies: 2
Views: 2514

Database Browser - MSSQL: Timeout expired

Great, thanks for the quick reply David
by pringtef
Tue Jun 12, 2012 3:24 am
Forum: PowerShell Studio
Topic: Database Browser - MSSQL: Timeout expired
Replies: 2
Views: 2514

Database Browser - MSSQL: Timeout expired

Software : Primal Studio V3.0.4OS : Windows 7 SP1 x64Powershell Version : V2Hello,I'm getting a problem which i've traced to when using the database browser with large databases with PrimalStudio & PrimalSQL. I'd previously thought this issue had been resolved, but its still happening.When i cli...
by pringtef
Thu Jun 07, 2012 5:34 am
Forum: PowerShell Studio
Topic: How to Turn Off Auto-Help?
Replies: 4
Views: 3119

How to Turn Off Auto-Help?

Hi David,It's definitely slow at the start, and is then a bit faster, though the main issue i've found is the window popping up every time which i find a bit annoying. I've selected the checkbox and it's working great now. I hadnt tried that option as i thought it meant it was going to use the web i...
by pringtef
Wed Jun 06, 2012 6:20 pm
Forum: PowerShell Studio
Topic: How to Turn Off Auto-Help?
Replies: 4
Views: 3119

How to Turn Off Auto-Help?

Software : Primal Studio V3.0.4OS : Windows 7 SP1 x64Powershell Version : V2I'm trying to find a way to switch off the auto-help function which comes up with any commands that i use, it's annoying for it to appear every time, and also appears to slow down the system.


pringtef2012-06-07 01:22:19
by pringtef
Mon Jun 04, 2012 6:13 pm
Forum: Wish List and Feature Requests
Topic: Powershell Studio 2012 - XML Intellisense
Replies: 2
Views: 2496

Powershell Studio 2012 - XML Intellisense

It's probably best explained from the powershell console. Create a document test.xml with the following text<?xml version="1.0"?> <note> <to>Tim</to> <from>Sapien</from> <heading>More details required</heading> <body>Can you give us an example</body> </note>Start up Powershell, and go to t...