You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
1.0 KiB

::Run in python shell
NPP_CONSOLE 0
npp_save
cd "$(CURRENT_DIRECTORY)"
NPP_RUN pythonw -m idlelib -r "$(FULL_CURRENT_PATH)"
::Edit in IDLE
NPP_CONSOLE 0
npp_save
cd "$(CURRENT_DIRECTORY)"
NPP_RUN pythonw -m idlelib -e "$(FULL_CURRENT_PATH)"
::HTML Tidy
NPP_CONSOLE 0
npp_save
"X:\Users\Ralphie\Documents\batch\tidy.bat" -m "$(FULL_CURRENT_PATH)"
NPP_SENDMSG NPPM_RELOADFILE 0 "$(FULL_CURRENT_PATH)"
::py_help
NPP_CONSOLE 0
cmd /c "hh.exe "X:\Users\Ralphie\Google Drive\Python\Doc\python370.chm""