https://bugs.kde.org/show_bug.cgi?id=379653

            Bug ID: 379653
           Summary: class declaration not shown in classes pane
           Product: kdevelop
           Version: 5.1.0
          Platform: openSUSE RPMs
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: Language Support: QML/JavaScript
          Assignee: kdevelop-bugs-n...@kde.org
          Reporter: lars.diec...@googlemail.com
  Target Milestone: ---

reproduce
---------

insert code

    class Custom_Collection extends Backbone.Collection {
        initialize(build) {
            super.initialize(build);
        }
        get model() { return; }
        populate() { return; }
    }

into an empty document and save as `foo.js`
filetype detection is performed and the appropriate syntax highlighting is
applied
open the classes pane

result
------

class declaration is not shown in the pane

what should happen
------------------

class declaration is shown in the pane

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to