- Minor doc update
- Fix issue when no user input entered
- New Commands
Unfold All Lines Matching...
unfold all lines matching a regexUnfold All Same Level as Cursor
unfold all lines same level as cursor lineUnfold All with Selected Text
unfold all lines containing the current selected text
- Fixed issue with fold by selection when selection contained characters that may be interpreted as regular expression
- Folding by level now supports unlimited depth
- previously limited by vscode 7 levels of builtin commands
- Fixed several issues where folding may not work when folding regions are close together or at end of document
- Fix compatibility issues with VSCode 1.31
- Improved fold behavior when executed on a blank line for
same level as parent
andsame level as cursor
- when on a blank line, the previous line with text or next line of text will be used to calculate folding level
- Added convenience toggle command to toggle between
indentation
andlanguage
folding strategies- VSCode 1.22+ new language folding does not have the API's available to allow Fold Plus to work correctly in
language
folding mode. This command is provided to make it easier to toggle between the modes when using Fold Plus. Issue for reference 47404 - There is now a warning when issuing a
Fold Plus
command and the current folding strategy is not set toindentation
- VSCode 1.22+ new language folding does not have the API's available to allow Fold Plus to work correctly in
- Added all commands to
Fold Plus
command category
- Fix bug when cursor next to non word character when executing some fold commands
- Fix 'Fold Children' folding parent when there are non foldable children
- New command 'Fold All Same Level As Parent'
- New command 'Fold Parent'
- New command 'Fold Children'
- New command 'Fold All keep Cursor Line'
- Word highlighting now restored after fold
- Fixed issues with tabs
- Word under cursor matches only exact word now. Selections match any line containing.
- Fixed issues with emply lines and spaces
- Fixed issues handling mixed tabs and spaces
- Icon update
- Initial release