Notepad with line numbers
Matthew Barrera
I'm looking for a text editor with as few features as notepad, but with the addition of line numbers.
Does anyone know of such an application.
Edit
I've used Notepad++ and Notepad2 in the past and I'm not keen. I'm looking for something that really is as lightweight as Notepad (but with line numbers ;) (thanks for the suggestions so far though)
6 Answers
Notepad++ is a good replacement and includes line numbers.
Edit: Following your edit saying that you'd tried Notepad++ - you could try Metapad. It's a quick standalone Notepad replacement - it doesn't display the line numbers down the side (like Notepad++ does), but it does display the cursor position (row/column) in the status at the bottom of the window which would effectively tell you what line number you're on when you're editing/viewing.
You can use notepad with "Show statusbar" option checked (you can find it in View menu). And you will have actual line number displayed on that statusbar.
If you have this option "grayed" then you have to uncheck "Word wrap" option in Format menu.
2Notepad2 has line numbers. It's not as lean as Notepad but it is very light weight if that's what you're after.
Vim(1) or its graphical version gVim(2) Might be a little too hardcore though. For something simpler I'll recommend Extreme Editor(3), it's lightweight and has line numbers, just not in the traditional sense (the line number is displayed along with column number in the bottom left corner).
1:
2:
3:
Sorry for the formatting of the links, but as I'm a new user Superuse doesn't allow me to post more than one link.
3Programmer's Notepad (free download here) displays line numbers if you want, syntax highlighting, etc. for a wide variety of languages. I've used it a lot over the last few years.
A bunch of screen shots can be found here.