It is often desirable to have comments entered in lower case to help
differentiate them from code, however it can be tedious to always have
to shift back to upper case for code. Auto-Case Convert recognizes the
difference between comments and code, and will automatically convert code
to upper case. For example:
'test' ifne 'TEST'
abc andeq DeF
will be converted to:
'test' IFNE 'TEST'
ABC ANDNE DEF
Auto-Tab and Auto-Case working together can dramatically improve productivity. These two alone make THE Editor's Choice indispensable.