Indent Guides: Vertical guide lines in Blender’s Text Editor to indicate indentation levels.
Minimap: Adds a compact overview of your entire script in the Text Editor sidebar, similar to the minimap in VS Code.
Whitespace Characters: Display invisible spaces and tabs in Blender’s Text Editor, inspired by the feature in VS Code.
Script Backup: Quickly save backups of your current script in Blender’s Text Editor. View and open previous backups from a dedicated Backups menu.
Find & Replace: Press Enter to quickly find the next occurrence. (In Preferences: disable real-time highlighting and enable "find on enter" to make this work.)
Open Recent: Added an option to view opened texts as tabs instead of a dropdown menu.
Code Map:
Go to Definition Improved accuracy and reliability using the Jedi module.
Addon Installer
Quickly install Blender addons directly from the Text Editor without using Preferences.
Bookmark Line
Mark and jump between important lines in your scripts using bookmarks.
Case Converter
Instantly convert selected text between different cases (snake_case, camelCase, etc.).
Highlight Occurrences
Highlight all occurrences of selected text or search term within the current script.
Reveal in Explorer
Open the file location of the current script directly in your system's file explorer.
Script Formatter (AutoPEP8)
Format your Python scripts automatically using PEP8 style conventions.
Script Switcher
Quickly switch between open scripts using a dedicated dropdown or list interface.
Go to Definition
Jump directly to the definition of classes, functions, or methods within your code.
Text Editor Header Popover
Quickly enable/disable individual Textify tools and access preferences via a new popover menu.
Save Copy Option
Save a backup copy of your current script easily from the Text menu.
Code Map Enhancements
bl_idname (operators, panels, etc.).Find & Replace Enhancements
Preferences Improvements
Bug FIxes
Updated "Website" and "Report Issues" links.
Fixed some bugs
Removed Updator
Added an option to automatically activate the search bar when invoking the popup.
Added an indicator label for class names and function names. This label appears when the text cursor is placed anywhere within the corresponding class or function.
The Find & Replace panel on the text editor sidebar now includes a 'Find Previous' button. This feature cannot be disabled from preferences.
Added an option to automatically activate the find field on the Find & Replace popup. This only works when there is no text selection.
Added an option to retain the last find and replace word when the text selection for finding and replacing is turned on. (Previously, the replace_set_selected and find_set_selected options cleared the find and replace field each time invoke the popup.)
Added an option to reorder Python package scripts. If this option is enabled, it will move all the Python scripts from the Python package to the top of the Open Recent menu.
The "Display folder name for the init.py files" toggle has been directly added to the preferences.