nppexec
nppexec copied to clipboard
NppExec (plugin for Notepad++)
Hi, NppExec does not show any plot. Here is an example: ```python import matplotlib.pyplot as plt plt.plot([0,1,2,3,4,5,6,7,8,9,10]) plt.show() ``` Any help is appreciated.
Hi, when using `Execute Selected Text` or `Execute Clipboard Text`, codes are not executed in new line and this happens: https://github.com/user-attachments/assets/92ba98b6-6f83-4a5b-8039-f14a45dfbb13 It would be great if NppExec starts with new...
I recorded a macro in NPP for find and replace NBSP character the following is the XML ``` ``` when I try to do the same with `nppexec` it doesn't...