I like using Notepad++, but it is a windows program and is not available for Linux. There are some jQuery Mobile apps that I need to test on IE. I need a Windows platform. But my primary laptop has Ubuntu.
The solution is to use Wine and boy does it taste good!
First install wine
Download the latest notepad++ installer from http://notepad-plus-plus.org/ and launch it using wine.
This will launch the Npp installer and you can complete the fairly simple installation. Thats it, you are done !
Now you can just launch Npp and its a touchdown !
# ./notepad++.exe
There is a version of IE available too
This IE scores pretty decent on www.html5test.com.
Now how about try installing other Windows apps on Ubuntu and having more fun...
The solution is to use Wine and boy does it taste good!
First install wine
# sudo apt-get install wine
Download the latest notepad++ installer from http://notepad-plus-plus.org/ and launch it using wine.
# sudo wine <download folder>/npp.xxx.Installer.exe
This will launch the Npp installer and you can complete the fairly simple installation. Thats it, you are done !
Now you can just launch Npp and its a touchdown !
# cd ~/.wine/drive_c/Program Files/Notepad++
There is a version of IE available too
# cd ~/.wine/drive_c/Program Files/Internet Explorer
# ./iexplore.exe
This IE scores pretty decent on www.html5test.com.
Now how about try installing other Windows apps on Ubuntu and having more fun...