<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 08/29/2014 12:11 PM, Angelo zerr
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAKLdLg8ZMtrMLVOeUrcKhF05hTryaTGc49_onvTTcFdOp-5x6g@mail.gmail.com"
      type="cite">
      <div dir="ltr">Hi guys,
        <div><br>
        </div>
        <div>I would like to know if you have tested AngularJS 0.5.0 and
          if it works for you (highlight, completion etc).</div>
        <div><br>
        </div>
        <div>If it works, Iwould liek to remove code which create DOM
          for Angular with custom JFlex. See&nbsp;<a moz-do-not-send="true"
            href="https://github.com/angelozerr/angularjs-eclipse/issues/84">https://github.com/angelozerr/angularjs-eclipse/issues/84</a></div>
        <div><br>
        </div>
        <div>Many thank's for your answer!</div>
        <div><br>
        </div>
        <div>Regard's Angelo</div>
      </div>
      <div class="gmail_extra"><br>
      </div>
    </blockquote>
    <br>
    Angelo,<br>
    <br>
    We've tested AngularJS v. 0.5.0.201408281218 and it works well for us.<br>
    <br>
    Thanks!<br>
    <br>
    Victor<br>
    <br>
    <blockquote
cite="mid:CAKLdLg8ZMtrMLVOeUrcKhF05hTryaTGc49_onvTTcFdOp-5x6g@mail.gmail.com"
      type="cite">
      <div class="gmail_extra"><br>
        <div class="gmail_quote">2014-08-27 11:13 GMT+02:00 Angelo zerr
          <span dir="ltr">&lt;<a moz-do-not-send="true"
              href="mailto:angelo.zerr@gmail.com" target="_blank">angelo.zerr@gmail.com</a>&gt;</span>:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div dir="ltr">Hi Max,
              <div><br>
              </div>
              <div>Many thank's for your answer.</div>
              <div class="gmail_extra"><br>
                <br>
                <div class="gmail_quote">
                  2014-08-27 10:17 GMT+02:00 Max Rydahl Andersen <span
                    dir="ltr">&lt;<a moz-do-not-send="true"
                      href="mailto:manderse@redhat.com" target="_blank">manderse@redhat.com</a>&gt;</span>:
                  <div class=""><br>
                    <blockquote class="gmail_quote" style="margin:0px
                      0px 0px
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
                      <div>On 25 Aug 2014, at 11:22, Angelo zerr wrote:<br>
                        <br>
                        <blockquote class="gmail_quote"
                          style="margin:0px 0px 0px
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hi
                          all,<br>
                          <br>
                          I have done a big refactoring for AngularJS
                          Eclipse 0.5.0-SNAPSHOT to<br>
                          support highlight inside HTML and JSP (or
                          other editor) and custom markup<br>
                          interpolation by removing my custom DOM
                          Document for Angular. Now I use<br>
                          standard DOM SSE Document (So I have remove
                          the AngularJS too).<br>
                          <br>
                          You can see those features at<br>
                          <a moz-do-not-send="true"
href="https://github.com/angelozerr/angularjs-eclipse/wiki/New-and-Noteworthy-0.5.0"
                            target="_blank">https://github.com/angelozerr/angularjs-eclipse/wiki/New-and-Noteworthy-0.5.0</a><br>
                        </blockquote>
                        <br>
                      </div>
                      This looks fantastic Angelo! Thats what I was
                      taking about initially - happy to see it<br>
                      seem to be possible.</blockquote>
                    <div><br>
                    </div>
                  </div>
                  <div>Glad those features please you!</div>
                  <div><br>
                  </div>
                  <div>I'm waiting for that Victor tests 0.5.0 and afler
                    that I will remove
                    "org.eclipse.angularjs.core.angularsource" to clean
                    code . See&nbsp;<a moz-do-not-send="true"
                      href="https://github.com/angelozerr/angularjs-eclipse/issues/84"
                      target="_blank">https://github.com/angelozerr/angularjs-eclipse/issues/84</a></div>
                  <div>After that I would like to create a new release
                    (when Pascal will have time).</div>
                  <div><br>
                  </div>
                  <div>I have implemented JSP Validator for AngularJS
                    Eclipse but my code is very ugly (I had to
                    copied/pasted the original JSP Validator to ignore
                    angular elements/attributes errors-()</div>
                  <div>To fix that, WTP Validator should provide an
                    extension point to ignore validation.&nbsp;</div>
                  <div><br>
                  </div>
                  <div>I have explained the problem at&nbsp;<a
                      moz-do-not-send="true"
href="https://github.com/angelozerr/angularjs-eclipse/issues/80#issuecomment-53044063"
                      target="_blank">https://github.com/angelozerr/angularjs-eclipse/issues/80#issuecomment-53044063</a></div>
                  <div><br>
                  </div>
                  <div>Hope WTP will provide this extension point.</div>
                  <div><br>
                  </div>
                  <div>After 0.5.0, I have a lot of idea like managing
                    JS completion, hyperlink, hover, validation inside
                    string for templateUrl (and other thing) :&nbsp;</div>
                  <div><br>
                  </div>
                  <div>------------------------------------------------------------------<br>
                  </div>
                  <div>
                    <div>app.directive('productTitle',function(){</div>
                    <div><span style="white-space:pre-wrap"> </span>return
                      {</div>
                    <div><span style="white-space:pre-wrap"> </span>restrict:
                      'E',</div>
                    <div><span style="white-space:pre-wrap"> </span>templateUrl:
                      // here Ctrl+Space shows list of HTML files</div>
                    <div><span style="white-space:pre-wrap"> </span>};</div>
                    <div><span style="white-space:pre-wrap"> </span>});</div>
                  </div>
                  <div>------------------------------------------------------------------<br>
                  </div>
                  <div><br>
                  </div>
                  <div>Tern must be improved to support that, there is a
                    guy who is developping tern-closure who does some PR
                    to Tern (that's very cool)</div>
                  <div><br>
                  </div>
                  <div>Intellij does that, I would like to support it.</div>
                  <div class="">
                    <div><br>
                    </div>
                    <blockquote class="gmail_quote" style="margin:0px
                      0px 0px
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
                      <div><br>
                        <br>
                        <blockquote class="gmail_quote"
                          style="margin:0px 0px 0px
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Before
                          cleaning my code by removing the custm DOM
                          Document for Angular (for<br>
                          the moment I have marked the code as
                          deprecated), I would like to know if<br>
                          some people could test AngularJS Eclipse
                          0.5.0-SNAPSHOT (check that<br>
                          highlight, completion, hover, hyperlink works
                          inside angular expression<br>
                          inside HTML and JSP).<br>
                        </blockquote>
                        <br>
                      </div>
                      Victor should be looking at verifying this version
                      with our jboss tools usage today so<br>
                      I hope he will be able to give some feedback this
                      week.<br>
                    </blockquote>
                    <div><br>
                    </div>
                  </div>
                  <div>Great.&nbsp;</div>
                  <div class="">
                    <blockquote class="gmail_quote" style="margin:0px
                      0px 0px
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><br>
                      If things pan out we'll try integrate this version
                      for our upcoming CR1 freeze tomorrow.</blockquote>
                    <div><br>
                    </div>
                  </div>
                  <div>Have a nice day.&nbsp;</div>
                  <div class="">
                    <blockquote class="gmail_quote" style="margin:0px
                      0px 0px
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
                      <div><br>
                        <br>
                        <blockquote class="gmail_quote"
                          style="margin:0px 0px 0px
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Many
                          thank's for your help.<br>
                          <br>
                          Hope you will like this new features.<br>
                        </blockquote>
                        <br>
                      </div>
                      I definitely do ;)<br>
                      <br>
                      /max<br>
                      <a moz-do-not-send="true"
                        href="http://about.me/maxandersen"
                        target="_blank">http://about.me/maxandersen</a><br>
                    </blockquote>
                  </div>
                </div>
                <br>
              </div>
            </div>
          </blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
jbosstools-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:jbosstools-dev@lists.jboss.org">jbosstools-dev@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/jbosstools-dev">https://lists.jboss.org/mailman/listinfo/jbosstools-dev</a></pre>
    </blockquote>
    <br>
  </body>
</html>