Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 464538 - Plugins should be able to pass an object of data into annatations
Summary: Plugins should be able to pass an object of data into annatations
Status: RESOLVED FIXED
Alias: None
Product: Orion
Classification: ECD
Component: Editor (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 9.0   Edit
Assignee: Michael Rennie CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 428429
  Show dependency tree
 
Reported: 2015-04-13 13:30 EDT by Michael Rennie CLA
Modified: 2015-04-13 16:19 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Rennie CLA 2015-04-13 13:30:13 EDT
It would be useful if plugins could pass in an object of data to an annotation that they could later use.

For example in JavaScript we are working on a linting rule to detect missing NON-NLS comments for string literals. During the linting pass we compute all the infos we need to fix the problem, and would like to pass that along rather than take a huge performance hit later when trying to apply the fix (and have to compute that info all over again).