PDA

View Full Version : Notepad2


Jookia
March 27th, 2008, 07:53 PM
How would I go about opening a file using Notepad2 in ubuntu? I have the exe.

brownknight
March 27th, 2008, 08:11 PM
How would I go about opening a file using Notepad2 in ubuntu? I have the exe.

Have you looked at gedit or geany? They are the Notepad2 alternative for Linux. Gedit is install by default and located in > Applications > Accessories

To install geany, go to Synaptic Package Manager and install it or on the terminal:

sudo aptitude install geany:

Jookia
March 28th, 2008, 02:10 AM
Well, I need to see the indented tabs and spaces, like SEE them, Notepad can show spaces as 50% alpha red dots and red arrows for indents

tubasoldier
March 28th, 2008, 02:19 AM
I think kate may have this option... It would have to be enabled if it does. I know that it at least shows where lines have not had a return. And it can be configured to show line numbers.

happyhamster
March 28th, 2008, 10:15 AM
Gedit also has that ability. Open gedit, choose Edit-->Preferences-->Plugins and choose Draw Spaces. You can also set the color.

SBFC
March 28th, 2008, 11:32 AM
And Scite..and host of others.

Jookia
March 30th, 2008, 05:00 PM
Gedit also has that ability. Open gedit, choose Edit-->Preferences-->Plugins and choose Draw Spaces. You can also set the color.

I don't see it there.

happyhamster
March 30th, 2008, 05:28 PM
I don't see it there.
Then make sure gedit-plugins is installed:

sudo apt-get install gedit-plugins

noughtypixy
March 10th, 2009, 10:46 AM
How would I go about opening a file using Notepad2 in ubuntu? I have the exe.

open the .exe file it will launch with wine then use file ... open
this works
havent figured out how to add it to the applications menue or the right click open with menue yet tho