PDA

View Full Version : Notepad - Superversion?


Sikawtic
07-14-2006, 2:39 AM
Pretty much I want notepad (very simple .txt/html/php/etc editing system is what I'm looking for) with tabbed documents. Anybody know of such a thing?

Black.Ice
07-14-2006, 2:42 AM
I use a shareware program called TextPad. http://www.textpad.com

While it's not technically a super NotePad (I've seen such programs), I use it because it can easily compile Java files, and it has syntax highlighting, plus a bunch of other nifty features. It also has a document browser to the left side, which is sort of like tabs.

Seal
07-14-2006, 8:36 AM
http://www.crimsoneditor.com
http://www.vim.org/ -- needs some learning

Mindslaver
07-14-2006, 3:23 PM
Notepad++ (http://notepad-plus.sourceforge.net/uk/site.htm) is an excellent replacement for Notepad. And it's open source, too.

But if you're itching for something and powerful, go for vim (http://vim.org) as Seal suggested. Or perhaps emacs (http://www.gnu.org/software/emacs/) would be more to your tastes.

Sikawtic
07-14-2006, 3:27 PM
Thanks guys ^_^

<3u

Mindslaver: I LOVE notepad++... this is crazy cool.

bluemicrobyte
07-15-2006, 5:14 AM
Personally I use TextPad (linked to by black ice) - I like the line numbering it has, very convenient when I have to find a specific line to edit. It also doesn't force-word-wrap php files like notepad does, making it possible to actually read.

Jeff
07-15-2006, 5:17 AM
I use TextPad also. The syntax highlighting for PHP and HTML is excellent.

TimP
07-15-2006, 2:34 PM
It also doesn't force-word-wrap php files like notepad does, making it possible to actually read.

http://timbo87.home.comcast.net/temp/npww.png

And for what it's worth, I used Notepad2 (http://www.flos-freeware.ch/notepad2.html).

bluemicrobyte
07-15-2006, 6:34 PM
I didn't mean that kind of word wrap =P

For some reason what my notepad does to PHP files is completely remove all the line breaks -- it's not called word wrap, but thats how I described it in my above post. It's more of a forced-line-break-removal which makes PHP nearly impossible to read.

Seal
07-15-2006, 6:35 PM
notepad does not understand Unix-linefeeds and does not display them properly.

Modred
07-15-2006, 10:09 PM
notepad does not understand Unix-linefeeds and does not display them properly.

But WordPad does. If you open a document in WordPad, resave it as itself, notepad should then be able to read it. =D

And while we're mentioning it, I use Vim. We use it at school for our programming classes, so I installed it on my windows machine, too, just so I'd keep practicing with it. I really like it much. Computer mice are for wimps! =p

TimP
07-15-2006, 11:15 PM
I'm a fan of ISPF EDIT when I'm on z/OS. :)

http://timbo87.home.comcast.net/temp/edit.gif

Seal
07-16-2006, 5:45 AM
you sick mainframe person :p