Author |
Message |
Morbo!
Joined: Fri Oct 27, 2006 8:35 pm Posts: 167 Location: Bradford, England
|
Line reader?
Is there a program like notepad, or Word, that tells you what line you're at? This would help find errors.
|
Fri Feb 23, 2007 6:32 pm |
|
|
p3lb0x
Forum Moderator
Joined: Fri Feb 02, 2007 3:53 pm Posts: 1896 Location: in my little gay bunker
|
get notepad++ http://notepad-plus.sourceforge.net/uk/site.htm its much better for simple scripting and such
|
Fri Feb 23, 2007 6:35 pm |
|
|
Morbo!
Joined: Fri Oct 27, 2006 8:35 pm Posts: 167 Location: Bradford, England
|
Thanks, but the error that cc reported isn't there! :O
|
Fri Feb 23, 2007 6:46 pm |
|
|
antila
Joined: Thu Jan 18, 2007 8:12 pm Posts: 15 Location: Sweden
|
I can recommend http://www.editpadpro.com/, it's awesome. I use it when i code PHP. It's got a ton of features. I love the syntax highlighting.
EDIT: I can vouch for Notepad++ too, it's awesome.
|
Fri Feb 23, 2007 6:46 pm |
|
|
MaximDude
Joined: Wed Nov 22, 2006 3:19 pm Posts: 2073
|
That one is exacly what I was looking for......
Cause my crappy notepad does'nt show lines, I was countin lines... (Such a shame... Well, I only counted lines untill line 90 or so, after that (Like line 4k!!!!) I just copyied to Word and started lookng....)
|
Fri Feb 23, 2007 6:53 pm |
|
|
Master Pimp
Joined: Tue Feb 06, 2007 7:36 am Posts: 460
|
Ted Notepad FTW! It's free! http://jsimlo.sk/notepad/
|
Fri Feb 23, 2007 6:58 pm |
|
|
BreenedandScrooned
Joined: Tue Dec 26, 2006 9:35 am Posts: 481
|
Use Ctrl + G.
|
Fri Feb 23, 2007 9:52 pm |
|
|
Mechanoid
Joined: Fri Feb 16, 2007 7:45 am Posts: 64
|
Re: Line reader?
Morbo! wrote: that tells you what line you're at In notepad, among the File/Edit/etc buttons there's a button called "View" and under this menu is a option called "Status Bar"
This status bar is what has the line # display.
|
Fri Feb 23, 2007 10:34 pm |
|
|
piezo
Joined: Mon Dec 25, 2006 5:11 am Posts: 103 Location: CA
|
Notepad++ is awesome. And more importantly free. That gets another awesome.
|
Fri Feb 23, 2007 11:15 pm |
|
|
Grif
REAL AMERICAN HERO
Joined: Sat Jan 27, 2007 10:25 pm Posts: 5655
|
Notepad won't display the status bar, or indeed function well at all, if you have Word Wrap turned on.
Turn it on, and it's all good, really.
|
Fri Feb 23, 2007 11:24 pm |
|
|
Tetsmega
Joined: Tue Feb 13, 2007 6:13 am Posts: 17
|
On Notepad, the status bar is displayed on the bottom of the window.
|
Sat Feb 24, 2007 12:38 am |
|
|
piezo
Joined: Mon Dec 25, 2006 5:11 am Posts: 103 Location: CA
|
antila wrote: I can recommend http://www.editpadpro.com/, it's awesome. I use it when i code PHP. It's got a ton of features. I love the syntax highlighting. EDIT: I can vouch for Notepad++ too, it's awesome.
Ooo editpadpro looks pretty good too.
But yeah you guys need to ditch the default notepad that comes with windows, its just not that helpful an editor if you are trying to debug your code. The main disadvantage is that basic notepad does not give you line numbers. So much easier to debug if you can go straight to the line with error (that CC tells you).
|
Sat Feb 24, 2007 2:24 am |
|
|
Control
Joined: Tue Dec 12, 2006 1:09 am Posts: 698 Location: Plymouth, NC
|
piezo wrote: antila wrote: I can recommend http://www.editpadpro.com/, it's awesome. I use it when i code PHP. It's got a ton of features. I love the syntax highlighting. EDIT: I can vouch for Notepad++ too, it's awesome. Ooo editpadpro looks pretty good too. But yeah you guys need to ditch the default notepad that comes with windows, its just not that helpful an editor if you are trying to debug your code. The main disadvantage is that basic notepad does not give you line numbers. So much easier to debug if you can go straight to the line with error (that CC tells you).
you can, it's called "go to"
|
Sat Feb 24, 2007 4:18 am |
|
|
piezo
Joined: Mon Dec 25, 2006 5:11 am Posts: 103 Location: CA
|
iwillcontrolyou wrote: piezo wrote: antila wrote: I can recommend http://www.editpadpro.com/, it's awesome. I use it when i code PHP. It's got a ton of features. I love the syntax highlighting. EDIT: I can vouch for Notepad++ too, it's awesome. Ooo editpadpro looks pretty good too. But yeah you guys need to ditch the default notepad that comes with windows, its just not that helpful an editor if you are trying to debug your code. The main disadvantage is that basic notepad does not give you line numbers. So much easier to debug if you can go straight to the line with error (that CC tells you). you can, it's called "go to"
sorry but it doesn't display the line numbers for easy reference. It doesn't allow you to comment out whole blocks of code with a right click. There is no syntax highlighting. It has a crap find and replace feature. the list goes on and on.
|
Sat Feb 24, 2007 1:33 pm |
|
|
georgeous
Joined: Tue Jan 30, 2007 10:15 pm Posts: 5 Location: I am hiding in your cellar...
|
On the normal NOTEPAD just turn on the STATUS BAR in VIEW so it tells you how many letters are on each line and what line you are currently on, OR go to FORMAT and make sure WORD WRAP is off and then go to EDIT and click GO TO (ctrl + G) and type in any line you want and it will take you to the specified line.
|
Sat Feb 24, 2007 5:07 pm |
|
|
|