Bug in PowerShell Studio 2022

Use this forum to ask questions after your subscription maintenance expires or before you buy. Need information on licensing or pricing? Questions about a trial version? This is the right place for you. No scripting questions, please.
Forum rules
DO NOT POST SUBSCRIPTION NUMBERS, LICENSE KEYS OR ANY OTHER LICENSING INFORMATION IN THIS FORUM.
Only the original author and our tech personnel can reply to a topic that is created in this forum. If you find a topic that relates to an issue you are having, please create a new topic and reference the other in your post.
This topic is 1 year and 4 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
User avatar
Fred.Beck
Posts: 2
Last visit: Wed Oct 18, 2023 5:20 pm

Bug in PowerShell Studio 2022

Post by Fred.Beck »

Product: PowerShell Studio 2022 (64 Bit)
Build: v5.8.212
OS: Windows 10 Pro for Workstations (64 Bit)
Build: v10.0.19044.0
-----

Working in the program and found that the following text throws the application into a loop of some kind... probably checking syntax but the end result is the program hangs indefinitely

example in powershell script behind a form
Line was:
write-host "displaying $($something.value)"
I want to change it to:
write-host "displaying $($something.type) $($something.value)"
I go to add the second variable and it dies here as I'm typing in the text:
write-host "displaying $($ $($something.value)"

Type $($ in front of $($x) and it locks right up. Pretty repeatable

Thanks
User avatar
brittneyr
Site Admin
Posts: 1654
Last visit: Wed Mar 27, 2024 1:54 pm
Answers: 39
Been upvoted: 30 times

Re: Bug in PowerShell Studio 2022

Post by brittneyr »

Thank you for reporting. We will look into this and get back to you soon.
Brittney
SAPIEN Technologies, Inc.
User avatar
Fred.Beck
Posts: 2
Last visit: Wed Oct 18, 2023 5:20 pm

Re: Bug in PowerShell Studio 2022

Post by Fred.Beck »

Sure. Hopefully I'm wrong but, might as well mention it!
User avatar
brittneyr
Site Admin
Posts: 1654
Last visit: Wed Mar 27, 2024 1:54 pm
Answers: 39
Been upvoted: 30 times

Re: Bug in PowerShell Studio 2022

Post by brittneyr »

We have been having issues reproducing this behavior.
After typing this, I do get a syntax error in the editor, but the application does not hang.

Are you using V5 or V7?

Can you provide a screenshot of your PrimalSense settings in Options like so:
SPS_OptionsPrimalSense.png
SPS_OptionsPrimalSense.png (29.18 KiB) Viewed 2442 times
Brittney
SAPIEN Technologies, Inc.
This topic is 1 year and 4 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.