Skip to content

Releases: Hirse/brackets-outline-list

Support phcode.dev

12 Aug 22:09
2ca996a
Compare
Choose a tag to compare

Added

Changed

  • Upgrade parser dependencies

Autohide Expose Delay

06 Nov 18:49
1083797
Compare
Choose a tag to compare

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

Remember scrollTop on autohide

22 Oct 20:49
Compare
Choose a tag to compare

Fixed

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

Python comments and JavaScript experimentalObjectRestSpread

26 Oct 01:25
Compare
Choose a tag to compare

Fixed

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

Vue Component Files

25 Aug 21:32
Compare
Choose a tag to compare

Added

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

Python float default params

25 Aug 10:43
Compare
Choose a tag to compare

Fixed

  • Support Python default parameter floats (see #97)

Polish translation

23 Aug 14:15
Compare
Choose a tag to compare

Added

  • Polish translation, thanks to @MajkelKorczak

Fixed

  • Support Python **kwargs (see #96)

php-parser

24 Apr 20:01
Compare
Choose a tag to compare

Changed

  • Use php-parser to parse PHP

Fixed

  • PHP multiline strings (see #91)

Autohide Outline

20 Apr 19:39
Compare
Choose a tag to compare

Added

Fixed

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

Fix JS callback functions

13 Mar 21:24
Compare
Choose a tag to compare

Fixed

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