integration_npp.txt 748 B

123456789101112131415161718192021222324
  1. there is two ways to add qsp_parser to notepad++
  2. first set your path to qsp_parser.exe ("C:\qsp_parser\qsp_parser.exe")
  3. 1 method
  4. click on Run > Run > paste this input
  5. cmd /Q /K ""C:\qsp_parser\qsp_parser.exe" "$(FULL_CURRENT_PATH)""
  6. and click Save... > Set name "QSP validate" (or something)
  7. also you can set hotkey for it
  8. done
  9. 2 method
  10. open shortcuts.xml in notepad++ folder and add User Defined Command to it
  11. save file and restart notepad++
  12. <UserDefinedCommands>
  13. <Command name="QSP validate" Ctrl="no" Alt="no" Shift="no" Key="0">cmd /Q /K &quot;&quot;C:\qsp_parser\qsp_parser.exe&quot; &quot;$(FULL_CURRENT_PATH)&quot;&quot;</Command>
  14. </UserDefinedCommands>
  15. click Run > QSP validate
  16. don't forget to save file before call