Custom functions are creatable with the new editor widget. Then you use them with the \F<YOURFUNCTIONNAMEHERE> syntax. There should be no need to manually edit existing Python files in order to add custom functions.
EDIT: Sorry, I think I misunderstood. You won't be able to add universally usable functions (like replace_capitalize used in the built-in capitalize), but then there's really no reason to do so when all of the functionality can be coded within the custom replace. Unless I'm missing something else?
Last edited by DiapDealer; 03-01-2025 at 09:53 AM.
|