Releases: Hirse/brackets-outline-list
Releases · Hirse/brackets-outline-list
Support phcode.dev
Added
Changed
- Upgrade parser dependencies
Autohide Expose Delay
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
Fixed
- Remember scrollTop of panel when using autohide (see #106), thanks to @pelatx
Python comments and JavaScript experimentalObjectRestSpread
Fixed
- Support Python comments after function definitions (see #99), thanks to @pelatx
- Enable experimentalObjectRestSpread for JavaScript parsing (see #103)
Vue Component Files
Added
- Support for Vue Component Files using HTML mode (see #98)
Python float default params
Fixed
- Support Python default parameter floats (see #97)
Polish translation
Added
- Polish translation, thanks to @MajkelKorczak
Fixed
- Support Python
**kwargs
(see #96)
php-parser
Changed
- Use php-parser to parse PHP
Fixed
- PHP multiline strings (see #91)
Autohide Outline
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
Fixed
- Use correct name (or none) for callback functions (see #81)