Looking for a tool to fine line number easily
i made a few edits to one of my files and it says I have an error on a certain row and collumn. Personally, I think that there is no "real" error because the mod I made works as I expected. However, this makes me wonder if there is a tool out there that will let me see the line numbers easily. Can anyone reccomend a little program that can help me out?
Re: Looking for a tool to fine line number easily
any other text editor besides notepad will have a line number counter, and most often a row one too. Google for notepad2, notepad++ ( no need for hardcore stuff like emacs or vi :laugh4: )
Re: Looking for a tool to fine line number easily
Even notepad has them, you just need to turn on the status bar (view menu) and it gives the line and column number. You also can use the Go To function (edit menu or ctrl + G) to enter a line number and directly jump to that line.
Re: Looking for a tool to fine line number easily
hey that's cool, never heard of that. though in my notepad the status bar option is greyed out, strange...