PrimalScript 2009 includes a nice new feature that helps out in the script development process. You can now select a block of code, right click, and choose Disable Code. This option will do three things to the selected block: it will comment out the selection, wrap the block in a “Disabled Code” region and collapse […]
Tag: PrimalScript 2009
Start Me Up! The PrimalScript 2009 Start Page
So what’s the big deal with a start page? Well, for PrimalScript 2009, we have redesigned our start page to be more helpful and useful. The new start page is divided into 4 sections: Recently Edited Files, Recently Opened Files, Recently Opened Projects and Installed Products. Let’s take a closer look at these sections. The […]
PrimalScript 2009: Bracket Matching
PrimalScript 2009 includes some pretty nifty new bracket matching code to make your scripting life easier. Automatic bracket matching works for {}, [], (), and <>. Simply click the mouse just before an opening bracket or just after a closing bracket and the set will be highlighted. This bracket matching is in addition to the […]
PrimalScript 2009: File Differencing
PrimalScript 2009 includes a new integrated file difference tool that provides more information and syntax colored displays and allows for faster review of individual modifications. Let’s take a look at how this operates. To compare file differences, first open the files you want to view using the Tools | Compare Two Files menu option. Select […]
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 […]