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 235730 Details for
Bug 417864
HTML content assist broken
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]
fix
file_417864.txt (text/plain), 725 bytes, created by
Silenio Quarti
on 2013-09-23 15:37:16 EDT
(
hide
)
Description:
fix
Filename:
MIME Type:
Creator:
Silenio Quarti
Created:
2013-09-23 15:37:16 EDT
Size:
725 bytes
patch
obsolete
>diff --git a/bundles/org.eclipse.orion.client.editor/web/orion/editor/htmlContentAssist.js b/bundles/org.eclipse.orion.client.editor/web/orion/editor/htmlContentAssist.js >index f1de384..a2914eb 100644 >--- a/bundles/org.eclipse.orion.client.editor/web/orion/editor/htmlContentAssist.js >+++ b/bundles/org.eclipse.orion.client.editor/web/orion/editor/htmlContentAssist.js >@@ -122,7 +122,7 @@ > > HTMLContentAssistProvider.prototype.getPrefix = function(buffer, offset, context) { > var index = offset; >- while (index && /[A-Za-z<]/.test(buffer.charAt(index - 1))) { >+ while (index && /[A-Za-z0-9<]/.test(buffer.charAt(index - 1))) { > index--; > if (buffer.charAt(index) === "<") { //$NON-NLS-0$ > break;
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 417864
: 235730