Install Instructions (first time)
Load the .RSA file into your M implementation, and run ^XV.
Upgrade Instructions (from v13-15)
If you are upgrading from v13-15, make sure no users are in VPE. Load the .RSA file into your M implementation. Outside of VPE, run DO UPGRADE^XV
. Then DO ^XV
to start.
Upgrade Instructions (from v12 and earlier)
Load the .RSA file. Run ^XV. Exit VPE (H) and at the MUMPS prompt (not while in VPE) enter the following:
M ^XVEMS("ID")=^%ZVEMS("ID")
M ^XVEMS("QU")=^%ZVEMS("QU")
You can still run the old VPE v12 using X ^%ZVEMS; as the new VPE runs in a different namespace.
ESC-R on Tags Warning
Due to issue #63, if you edit a routine and use ESC-R to jump to tags, you will not be able to save the routine if you make changes to it as VPE thinks another copy is open. We were asked by Greg to include this information in the release notes until we can get this fixed. This is not a new problem in this release; it has been a problem since version 14.0.
Authors for version 15.2
Sam Habiel (SMH) & David Wicksell (DLW)
Major Improvements in 15.2
- In ..E/..VRR, provide a dynamically updated [TAG+OFFSET^ROUTINE] display
- First line routine format update to comply with latest SAC
- Syntax Higlighting Caché Terminal Support and bug fixes
- XINDEX now indexes buffer copy, not saved copy, of routine
- Prompt (>>) does not get to timeout anymore
- ESC-G/VGL Fixes/Improvements
- ESC-R fixes
- UPGRADE^XV for automated upgrade of VPE between versions
- Lots of other fixes
For full details, see the Changes.md file at the root of the repository.