Skip to content

Releases: MattFryer/Qlik-UltraEdit

QlikView for UltraEdit v2.1

09 Feb 20:01
Compare
Choose a tag to compare

Version 2.1 contains the following minor fixes/functionality:

  • Added the missing keyword IN
  • Added the missing filelist() function
  • Other minor improvements

QlikView for UltraEdit v2.0

02 Oct 22:40
Compare
Choose a tag to compare

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

30 Sep 23:55
Compare
Choose a tag to compare

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