Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse plugin for Notepad++

I have tried associating 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 inside my IDE.

Is there any Eclipse plugin for integrating Notepad++ inside Eclipse as an internal editor?

like image 318
Neel Avatar asked May 15 '12 15:05

Neel


People also ask

What is the difference between Eclipse IDE and notepad?

Eclipse belongs to "Integrated Development Environment" category of the tech stack, while Notepad++ can be primarily classified under "Text Editor".

Is Notepad++ better than Eclipse?

Eclipse IDE has 78 reviews and a rating of 4.38 / 5 stars vs Notepad++ which has 1457 reviews and a rating of 4.71 / 5 stars.


1 Answers

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

like image 178
2 revs Avatar answered Sep 20 '22 00:09

2 revs