-
Notifications
You must be signed in to change notification settings - Fork 5
Releases and Plans
Eyal Allweil edited this page Sep 14, 2016
·
5 revisions
- 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
- better logging information
- tests of some kind
- use a single file to define Pig version rather than several
- 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)
- 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
- 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
- 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)
- 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
- Case sensitivity for built-in functions
- Preferences page where you can modify the color scheme
- Updated for Pig 0.11
- Separate color scheme for keywords, built-in functions and data types
- Commenting functionality removed.
- Initial release
- Simple syntax highlighting
- comment/uncomment functionality