Would you guys be interested in me making a color coded editor. It wouldn’t do any of the compiling or debugging, but it may aide most of you in writing code. After you write it in my editor you could just save it and open it in the new editor. Anyone interested. I could have it done in a week or so.
http://www.codeproject.com/editctrl/coloredit.asp
Its already done for you, just change syntax delimeters. I responded with this earlier this week for some wanting to make a PBASIC editor.
MSVC++ I think, it has color editing support.
*Originally posted by rwaliany *
**http://www.codeproject.com/editctrl/coloredit.aspIts already done for you, just change syntax delimeters. I responded with this earlier this week for some wanting to make a PBASIC editor.
MSVC++ I think, it has color editing support. **
Yea, it was me that asked for it. Although I quit my MFC project for now, I’m working on a basic Win32 App Editor. I doubt that the code rwaliany gave would work. If it does, please tell me (can’t test it right now).
It might be a little hard, but it would work. You’d just have to convert the MFC code to Win32. It’s doable but just takes a little time and research to see what some of the MFC commands call/do.
O wonder if the 2.5 editor will have syntax hilighting
you guys might knock me for it, but i’m gonna make one tonight and see how people like it…
look for a post + a white paper
*jeremy