Brackets Outline List Versions Save

Extension for Brackets and Phoenix to display a list of the functions or definitions in the currently opened document.

v1.6.0

9 months ago

Added

Changed

  • Upgrade parser dependencies

v1.5.0

5 years ago

Added

  • Add a configurable delay on the autohide placeholder (see #106), thanks to @pelatx
  • Set the configurable delay on the autohide placeholder in a modal dialog, thanks to @pelatx

v1.4.2

5 years ago

Fixed

  • Remember scrollTop of panel when using autohide (see #106), thanks to @pelatx

v1.4.1

6 years ago

Fixed

  • Support Python comments after function definitions (see #99), thanks to @pelatx
  • Enable experimentalObjectRestSpread for JavaScript parsing (see #103)

v1.4.0

6 years ago

Added

  • Support for Vue Component Files using HTML mode (see #98)

v1.3.1

6 years ago

Fixed

  • Support Python default parameter floats (see #97)

v1.3.0

6 years ago

Added

  • Polish translation, thanks to @MajkelKorczak

Fixed

  • Support Python **kwargs (see #96)

v1.2.0

7 years ago

Changed

  • Use php-parser to parse PHP

Fixed

  • PHP multiline strings (see #91)

v1.1.0

7 years ago

Added

  • Arabic translation, thanks to @sadik-fattah
  • Autohide Outline (see #17), thanks to @pelatx

Fixed

  • Support ES6 Modules (see #86)
  • Don't break on destructuring assignments (see #88)
  • Support Python parameter default parameters (see #89), thanks to @pelatx

v1.0.1

7 years ago

Fixed

  • Use correct name (or none) for callback functions (see #81)