Thread: IDE Highlighting schemes you guys use

  1. #16
    Lurking whiteflags's Avatar
    Join Date
    Apr 2006
    Location
    United States
    Posts
    9,612
    I also like intellisense and it's red squiggly underlining. I've been trained for years in English to ignore this feature and it helps me focus on making a million mistakes yet getting work done and tackling them later.

  2. #17
    Officially An Architect brewbuck's Avatar
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    7,396
    I like syntax highlighting because it greatly reduces the "wall of text" effect of a piece of dense code. The particular details of which kinds of tokens get certain colors is less important than just breaking up the text somehow. Indentation is a visual cue which nobody competent has any argument with, allowing code to be interpreted "across the room" at least at a high level. I feel the same way about highlighting.

    The "real men suffer through it" argument just doesn't convince me at all. I find that the highlighting helps me navigate code, especially unfamiliar code, faster. I don't care how or why it helps, just that it does.
    Code:
    //try
    //{
    	if (a) do { f( b); } while(1);
    	else   do { f(!b); } while(1);
    //}

  3. #18
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Quote Originally Posted by AndrewHunter View Post
    LOL....he has become quite dazzling lately. Are we invited to your "coming out" party quzah?
    Just, Please... no show tunes.

  4. #19
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    Quote Originally Posted by AndrewHunter View Post
    LOL....he has become quite dazzling lately. Are we invited to your "coming out" party quzah?
    Yeah like I'd waste coming out on a bunch of ugly old programmers.


    Quzah.
    Hope is the first step on the road to disappointment.

  5. #20
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Quote Originally Posted by quzah View Post
    Yeah like I'd waste coming out on a bunch of ugly old programmers.
    Quzah.
    Careful, my friend... I resemble that characterization!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Custom URI schemes
    By Epy in forum C# Programming
    Replies: 2
    Last Post: 08-10-2010, 01:23 PM
  2. Syntax Highlighting for English?
    By thetinman in forum A Brief History of Cprogramming.com
    Replies: 47
    Last Post: 06-04-2007, 12:27 PM
  3. Highlighting Braces...
    By twomers in forum C Programming
    Replies: 5
    Last Post: 12-15-2005, 01:59 PM
  4. how to ...syntax highlighting
    By surdy in forum C Programming
    Replies: 2
    Last Post: 04-25-2004, 10:14 AM
  5. Syntax Highlighting (How To)
    By DarkViper in forum Windows Programming
    Replies: 6
    Last Post: 11-23-2002, 12:27 AM