tho-gru
tho-gru
Hi, I want to insert a string on every line of a text file using NppExec. Steps to reproduce: Take any file containing some no empty lines like ``` Abc...
Hi, In [Issue 10071 - open file via double click](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10071#issuecomment-868735624) I got the hint to call ShellExecuteA: ``` # -*- coding: utf-8 -*- import ctypes SW_SHOW = 5 ctypes.windll.Shell32.ShellExecuteA(None, 'open',...
Hi, While doing some scripting as described [here](https://community.notepad-plus-plus.org/topic/21395/integration-of-a-script-writen-in-python/10l) it seems to be that some python modules are magically loaded during manual execution via the menu. For some reasons some of...