by Plumb » Sun Jul 13, 2008 2:22 am
Is there an IDE for QuakeC?
I've been whittling the hours away recently developing a small game in C#. However, I didn't realise that during this time my ability to type a line of code longer than four characters was being destroyed by Microsoft's IDE. It now causes me great pain to type an entire keyword as I expect a small box to pop up showing me the syntax and the next semicolon I type to instantly fill in that keyword for me.
So, if there isn't already an IDE with code highlighting, context sensitive popup syntax prompts and autocomplete, why doesn't somebody make one?
I've started writing one. As much as I'd love to just throw up a download link during QExpo, I doubt it'll be ready for then, so I'll probably just open-source the whole thing and put it on SourceForge. However, I want to get the basics down before I do.
My aim is to make QC that little bit friendlier to the noob. I know we're all pretty much stuck in our ways of working when it comes to Quake mod developing but an IDE that's relatively friendly to use could probably help a few more people get into Quake coding.