| Summary: | Editor probably needs a destroy method | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Mark Macdonald <mamacdon> |
| Component: | Editor | Assignee: | Silenio Quarti <Silenio_Quarti> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | Silenio_Quarti |
| Version: | 1.0 | ||
| Target Milestone: | 2.0 M1 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Mark Macdonald
Added destroy() and uninstallTextView() APIs. After destroy is called the editor instance should not be used any more. The uninstallTextView() API was added to be symmetrical to installTextView() API. It sends TextViewUninstalled event. The editor text view can be installed/uninstalled multiple times. http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=2733cd6fed8629b9cc1a578e53992edba6da1478 |