Search found 108 matches

by gmichaud
Tue Jul 12, 2022 12:16 pm
Forum: Former and Future Customers - Questions
Topic: tooltip on syntax error?
Replies: 10
Views: 5541

Re: tooltip on syntax error?

This is my second post that somehow ended up is the wrong forum. Sorry about that, but I was SURE i selected the primalscript forum.

I'll be more careful in the future!
by gmichaud
Tue Jul 12, 2022 12:12 pm
Forum: Former and Future Customers - Questions
Topic: tooltip on syntax error?
Replies: 10
Views: 5541

tooltip on syntax error?

Product: PrimalScript (64 Bit) Build: v8.0.168 OS: Windows 10 Pro (64 Bit) Build: v10.0.19044 I know PrimalScript used to display a tooltip on a (vbscript) syntax error, but I have not seen it do this in the past few versions. Is it still supposed to do this? It seemed to stop doing it a couple year...
by gmichaud
Mon Jul 11, 2022 10:16 am
Forum: Former and Future Customers - Questions
Topic: powershell syntax @{} confuses code folding
Replies: 5
Views: 3345

powershell syntax @{} confuses code folding

Product: PrimalScript (64 Bit) Build: v8.0.168 OS: Windows 10 Pro (64 Bit) Build: v10.0.19044 This code shows the problem: function TestFold { $hash = @{ } $hash.Add("Item 1", '-') } The @ seems to hide the opening { so the accompanying } ends the function leaving the rest of the code as '...
by gmichaud
Mon Mar 02, 2020 2:41 pm
Forum: PrimalScript
Topic: PrimalScript 2020 crashes
Replies: 13
Views: 8300

Re: PrimalScript 2020 crashes

had another crash on my VM with no error. only warning was a brief 2 or 3 second freeze, blue circle for a second, then the window disappeared. Events from app event log attached ps-Crash2.zip I've also noticed odd behavior when an open file is updated externally. Primalscript asks to reload it, and...
by gmichaud
Mon Feb 24, 2020 1:33 pm
Forum: PrimalScript
Topic: PrimalScript 2020 crashes
Replies: 13
Views: 8300

Re: PrimalScript 2020 crashes

The VM is
OS: Windows 10 Pro (64 Bit)
Build: v10.0.17763
4GB memory, 4 CPUs

My desktop is a Dell workstation,
OS: Windows 10 Pro (64 Bit)
Build: v10.0.18363
48GB memory, 2x6Core hyperthreading, so 24 CPUs.
by gmichaud
Thu Feb 20, 2020 2:27 pm
Forum: PrimalScript
Topic: PrimalScript 2020 crashes
Replies: 13
Views: 8300

Re: PrimalScript 2020 crashes

i can dig up an old batch file if you want to reminisce. We have a group that still uses them :-)

Parser...like parsing for variables?? I've seen it occasionally get confused when highlighting variables and constants. we use a LOT of variables and constants!
by gmichaud
Thu Feb 20, 2020 2:17 pm
Forum: PrimalScript
Topic: PrimalScript 2020 crashes
Replies: 13
Views: 8300

Re: PrimalScript 2020 crashes

I should note that the script in the ZIP is not the EXACT script that was open during the crash. For one thing, i lost edits when it crashed, so the 'active' script was essentially lost. The zip file has almost the identical script from a VM where i do most of my development. It is the VM that froze...
by gmichaud
Thu Feb 20, 2020 2:11 pm
Forum: PrimalScript
Topic: PrimalScript 2020 crashes
Replies: 13
Views: 8300

Re: PrimalScript 2020 crashes

Attached is the script.
SpaceOnDisk.zip
(138.44 KiB) Downloaded 173 times
by gmichaud
Thu Feb 20, 2020 2:03 pm
Forum: PrimalScript
Topic: PrimalScript 2020 crashes
Replies: 13
Views: 8300

Re: PrimalScript 2020 crashes

I just caught it frozen on a VM. It's using a full CPU. Frozen for about an hour. gonna have to kill it...
Screenshot - 2_20_2020 , 3_25_38 PM.png
Screenshot - 2_20_2020 , 3_25_38 PM.png (59.18 KiB) Viewed 4032 times
by gmichaud
Thu Feb 20, 2020 12:19 pm
Forum: PrimalScript
Topic: PrimalScript 2020 crashes
Replies: 13
Views: 8300

PrimalScript 2020 crashes

Product: PrimalScript (64 Bit) Build: v7.6.137 OS: Windows 10 Pro (64 Bit) Build: v10.0.18363 I've seen primalscript 'white out' (freeze) many times, but it usually comes back within about 20 seconds. This time it froze for several seconds and the window just disappeared with no error. I've attached...