Thread: Is there any free text editor that displays number of rows?

  1. #1
    Registered User
    Join Date
    Oct 2006
    Posts
    50

    Is there any free text editor that displays number of rows?

    Is there any free text editor that displays row number? Does microsoft visual c++ have this feature? If it has, how to make it display row number?
    Last edited by Roy01; 10-21-2006 at 11:48 AM.

  2. #2
    pwns nooblars
    Join Date
    Oct 2005
    Location
    Portland, Or
    Posts
    1,094
    VS has it it is in the options... a text editor for other use though (other languages and such) Crimson Editor is what i recomend.

  3. #3
    Reverse Engineer maxorator's Avatar
    Join Date
    Aug 2005
    Location
    Estonia
    Posts
    2,318
    Notepad++
    Great plugins, hex editor, macros, line numbers, tabbed, collapsing functions and statements, support for many languages plus clear and comfortable, almost the whole screen is left for the edit box
    Last edited by maxorator; 10-21-2006 at 12:49 PM.
    "The Internet treats censorship as damage and routes around it." - John Gilmore

  4. #4
    Registered User
    Join Date
    Oct 2006
    Posts
    50
    Thank you both of you!

  5. #5
    Rabite SirCrono6's Avatar
    Join Date
    Nov 2003
    Location
    California, US
    Posts
    269
    The XP version of Notepad has line number if you turn on the status bar (View -> Status Bar) and you can use CTRL+G to jump to a line.
    From C to shining C++!

    Great graphics, sounds, algorithms, AI, pathfinding, visual effects, cutscenes, etc., etc. do NOT make a good game.
    - Bubba

    IDE and Compiler - Code::Blocks with MinGW
    Operating System - Windows XP Professional x64 Edition

  6. #6
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    My favourite is still jEdit. Cross-platform, a whole host of plugins, pretty much everything.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

  7. #7
    Frequently Quite Prolix dwks's Avatar
    Join Date
    Apr 2005
    Location
    Canada
    Posts
    8,057
    You could check out the free software sticky; otherwise, try
    • Dev-C++, a C/C++ IDE
    • SciTE, a text editor that can be configured to use Borland C++
    • ConTEXT, a programmers' editor
    • Crimson editor, ditto
    • PSPad, ditto
    dwk

    Seek and ye shall find. quaere et invenies.

    "Simplicity does not precede complexity, but follows it." -- Alan Perlis
    "Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra
    "The only real mistake is the one from which we learn nothing." -- John Powell


    Other boards: DaniWeb, TPS
    Unofficial Wiki FAQ: cpwiki.sf.net

    My website: http://dwks.theprogrammingsite.com/
    Projects: codeform, xuni, atlantis, nort, etc.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Nim Trainer
    By guesst in forum Game Programming
    Replies: 3
    Last Post: 05-04-2008, 04:11 PM
  2. Count number of lines in a text file
    By eXeCuTeR in forum C# Programming
    Replies: 3
    Last Post: 04-30-2008, 01:46 AM
  3. Unknown Memory Leak in Init() Function
    By CodeHacker in forum Windows Programming
    Replies: 3
    Last Post: 07-09-2004, 09:54 AM
  4. Outputting String arrays in windows
    By Xterria in forum Game Programming
    Replies: 11
    Last Post: 11-13-2001, 07:35 PM
  5. Array of boolean
    By DMaxJ in forum C++ Programming
    Replies: 11
    Last Post: 10-25-2001, 11:45 PM