Thread: Post your IDE scheme!

  1. #1
    Banned nickname_changed's Avatar
    Join Date
    Feb 2003
    Location
    Australia
    Posts
    986

    Post your IDE scheme!

    I just can't settle on a highlighting scheme for Visual Studio.

    Post a screenshot of your IDE and syntax scheme for the world to see! Maybe it'll give me some ideas...

    Here is what I've managed to get so far. Keywords are blue, types are orange, strings are maroon, comments are green and XML comments are grey (this is C# using Visual Studio .NET 2005 Beta 2):
    Last edited by nickname_changed; 05-08-2005 at 06:15 PM.

  2. #2
    ---
    Join Date
    May 2004
    Posts
    1,379
    Just standard dev-c++ for me

  3. #3
    They are out there! Galo's Avatar
    Join Date
    May 2005
    Location
    Holland
    Posts
    13
    And im still figuring out how they process this colour coding thing, through XML with colorvalues on keywords is what im trying right now, so i can set up my own IDE for the feature....
    "If We Are Alone in the Universe,
    Then It Is an Awful Waste of Space
    "
    -Carl sagan

  4. #4
    Banned nickname_changed's Avatar
    Join Date
    Feb 2003
    Location
    Australia
    Posts
    986
    I've done it with XML for definitions and regular expressions for parsing. Not the fastest method but it works.

    Whats really hard is code completion (or intellisense). Parsing the entire file (plus any other files in scope, plus any included files) can be a nightmare. Its little wonder why so little editors support it, and even third party controls can't do it properly.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. 2 hdd, 1 ide
    By ElubHsif in forum Tech Board
    Replies: 6
    Last Post: 06-12-2005, 11:44 AM
  2. Best IDE feature
    By nickname_changed in forum A Brief History of Cprogramming.com
    Replies: 26
    Last Post: 01-18-2004, 10:43 PM
  3. Post your Best Text Adventure
    By Joe100 in forum Game Programming
    Replies: 3
    Last Post: 08-15-2003, 05:47 PM
  4. Auto POST
    By vasanth in forum A Brief History of Cprogramming.com
    Replies: 10
    Last Post: 06-07-2003, 10:42 AM
  5. motherboard has 2 IDE socket?
    By beely in forum Tech Board
    Replies: 16
    Last Post: 10-30-2002, 10:55 PM