Search found 2 matches

by jyloup
26 Jul 2020, 10:11
Forum: Notepad++
Topic: Run script or selection from Notepad++
Replies: 71
Views: 57032

Re: Run script or selection from Notepad++

Is there a way to avoid this?
I found the solution finally by using #SingleInstance option at beginning of file :

Code: Select all

#SingleInstance force
Now at each run from notepad++, i have only one single instance of the edited script (only 1 green "H" on taskbar) that's great ! :)

Cheers !
by jyloup
26 Jul 2020, 10:02
Forum: Notepad++
Topic: Run script or selection from Notepad++
Replies: 71
Views: 57032

Re: Run script or selection from Notepad++

Hello i tried the script it works well ! But the only annoying thing is everytime i run the script from the same file, it open a new instance, that makes many scripts running at the same time, and so many green "H" on taskbar, instead of replacing the ongoing script. So i must always quit the tested...

Go to advanced search