Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 498 Bytes

File metadata and controls

14 lines (11 loc) · 498 Bytes

TaskDialog module

Copy the complete taskdialog directory into your user config lib directory. For example via the menu

  • Plugins->Open Plugins Folder...
  • Change to Config
  • Change to PythonScript.
  • Create a directory named lib
  • Change to lib and copy the taskdialog directory there.
  • Restart Npp

See __init__.py from taskdialog or run import taskdialog; help(taskdialog) from the PythonScript console for examples of how to use the program.