notepad++ build Python Simple development environment (NPPEXEC plugin version)
Original address: http://blog.sina.com.cn/s/blog_55eb21950101daty.html
1. Open notepad++, select menu Plugin (plugin)->plugin manager->show Plugin Manager, open the Plugins manager, find Available in the Nppexec tab
2. Tick nppexec, then install, download done, all Yes,ok
3. Restart the Notepad++,nppexec plug-in installation is complete, under the plugin (Plug-in) menu, you can find
4. Select plugin (plugin)->nppexec->execute ... Pop-up Execute dialog box
5. Enter the following code
Npp_save
CD $ (current_directory)
Python "$ (full_current_path)"
6. Click "Save ..." Enter script name "Run Python", save OK
7. Select plugin (plug-in)->nppexec->adevanced options
?
8. Set complete OK to restart notepad++, select menu Settings (set)->shortcut Mapper (manage shortcut), open plugin commands option, find "Debug for Python" Set shortcut keys such as CTRL + B, everything is done (nodepad++ this shortcut ctrl+b so repeat, you directly modify to Ctrl+shift+b on the line)
Summary: Start enjoying the thrill of coding ~
notepad++ build Python Simple development environment (NPPEXEC plugin version)