Thread: What do you look for in a Editor?

  1. #1
    Registered User Daniel's Avatar
    Join Date
    Jan 2003
    Posts
    47

    What do you look for in a Editor?

    Hi,

    I am making a C# editor and I would like to know what kind of features do you like to see?

    Thank You

  2. #2
    Registered User Aran's Avatar
    Join Date
    Aug 2001
    Posts
    1,301
    on the fly error detection, ala JBuilder 7.

  3. #3
    Evil Member
    Join Date
    Jan 2002
    Posts
    638
    To quote Einstein, Keep it simple, as simple as possible, but no simpler.

    EDIT- But to quote Tim Holder, The simpler it is, the harder it is.

    What I look for in an editor is it being vi. So long as that condition is met, I'm happy.

  4. #4
    Registered User
    Join Date
    Nov 2002
    Posts
    87
    Something that Bill ates and his cronies haven't tried to put their hand in to mak it more "User Friendly"
    **********************
    *==================*
    * Many Can. One Must... *
    *==================*
    **********************

  5. #5
    Refugee face_master's Avatar
    Join Date
    Aug 2001
    Posts
    2,052
    Yeah VI rules. Make a VI clone but with syntax highlighting for C#

  6. #6
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    >on the fly error detection, ala JBuilder 7.

    That kind of things and other things like being able to attach several compilers and other tools to the editor or being able to add new language files are usefull, but that would make it an IDE, not an editor.

    Things I look for in editors for one specific language:
    - a simple and intuitive layout
    - syntax highlighting
    - automatic identation
    - making use of templates (for example standard function headers)

  7. #7
    Refugee face_master's Avatar
    Join Date
    Aug 2001
    Posts
    2,052
    >> automatic indentation

    Yes, thats a must-have

  8. #8
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    all the above, and please god, no lame little paper clip guy.....

    /* maybe line numbering?
    */

  9. #9
    Refugee face_master's Avatar
    Join Date
    Aug 2001
    Posts
    2,052
    line numbering only if its needed. for example, in MSVC++ the numbers arn't needed cause if u double click on an error/warning it highlights it for you.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How to send a FIN with my last packet???
    By klipseracer in forum C++ Programming
    Replies: 1
    Last Post: 03-08-2008, 12:40 AM
  2. Replies: 12
    Last Post: 08-05-2003, 02:16 PM
  3. ........ed off at functions
    By Klinerr1 in forum C++ Programming
    Replies: 8
    Last Post: 07-29-2002, 09:37 PM
  4. wont write to variable
    By Klinerr1 in forum C++ Programming
    Replies: 3
    Last Post: 07-25-2002, 10:00 PM
  5. off the screen
    By Klinerr1 in forum C++ Programming
    Replies: 2
    Last Post: 07-23-2002, 08:47 PM