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

7 years ago
  1. ��::Run in python shell
  2. NPP_CONSOLE 0
  3. npp_save
  4. cd "$(CURRENT_DIRECTORY)"
  5. NPP_RUN pythonw -m idlelib -r "$(FULL_CURRENT_PATH)"
  6. ::Edit in IDLE
  7. NPP_CONSOLE 0
  8. npp_save
  9. cd "$(CURRENT_DIRECTORY)"
  10. NPP_RUN pythonw -m idlelib -e "$(FULL_CURRENT_PATH)"
  11. ::HTML Tidy
  12. NPP_CONSOLE 0
  13. npp_save
  14. "X:\Users\Ralphie\Documents\batch\tidy.bat" -m "$(FULL_CURRENT_PATH)"
  15. NPP_SENDMSG NPPM_RELOADFILE 0 "$(FULL_CURRENT_PATH)"
  16. ::py_help
  17. NPP_CONSOLE 0
  18. cmd /c "hh.exe "X:\Users\Ralphie\Google Drive\Python\Doc\python370.chm""