Thread: Dev-C++ -> Tools - > Editor -> Syntax

  1. #16
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    at last!

    Isn't that what I told him in the first place?
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  2. #17
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,079
    Quote Originally Posted by Mario F.
    Sly, this is the OP question.

    Now... what part of it don't you understand?
    You ought to read more. I quoted exactly what I didn't understand.
    "change the strings where the editor reacts on of the reserved words"

    Now what does that sound like to you? To me it says "how can I change the words that the compiler uses as keywords". Everything I've posted thus far has been in regards to that question.

    Quote Originally Posted by Mario F.
    at last!

    Isn't that what I told him in the first place?
    I'm not sure he'll be satisfied with the results as I don't even know that is what he was asking in the first place. In any sense, you yourself said:
    Quote Originally Posted by Mario F.
    I believe he means adding user defined keywords
    which, I also replied to saying you can't do.
    Sent from my iPadŽ

  3. #18
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    Well code blocks allows him to change those strings.

    Why? Exactly because some people prefer to have their defines based on reserved words color coded like a reserved word. Also because some people like to have their classes (user-defined objects as I said earlier) color coded like their reserved words.

    Usually the procedure is not to delete from the list of reserved words, but instead add to it. But basically it's a matter of preference.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  4. #19
    Banned Yuri3's Avatar
    Join Date
    Jul 2006
    Location
    Breukelen, Netherlands
    Posts
    2
    It's hard for me to explain but I think I would have the best result to change the Reserved Words, but Mario F. tolled me there were hard coded, so I think I'm stuck.

  5. #20
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    Yes. You can't do that on dev-c++. You can on CodeClocks.

    And I'm done with this thread.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. more then 100errors in header
    By hallo007 in forum Windows Programming
    Replies: 20
    Last Post: 05-13-2007, 08:26 AM
  2. We Got _DEBUG Errors
    By Tonto in forum Windows Programming
    Replies: 5
    Last Post: 12-22-2006, 05:45 PM
  3. Using VC Toolkit 2003
    By Noobwaker in forum Windows Programming
    Replies: 8
    Last Post: 03-13-2006, 07:33 AM
  4. Connecting to a mysql server and querying problem
    By Diod in forum C++ Programming
    Replies: 8
    Last Post: 02-13-2006, 10:33 AM
  5. Dikumud
    By maxorator in forum C++ Programming
    Replies: 1
    Last Post: 10-01-2005, 06:39 AM