Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 222135 Details for
Bug 390850
NLS Tool and Search+Replace does not update the target text editor with new state
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
patch for Silenio to review
patch390850.txt (text/plain), 975 bytes, created by
libing wang
on 2012-10-10 13:40:00 EDT
(
hide
)
Description:
patch for Silenio to review
Filename:
MIME Type:
Creator:
libing wang
Created:
2012-10-10 13:40:00 EDT
Size:
975 bytes
patch
obsolete
>diff --git a/bundles/org.eclipse.orion.client.editor/web/examples/textview/textStyler.js b/bundles/org.eclipse.orion.client.editor/web/examples/textview/textStyler.js >index 1efd199..a779ea6 100644 >--- a/bundles/org.eclipse.orion.client.editor/web/examples/textview/textStyler.js >+++ b/bundles/org.eclipse.orion.client.editor/web/examples/textview/textStyler.js >@@ -534,10 +534,9 @@ > if (view) { > var model = view.getModel(); > if (model.getBaseModel) { >- model.getBaseModel().removeEventListener("Changed", this._listener.onChanged); >- } else { >- view.removeEventListener("ModelChanged", this._listener.onChanged); >+ model = model.getBaseModel(); > } >+ model.removeEventListener("Changed", this._listener.onChanged); > view.removeEventListener("MouseDown", this._listener.onMouseDown); > view.removeEventListener("Selection", this._listener.onSelection); > view.removeEventListener("Destroy", this._listener.onDestroy);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 390850
: 222135