Thanks, I added the URL to the readme.txt that I created. But I thought I'd spark their interest faster if they could see the new features listed right in that email (so they don't have to go elsewhere for the info).
For those who might want something similar, here's what I came up with:
Enhancements in PL/SQL Developer 7.1
======================================
- Unicode support for the PL/SQL editor, SQL editor, and object definitions
- Code folding
The PL/SQL Editor now features code folding, which allows you to hide pieces of PL/SQL code you are not currently interested in, or show just the code you are focused on. It generally gives a better overview of complex PL/SQL programs, and makes it easier to identify the code structure.
- Split editing
The PL/SQL Editor allows you to split the editor into 2 parts, so that you can view or edit 2 related code sections in the same program.
- AutoReplace
When enabled, you can define words that are automatically replaced with a replacement text. For example, if you define the word wo with the replacement text "when others then", you can simply type wo to insert that text. You can set up your AutoReplace phrases via Preferences -> User Interface -> Editor.
- SQL Exporter
In addition to the CSV, XML, HTML exporters, you can now also export query results to an SQL file. The resulting file will contain insert statements for the selected records.
- New editor preferences
* Line number interval - display line numbers in PL/SQL and SQL Editors with 1, 5 or 10 interval, or display only the current line number.
* Show line status - Show the line status in the editor margin: yellow = changed, green = new.
* Wrap lines - Wrap long lines when they reach the right margin.
* Allow folding - Allow or disallow PL/SQL code folding.
- Other enhancements
* Text Importer now has an Initializing and Finalizing script.
* Edit > Show Special Characters menu item added to show tabs, spaces, and end-of-lines.
* Command Window SPOOL command now support [APPEND|REPLACE] options.
* Help system switched to HTML Help for Windows Vista compliance.
* License management changed to one-time registration (Help > Register menu item)
* SQL Window "Show gutter" preference and popup menu added