Notepad++ text's editor : accessibility enhancement (notepadPlusPlusAccessEnhancement)
- Author: paulber19
- Visit add-on's website/source code
Available downloads
Version | Channel | Minimum NVDA version | Last tested NVDA version | download count since last release update | Last release date | Download |
---|---|---|---|---|---|---|
2.7.1 | stable | 2023.1 | 2024.4 | 142 | 2024-10-20 10:57:00 | notepadPlusPlusAccessEnhancement 2.7.1 (stable) |
Description
1- Features # This extension aims to improve the accessibility of the Notepad ++ text editor and add functionalities to facilitate the editing of files used in Python language and files written in markdown language. It includes most of the additions made by NVDA_notepadPlusPlus add-on created by Derek Riemer and Tuukka Ojala, then modified by Robert Hanggi and Andre9642 (https://github.com/derekriemer/nvda-notepadPlusPlus). To know: * vocalization of the result of the "control + b" command which allows you to move to the symmetric delimiter, * vocalization of the movement to the next or previous bookmark with "F2" or "capital letter + f2", * reporting of lines that are too long, * accessibility to autocomplete, * accessibility to incremental search, * Support for previous / next search function. For Python files, it provides: * move to the next class or method, * importing the code from the editing window. For Markdown or txt2tags files: * preview of the result of the conversion to HTML in the virtual buffer of NVDA or in the default browser, * added browse mode commands for title, link, blocquote. And finally: * Announcement of the number and indentation of each line, * scripts to set the indentation, * Focus movement displacement by "home" key, * Comparison of the selected text with that of the clipboard, * go to the next line ending with at least one tab or one space, * format of the announcement of the name of the documents: * reduced file path announcement, * announcement of the name of the file before its path, * no diction of path's backslashs. 2- Compatibility This extension has been tested with Notepad ++ version 7.91. 3- Constraints This extension uses and intercepts the shortcuts of Notepad ++ configured by default. It is therefore strongly advised, for its proper functioning, not to modify these shortcuts.