Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 327395

Summary: [language support] Editor doesn't understand E4X namespaces
Product: [WebTools] JSDT Reporter: Matěj Cepl <mcepl>
Component: GeneralAssignee: Project Inbox <jsdt.javascript-inbox>
Status: NEW --- QA Contact: Chris Jaun <cmjaun>
Severity: enhancement    
Priority: P3 CC: cmjaun
Version: unspecified   
Target Milestone: Future   
Hardware: PC   
OS: Linux   
Whiteboard:
Attachments:
Description Flags
screenshot of the wrong highlighting none

Description Matěj Cepl CLA 2010-10-09 17:53:35 EDT
When editing this piece of code:

    post.createtime = new Date(entry.atomNS::updated);
    log.info("post.createtime: " + post.createtime);
    post.id = entry.atomNS::id;
    post.title = entry.atomNS::title;
    post.content = entry.content;
    post.save();
    log.info("post object:" + post.toSource());
    
 Eclipse doesn't recognize namespace:: construct and marks it as an error.
Comment 1 Matěj Cepl CLA 2010-10-09 17:55:35 EDT
Created attachment 180553 [details]
screenshot of the wrong highlighting