Skip to content
Eyal Allweil edited this page Sep 14, 2016 · 5 revisions

TODOs

Functional

  • Complete syntax check
  • Alias use highlighting
  • Adding Java UDF calls to the existing Java "find references" (ctrl+shit+g)
  • Separate the preferences page into sub pages or subsections
  • Fix bug with multi-line comments

Non-functional

  • better logging information
  • tests of some kind
  • use a single file to define Pig version rather than several

Past Releases

1.1.2 / September 13th, 2016

  • Pig 0.15 and 0.16 support
  • fixed problem with auto complete on Macs
  • added tooltips for some reserved words (taken from the Pig documentation)
  • added "backup" tooltips for built in functions (when Pig jar is not in Eclipse workspace)

1.1.1 / June 24th, 2015

  • toggle comment added (ctrl+shift+c) - to comment/uncomment a block using
  • find references added (ctrl+shift+g) - preliminary implementation, to find usages of macros

1.1.0 / March 29th, 2015

  • Pig 0.14 support
  • Smarter auto-complete (macros, relations, define targets, and UDFs that are in context)
  • Macro / UDF information (javadocs) in tooltips
  • F3 "Open definition" functionality for macros / udf calls

1.0.4 / December 27th, 2014

  • Pig 0.13 support (choose Pig version in the preferences, but you need to restart Eclipse and reopen files to see the difference)
  • Basic auto-complete. Pig-Eclipse will suggest keywords and built-in functions, sorted alphabetically. You can choose whether you want upper case or lower case keywords in the preferences)

1.0.3 / November 14th, 2014

  • Pig 0.12 support (choose Pig version in the preferences, but you need to restart Eclipse and reopen files to see the difference)
  • Bracket matching

1.0.2 / October 29th, 2014

  • Case sensitivity for built-in functions
  • Preferences page where you can modify the color scheme

1.0.1 / October 9th, 2014

  • Updated for Pig 0.11
  • Separate color scheme for keywords, built-in functions and data types
  • Commenting functionality removed.

1.0.0 / July 2009

  • Initial release
  • Simple syntax highlighting
  • comment/uncomment functionality