To all appearances, npp is simply not running scripts when I tell it to do so.
This is a fresh install all around. The console shows python initializing, and nothing from there, regardless of what script I tell it to run.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
actually, that worked. still no idea why nothing else seems to be happenning.
Specifically, I'm trying to do some text replacement in a text file using editor.rereplace
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
To all appearances, npp is simply not running scripts when I tell it to do so.
This is a fresh install all around. The console shows python initializing, and nothing from there, regardless of what script I tell it to run.
So like if you create a new script and put only this in it and try to run it you see nothing in the console?:
console.write('hello\n')
actually, that worked. still no idea why nothing else seems to be happenning.
Specifically, I'm trying to do some text replacement in a text file using editor.rereplace
ok. I was mistaken, and it IS running stuff. I guess I just have to figure out why my rereplace statement isn't working. Thanks.