Is Notepad++ available as a service?
-
One requirement that has come in my project :
There is a log file present in a remote VM, the web interface has the link to it.
Now when a user clicks that link, the log file should be opened in browser and user should be able to view it.
There would be a set of predetermined strings stored locally, if any of those strings are found in the log file opened, then it should be shown in highlighted format.
So I was thinking if it was possible to integrate notepad++ and invoke it as a service from the web page. So it would open the log file and show the strings in highlighted format.
-
Not in the way you described, maybe you wanna check out pygments? Doesn’t seem hard to be implemented.
Cheers
Claudia