Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] Support for new HTML5 attributes syntax (used by Angular2) for Neon?

Hi Nick,

We talked a bit about this a bit, and I think we can get at least these specific characters in for M7. 

It means that if we have

-------------------------
<ul *ngFor=""
-------------------------

IDOMAttr#getName() will return "*ngFor" instead of returning "ngFor"

and 
-------------------------
<ul [(model)]=""
-------------------------

IDOMAttr#getName() will return "[(model)]" 

etc

If it that, it should be fantastic and I could start to implement completion, validation, hover for Angular2 attributes.

> Additional work will likely be required to achieve adherence to the wording of the spec.
 
What do you mean?

Many thanks to take time to support this issue!

Regard's Angelo

2016-03-10 0:01 GMT+01:00 NICHOLAS SANDONATO <nsandona@xxxxxxxxxx>:
Hi Angelo,
 
We talked a bit about this a bit, and I think we can get at least these specific characters in for M7. Additional work will likely be required to achieve adherence to the wording of the spec.
 
Thanks,
Nick
 
----- Original message -----
From: Angelo zerr <angelo.zerr@xxxxxxxxx>
Sent by: wtp-dev-bounces@xxxxxxxxxxx
To: "General discussion of project-wide or architectural issues." <wtp-dev@xxxxxxxxxxx>
Cc:
Subject: [wtp-dev] Support for new HTML5 attributes syntax (used by Angular2) for Neon?
Date: Mon, Mar 7, 2016 6:42 AM
 
Hi everybody,
 
I would like to know if there could be a chance that Neon could support new HTML attributes syntax used by Angular2 like *ngFor, [click], etc 
 
A bug was created since 2014 https://bugs.eclipse.org/bugs/show_bug.cgi?id=449327 It should fantastic if this support could be available for Neon: I could use it for Angular2 Eclipse https://github.com/angelozerr/angular2-eclipse/issues/1
 
I know you are very busy with other topics, but I post still the question.
 
Many thanks for your answer.
 
Regard's Angelo
_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/wtp-dev
 


_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/wtp-dev


Back to the top