With the latest service build (7.1.67) of PrimalScript 2015 we introduced a new feature; custom PrimalSense. In the first part of this series we showed you how to create a simple list and what options you have for providing data for these lists. In the second part we showed you how to make these lists […]
Tag: PrimalSense
PrimalScript adds Custom PrimalSense (Part 2: Images and multiple selection)
With the latest service build (7.1.67) of PrimalScript 2015 we introduced a new feature; custom PrimalSense. In the first part of this series we showed you how to create a simple list and what options you have for providing data for these lists. If you missed the post, click here. If your list has just […]
PrimalScript adds Custom PrimalSense (Part 1: Basic lists and static data)
With the latest service build (7.1.67) of PrimalScript 2015 we introduced a new feature; custom PrimalSense. While many items in a script can be determined dynamically based on context and offered as a selection in a list, there are equally as many items that are tied to your specific environment or your business logic. There […]
PowerShell Studio 2015 – What’s new?
The new version of PowerShell Studio is upon us. All major releases are included as a free upgrade for those with an active subscription. PowerShell Studio 2015 We worked hard on overhauling the parser and other internal systems so that we can implement your requested features and improve the overall editing experience in PowerShell […]
PowerShell Studio: PrimalSense for Object Constructors
In the last service release (v3.1.13), we expanded PowerShell Studio’s PrimalSense. Now when you use the New-Object’s ArgumentList parameter, PowerShell Studio will automatically display the list of possible constructors for the given object type: In addition, you can tab insert the constructor parameters in a similar fashion to the previously announced method completion feature: […]
Extending PrimalSense for external PowerShell snapins
Getting PrimalSense for a COM object that you didn’t have installed on your development machine is fairly simple: Copy the TLB file (type library) to you machine, associate it to a progid and you are all set. With PowerShell Cmdlets it is not quite that easy. Say you have to use a snapin that is […]
PrimalXML 2009 Ready for Beta
PrimalXML is now available for beta testing as part of our 2009 lineup of new tools. PrimalXML is the must have tool for the user who needs to interact with XML but isn’t necessarily an expert XML developer. PrimalXML document formatting and color coded syntax makes XML viewing and editing even easier. At the touch […]
PrimalScript 2009 and SQL
PrimalScript 2009 has expanded its support for SQL in several major ways. Primary among these are the addition of SQL PrimalSense and the ability to edit and save stored procedures directly within a database. Let’s take a quick look at some of these new features. Before you can work with SQL, you should first create […]
Better Sense for PowerShell
PrimalScript 2007 build 566 (free to current PrimalScript 2007 owners – log into my.sapien.com to download) includes significant updates to the product’s "PrimalSense" code-hinting and completion feature. For starters, you’ll now get PrimalSense for COM component ProgIDs when using the New-Object cmdlet to instantiate COM components – much like the PrimalSense VBScripters have had with […]