https://bugzilla.wikimedia.org/show_bug.cgi?id=60438

       Web browser: ---
            Bug ID: 60438
           Summary: Scripts viewer should support sections
           Product: MediaWiki extensions
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Unprioritized
         Component: General/Unknown
          Assignee: [email protected]
          Reporter: [email protected]
    Classification: Unclassified
   Mobile Platform: ---

Script viewer software should support sections and section editing, using
one-line comments (or special formatting therein) for heading syntax.

---------------------------------------------

/* Foo */

Foo.prototype.bar = function(){
...
};
Foo.prototype.baz = function(){
...
};

^^^^^ everything above is in the Foo section

/* Foo 2 */ <---------- this becomes a heading

Foo2.prototype.bar = function(){
...
};

Foo2.prototype.baz = function(){
...
};

^^^^^ everything above is in the foo 2 section


---------------------------------------------

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to