Search found 11 matches

by greatbarrier86
Mon Dec 06, 2010 9:42 pm
Forum: PrimalScript
Topic: Declaring types doesn't to trigger PrimalSense
Replies: 7
Views: 2446

Declaring types doesn't to trigger PrimalSense

Much appreciated Alex. That worked great! :)
by greatbarrier86
Mon Dec 06, 2010 4:52 am
Forum: PrimalScript
Topic: Functions and help boxes
Replies: 0
Views: 1878

Functions and help boxes

I know there are many different ways to write a function in Powershell. Which is the best way in order to show the function arguments in the yellow help box when using the function. I noticed that when they are in the function declaration, they show in the help box. When they are declared using the ...
by greatbarrier86
Mon Dec 06, 2010 3:38 am
Forum: PrimalScript
Topic: Declaring types doesn't to trigger PrimalSense
Replies: 7
Views: 2446

Declaring types doesn't to trigger PrimalSense

Update: the new version fixed the issues i was describing.

Question though, should it expand this?

$oShell = New-Object -ComObject WScript.Shell

I only ask because $oShell. does not expand the primalsense box.
by greatbarrier86
Mon Dec 06, 2010 3:24 am
Forum: PrimalScript
Topic: Declaring types doesn't to trigger PrimalSense
Replies: 7
Views: 2446

Declaring types doesn't to trigger PrimalSense

Sorry for the delay

Windows 7 Professional x32
All .NET Versions including 4.0 (Visual Studio is also installed)
PSInfo.dll version is 2.0.379.27495

Pre-upgrade, PrimalScript version was 5.0.637greatbarrier862010-12-06 11:26:17
by greatbarrier86
Thu Dec 02, 2010 10:24 pm
Forum: PrimalScript
Topic: Declaring types doesn't to trigger PrimalSense
Replies: 7
Views: 2446

Declaring types doesn't to trigger PrimalSense

Hello. I think i'm doing this correctly, but I want to create an object and have primalsense show the members of that object. so i did, [System.Data.SqlClient.SqlConnection] $connection = New-Object "System.Data.SqlClient.SqlConnection" $connectionString But when i type $connection. nothin...
by greatbarrier86
Tue Nov 30, 2010 10:39 pm
Forum: Wish List and Feature Requests
Topic: Indenting with brackets for PoSh
Replies: 0
Views: 2394

Indenting with brackets for PoSh

This may already be on the TODO list, but is it possible to have the text below an open bracket indent as it would in visual studio for C#? Indention makes the code far more readable.
by greatbarrier86
Mon Jan 18, 2010 9:39 pm
Forum: Former and Future Customers - Questions
Topic: Strange Coloring in PowerShell scripts
Replies: 3
Views: 2740

Strange Coloring in PowerShell scripts

That fixed it. Thanks so much Alex.
by greatbarrier86
Thu Jan 14, 2010 4:38 am
Forum: Former and Future Customers - Questions
Topic: Strange Coloring in PowerShell scripts
Replies: 3
Views: 2740

Strange Coloring in PowerShell scripts

It appears that when i browse through my script, the coloring changes randomly on certain areas. Unquoted stuff suddenly displays the quoted font and vice versa. It looks fine when i open it, but when i scroll down and click somewhere within the code, the font and color changes. I scroll to the top ...
by greatbarrier86
Wed Jan 13, 2010 9:20 pm
Forum: Former and Future Customers - Questions
Topic: Should PrimalSense pick up on .net variable types
Replies: 4
Views: 3465

Should PrimalSense pick up on .net variable types

Thank you david. You were correct. Removing the quotes fixed the issue. Thanks so much!
by greatbarrier86
Wed Jan 13, 2010 8:59 pm
Forum: Former and Future Customers - Questions
Topic: Should PrimalSense pick up on .net variable types
Replies: 4
Views: 3465

Should PrimalSense pick up on .net variable types

Sorry for the slow delay. I am referring to PrimalScript. DavidC, i will look at what you mentioned. Perhaps that is all that is necessary.