Search found 29 matches

by PeterW
Thu Oct 11, 2012 7:12 pm
Forum: PrimalScript
Topic: PrimalScript 2012 6.5.132 will make Edit default for .vbs
Replies: 3
Views: 3060

PrimalScript 2012 6.5.132 will make Edit default for .vbs

Updating to 6.5.132 caused .vbs files to open with Edit (ie primalscript) by default. Having a vbscript file as login script, a login causes primalscript to start. I know how to correct that, but it should not have happened. Just selected Complete install.
Beware of this behaviour.
Cheers,
Peter
by PeterW
Mon Sep 17, 2012 9:20 pm
Forum: Wish List and Feature Requests
Topic: PrimalMerge 2012 sync anchor points
Replies: 1
Views: 1800

PrimalMerge 2012 sync anchor points

I find PrimalMerge a valuable tool, in particular to show what code changed in an update of a script.
It would be nice if it was possible to insert "sync" points, lines of code that are "anchor" points for PrimalMerge to re-start a compare.
by PeterW
Wed May 02, 2012 1:36 am
Forum: PrimalScript
Topic: 2012 upgrade path
Replies: 7
Views: 4315

2012 upgrade path

Nothing complicated, see:


This allows you to save in a xml file.
Happy coding!
by PeterW
Wed May 02, 2012 12:48 am
Forum: PrimalScript
Topic: 2012 upgrade path
Replies: 7
Views: 4315

2012 upgrade path

A rather easy solution: Export all settings from the old version, export all settings from the new version. User PrimalMerge to pinpoint the differences between the two xml files and merge your custom settings where needed. Import the merged settings in the new version. I agree that it would be nice...
by PeterW
Mon Apr 30, 2012 11:41 pm
Forum: PrimalScript
Topic: Object Browser on PowerShell
Replies: 10
Views: 4748

Object Browser on PowerShell

Thanks, the 6.5.120 version solved it all.
The changes introduced some cosmetic problems in the webbrowser part. That interface can remain even in script editing:




For me that is no issue, in normal usage the webbrowser part is not used.
Thanks again for the object browser fix.
by PeterW
Thu Apr 26, 2012 8:47 pm
Forum: PrimalScript
Topic: Object Browser on PowerShell
Replies: 10
Views: 4748

Object Browser on PowerShell

Fair enough, i waited for cahchebuilder to finish and the "cache was not found message" is gone.
Source of BSonPosh module:
http://archive.msdn.microsoft.com/bsonposh
http://bsonposh.com/
You probably found that as well.
When needed i can remove that module.
by PeterW
Thu Apr 26, 2012 8:26 pm
Forum: PrimalScript
Topic: Object Browser on PowerShell
Replies: 10
Views: 4748

Object Browser on PowerShell

Emptying the cache leads to a predictable: ...CachedData 2012PowerShell32.Cmdlet.Cache was not found. Each time you try to expand PowerShell in the Object browser it adds a 32 Bit entry: Looking at the cache folder again: Directory of C:Documents and SettingsAll UsersApplication DataSAPIENCachedData...
by PeterW
Wed Apr 25, 2012 7:12 pm
Forum: PrimalScript
Topic: Object Browser on PowerShell
Replies: 10
Views: 4748

Object Browser on PowerShell

That folder exists and has: 25/04/2012 09:33 14,901 PowerShell32.Alias.Cache25/04/2012 09:33 432,574 PowerShell32.Cmdlet.Cache25/04/2012 09:33 475 PowerShell32.Modules.Cache25/04/2012 09:33 0 PowerShell32.Snapins.Cache25/04/2012 09:33 1,111,952 PowerShell32.Syntax.Cache 6 File(s) 1,559,902 bytesThe ...
by PeterW
Wed Apr 25, 2012 1:45 am
Forum: PrimalScript
Topic: Object Browser on PowerShell
Replies: 10
Views: 4748

Object Browser on PowerShell

Language: PowerShell(or any), OS: Windows XP sp3 2GB, PrimalScript 2012 6.5.119, Hardware: Dell optiplex 755 Object Browser, select PowerShell -> problem (like: instruction at xxblaxx referenced memory at 0x0000000. The memory could not be "written", Ok to terminate) Once had an immediate ...
by PeterW
Tue Mar 13, 2012 9:15 pm
Forum: PrimalScript
Topic: PrimalS gets confused by ` in Powershell
Replies: 3
Views: 1958

PrimalS gets confused by ` in Powershell

Sorry, forget this post, i am unable to reproduce the issue. The code was: $objRange.Formula = "=IF(G1=1,`"IN`",`"OUT`")" Cannot make it fail anymore. There was another moment when PrimalScript was getting unresponsive during code input, obviously trying to figure out h...