Table of Contents
|
Extension DebuggingThese options are useful when you are developing extensions. Highlight menu entries of extensionsHighlights extensions. "Obsidian" (NPS 3.x) extensions are highlighted in blue and "Pyrite" (NPS 4.x) extensions are highlighted in green. Highlight menu entries of scriptablesHighlights scriptable menus (excluding Scriptable extension types as those are still treated as extensions). Scriptable menus can be customized by the user unlike hard-coded ones. Fast debuggingTo speed up debugging of a single filter, you can enable Fast Debugging. This will speed up NPS load time by skipping the majority of other extensions. Don't select this if you need to test how your extension interacts with others. Clear debug authorizationsFor security, extensions outside of the Extensions subdirectory will prompt you for authorization before first run. You can clear these authorizations by clicking this button. |