In %appdata%\Notepad++\shortcuts.xml (use a different editor for this to work)Īdd style checking using PyLint (pip install pylint): To mark and link (by double-click) errors, press Shift+ F6 to add active Console Output Filters, with Red set to FF: *File '%FILE%', line %LINE%,*Īnd context-sensitive help using Shift+ F1 (because F1 alone now shows About): $(CURRENT_WORD)
Press F6 to create a NppExec Execute script, save as 'Run Python': cd '$(CURRENT_DIRECTORY)' (Unmodified Komodo package does not work with DBGpPlugin) Also contains DBGpPluginĮnter these scripts for Python debugging: Use this link to download a modified version of the Komodo Remote Debugging Package. Place in C:\Program Files (x86)\Notepad++\plugins\DBGpPlugin
Run Notepad++, update its plugins, and install 'NppExec' via Plugins, Plugin Manager.ĭownload DBGpPlugin. Install Notepad++ (check 'set as default HTML editor' to replace Notepad in IE).