Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Handly/New and Noteworthy/1.3

< Handly‎ | New and Noteworthy
Revision as of 09:27, 12 March 2020 by Unnamed Poltroon (Talk) (Created page with "__NOTOC__ == New & Noteworthy for Eclipse Handly 1.3 == There are no breaking changes in this release. === Enhancements to Snapshot Implementations === This release brings...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


New & Noteworthy for Eclipse Handly 1.3

There are no breaking changes in this release.

Enhancements to Snapshot Implementations

This release brings significant enhancements to the provided snapshot implementations. In particular:

  • TextFileBufferSnapshot expiration policy has been enhanced to minimize the number of cases where a snapshot expires, so a buffer change could be properly undone (559424)
  • Equality prediction has been enhanced across the provided snapshot implementations to minimize the number of cases where the actual comparison of snapshot contents is needed to determine snapshot equality (559534)

Support for Source Files Backed by IFileStore

In addition to the existing support for source files backed by IFile, this release introduces similar support for source files backed by IFileStore (560311)

Other Enhancements

  • New API method IBuffer.getAnnotationModel() has been provided (560416)
  • The outdated "LSP Example" has been removed (559535)
  • Xtext 2.21 is now supported

Full List of Issues Addressed in This Release

 1.3 - https://projects.eclipse.org/projects/technology.handly/releases/1.3/bugs

Back to the top