facebook

JS-Outline does not recognize inlined function definitions

💡
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 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #220586 Reply

    Rosenwinkel
    Member

    Hi,

    javascript function declarations like this

    ExtendedObject.prototype.methodname = function(argument) {
    ...
    };

    or this

    Object = {
    ...
      method : function(argument) {
      },
    ...
    }

    are not recognized by the outline window,
    although they are valid method-definitions.

    I’d love to see this fixed in one of the upcoming versions.

    Ben

    #220605

    Riyad Kalla
    Member

    Ben I have filed this bug, thank you for reporting it.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: JS-Outline does not recognize inlined function definitions

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