Perhaps in a future version. For now I recommend you actually do your editing using notepad++.
I also recommend that you never, ever, EVER use actual tabs when writing python code. You should only indent your code using spaces.
Notepad++ can be set up so that when you press tab it inserts spaces instead, which is what I will do in the plugin if I ever get around to it.