facebook

Javascript formatter doesn’t speak jQuery

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #270878 Reply

    daemach
    Member

    I downloaded myEclipse specifically to try out the source formatting feature. It blows up telling me I’m missing a : in a property ID on line 946. 945 and 946 look like this:

    this.parentCol = jQuery(this.root.colgroup).children()[this.index];
    jQuery(ele).addClass(“sortable”).css(“cursor”,”pointer”).bind(“click”,this,function(e){ e.data.sortColumn(e,this); });

    It’s perfectly valid code, and runs perfectly even with minification/packing.

    #270980

    Riyad Kalla
    Member

    Hmmm I think the partitioner may not be familiar with code like this. Can you post the entire method for me to attach to a bug report?

    #270988

    daemach
    Member

    You can download all of the source code here:

    http://ideamill.synaptrixgroup.com/?p=17

    Check out the demo too so you can see what it’s doing.

    #270995

    Riyad Kalla
    Member

    Thanks for the heads up, filed a bug for someone to look into it.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Javascript formatter doesn’t speak jQuery

You must be logged in to post in the forum log in