Eclipse Plugin for Notepad ++

I tried linking Notepad ++ as the default editor for some of my file types inside eclipse. However, they open in an external window. I would like them to open in my IDE.

Is there any Eclipse plugin to integrate Notepad ++ inside Eclipse as an internal editor?

+7
source share
1 answer

The closest existing Jintilla project that provides an integration path for Eclipse to use Scintilla . Install it by placing the JAR file in the plugins directory, then restart Eclipse.

+2
source

All Articles