Releases: MattFryer/Qlik-UltraEdit
Releases · MattFryer/Qlik-UltraEdit
QlikView for UltraEdit v2.1
QlikView for UltraEdit v2.0
This version is a huge leap from the first release and so has been labelled as a new major release. Some of the new features include:
- Missing keywords added including TABLES, FIELDS and UNTIL
- Store statements, Qualify and Unqualify statements, info loads, mapping loads, join and keep statements are all now identified in the UltraEdit Function List
- REM has been added as a block comment. Note, unlike QlikView, UltraEdit can't apply a REM comment only if it appears at the start of a line and thus REM comments will be highlighted wherever they appear.
- Added UltraEdit templates for commonly used statements and code snippets including:
- Binary load
- Include statement
- Test script
- Environment variables
- Calendar script - Basic
- Calendar script - Basic - From Field
- Set statement
- Let Statement
Script Header Comment
Script Section Comment
QlikView for UltraEdit v1.0
This is the first major release and includes the following changes since the last pre-release version:
- Improved code section folding
- Added missing "GROUP BY" keyword
- Auto-completion of all keywords and functions
- Subroutines and LOAD statements supported in the UE function list
- Other performance improvements