1.7.0
This release adds some extra keybinds for opening text area content in your pager/json pager/editor.
It also adds warning toast popups if these aren't defined or cannot be executed.
![image](https://private-user-images.githubusercontent.com/5740731/349701721-e273e002-d5eb-4cbd-a69d-12fed4def112.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NzU3NzMsIm5iZiI6MTczODk3NTQ3MywicGF0aCI6Ii81NzQwNzMxLzM0OTcwMTcyMS1lMjczZTAwMi1kNWViLTRjYmQtYTY5ZC0xMmZlZDRkZWYxMTIucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwOCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDhUMDA0NDMzWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MDRiNjUwMmY5ZDM2YTBhODkyYzE4ODU5ZWQ4NWYxMjVkNGU3YmQ0N2Y0NjM5MWFkYjE5NjMxMWE0ZTY5ZDJhNyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ._jZ9mV3oC49ece8mqLAXXITmglUVR7lBoiSz-MHUi4U)
A couple of focus related issues with jump mode are also fixed.
- Add: extra bindings -
ctrl+P
(note the capital "P", that isctrl+shift+p
on your keyboard!) in a TextArea opens pager,ctrl+E
opens editor. This is in addition to the existingf3
andf4
bindings. - Add: warning toast if user attempts to open pager/editor but none are configured in the environment.
- Add: error toast if the user attempts to open pager/editor, but it fails to run due to an OSError.
- Fix: workaround jump mode styling issue (awaiting upcoming Textual fix).
- Fix: collection tree wouldn't be refocused if jump mode was dismissed.
Full Changelog: 1.6.0...1.7.0