Ubuntu – ny way to compile Notepad++ from source

compilingidesoftware installationtext-editor

I really like using Notepad++ to write HTML and such. After I started using Ubuntu I looked around for an alternative to Notepad++. I found a thread which lead me to try Geany and a few others, but I really miss Notepad++.

Is there anyway I could compile it from the source code to use on Ubuntu? I know it's written in C++. Could I just open it in Code::Blocks and compile it?

You can get the source here.

I wouldn't mind hearing about other alternatives, but really want to know if compiling it is possible.

Best Answer

One of the main features of Notepad++ is that it "uses pure Win32 API". This makes it very Windows-specific- it's using builtin Windows functions for a lot of its user interface and general functioning. Getting it to run on any other platform (without Windows API-imitators like Wine) would require a pretty major rewrite.