Community
Participate
Working Groups
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).
Fixed in: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=03c8fdfd354f1d235033dc5026a799907b8a9538 Updated wiki: https://wiki.eclipse.org/Orion/Documentation/Developer_Guide/Plugging_into_the_editor#The_Problem_object