Bug 444387 - provide onSaving, inputChanged callbacks from the textView (was: Provide an orion.edit.input service)
Summary: provide onSaving, inputChanged callbacks from the textView (was: Provide an o...
Status: RESOLVED FIXED
Alias: None
Product: Orion (Archived)
Classification: ECD
Component: Editor (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 8.0   Edit
Assignee: Michael Rennie CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 432940
  Show dependency tree
 
Reported: 2014-09-17 11:49 EDT by Michael Rennie CLA
Modified: 2014-11-07 11:20 EST (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 2014-09-17 11:49:09 EDT
Much like the orion.edit.model service that allows plugins to be notified of changes to the current text model, we should also provide an orion.edit.input service that would allow plugins to listen to the input manager.

https://wiki.eclipse.org/Orion/Documentation/Developer_Guide/Plugging_into_the_editor#orion.edit.model
Comment 1 Michael Rennie CLA 2014-10-30 12:30:09 EDT
Chatting with Silenio, it would make more sense to provide input manager events via the existing model service vs. build out another service
Comment 2 Michael Rennie CLA 2014-11-07 11:17:56 EST
Fix: 

http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=e50368f57b9b4c7bcefe50976e8b4a37052c1d6b

the input manager does not fire a 'Saved' event, adjusted the title accordingly.