We have a bunch of custom editors that we use to build our games. We insert code snippets directly into them, since when they get saved, they write the data to c# files. (This allows our content designers to easily navigate the many systems in the game without losing compile time errors.)
This has been working great for everyone … my only real issue is the readability (not to mention lack of code completion, but oh well). It would go a long ways if there were a way to color/bold/italicize keywords.
I’m not expecting it … but I figured I would ask. I would love to turn our “GameFlags.X” into one color, strings into another color, etc etc. Not to mention being able to draw squigglies if I know something is wrong.
