Want to see some more from iPowerShell Pro V3? Well here you go! On the PSWA console screen, tap the Scripts button to get a list of scripts on the server. Tap the chevron on the right of the script name to edit the script. Press Save when done, then tap the script name to […]
Category: Feature Peek
iPowerShell Pro: Sneak Peek Part 1
What’s in store for the next version of iPowerShell Pro? Can you say Enhanced PowerShell Web Access? Check out the screen shots below: Figure 1 below shows what PSWA looks like on a tablet through iPowerShell Pro. Tap the cmdlet button to bring up a list of cmdlets. Tap a cmdlet to bring up its […]
Using GIT, Subversion and Mercurial with PrimalScript 2012
For quite some time we have been asked to add support for the aforementioned version control systems to PrimalScript. But every time we looked into it, the API changed or the preferred system du jour changed. We didn’t want to add support for too many API’s that get potentially outdated fast. But most importantly, many […]
Reference highlighting in PrimalScript 2012
You have asked for it, here it is. With this new service build of PrimalScript 2012 (6.5.136) you get reference highlighting. For those of you not familiar with this functionality, read on. Basically if you double click on an identifier, be it a function, variable, member etc. that identifier gets selected. Nothing exciting about that. […]
Feature Peek PrimalScript 2011: Really really big files
Sometimes we have to look at files with a size that far exceeds anything a regular code editor can handle. After all, source files of any language usually don’t venture north of a few hundred KB. I am sure there are some slightly bigger, so please don’t make this a contest about who has the […]
Feature Peek PrimalScript 2011: Debugging with arguments
Many of the scripts you develop use command line arguments to specify data that needs to be passed to the script. In a production environment these parameters usually change for each invocation of a script. For debugging however most developers use a fixed set of test parameters for any given script, which allows you to […]
Feature Peek PrimalForms 2011: Debugger
You saw PrimalScripts 2011’s new PowerShell debugger and now its time to show you the same debugger in PrimalForms 2011. Multi-Platform Support Since PrimalForms 2011 shares the same debugger as PrimalScript, it also supports 32 bit & 64 bit script execution with the option to elevate. Variables Pane View all the session variables and their […]
Feature Peek PrimalScript 2011: New PowerShell Debugger
The PowerShell debugger has been completely rewritten for PrimalScript 2011. Many of the new features are the direct result of requests from you, our users: – The way the debugger executes your script makes sure that all open files are closed, regardless where and when you stop debugging. – You can debug in 32 and […]
Feature Peek 2011: PrimalForms – Form Templates
PrimalForms 2011 will ship with a number of predefined templates that will make things easier for you when creating a GUI for PowerShell. (Fig 1: When you create a new form, a list of templates will appear.) We know some of you will want to create your own reusable templates, so we implemented any […]
Feature Peek PrimalScript 2011: 32/64 bit debugging
You probably already guessed that we did not just stop with executing scripts in either 32 or 64 bit mode. Debugging your scripts in either environment is just as simple. With just the flick of a switch you can launch the 32 or the 64 bit debugger and run, step, examine and probe your variables […]