All notable changes to this project will be documented in this file.
1.2.0 - 2023-09-07
- Prevent runtime error when unable to get language syntax setting Issue #47
1.1.0 - 2023-03-14
1.0.0 - 2023-02-23
- add command "Parinfer: Run Paren Mode on Current Buffer"
- add config flag
run_paren_mode_when_file_opened
- do not run Paren Mode on the full file when it is first opened
- drop the user into "Waiting" mode when a file is opened where Parinfer should be enabled
- enable Indent Mode after the first buffer modification
- reduce the range that Parinfer looks for parent expressions (with the goal of minimizing changes to longer files)
- added some defensive code to prevent an occasional runtime error
- fix some pylint errors
0.9.0 - 2023-02-22
- update parinfer.py to v3.12.0 PR-39 (thank you oconnor0!)
- use EventListener for undo instead of keybinding (oconnor0)
- use Sublime API to detect comment character PR-40 (oconnor0)
- Run paren mode on opening file via view.run_command (oconnor0)
0.8.1 - 2019-10-03
0.8.0 - 2016-02-12
- Drop support for Ctrl hotkeys on Mac
0.7.0 - 2016-02-12
- Use Cmd hotkeys on Mac (thank you Shaun LeBron!)
0.6.0 - 2016-02-11
- Fix a bug with the parent expression hack Issue #19
- Fix "undo" Issue #20
- Do not break selection Issue #25 and Issue #28
0.5.0 - 2016-02-03
- Update to parinfer.py v0.7.0
0.4.0 - 2016-01-16
- Update to parinfer.py v0.5.0
0.3.0 - 2015-12-29
- Add support for Windows and Sublime Text 3 (thank you Joakim Löfgren!)
0.2.0 - 2015-12-27 - First Release
- Initial release! Parinfer now usable from Sublime Text :)