Reply to Re: Easy DinkC beta testing
If you don't have an account, just leave the password field blank.
Sparrowhawk: Indeed it's simple. I've just begun. Almost no code at all in this program. I'm working on changing that, though.
I might do what you say with set_font_color(). I was not really aware of that command, so, no, it doesn't do that yet. I've used the "DINKC Reference v3.1" to gather what functions are legal, and it's not in it, so it's not part of my keyword collection... has the DinkC Reference been updated lately?
About the global variables thing: I'm planning to parse "main.c" for global variables at one point, so I might be able to differentiate between local and global variables at a later time.
I'm also planning a error checker tool, after all, what would a DinkC editor be without one?
I might do what you say with set_font_color(). I was not really aware of that command, so, no, it doesn't do that yet. I've used the "DINKC Reference v3.1" to gather what functions are legal, and it's not in it, so it's not part of my keyword collection... has the DinkC Reference been updated lately?
About the global variables thing: I'm planning to parse "main.c" for global variables at one point, so I might be able to differentiate between local and global variables at a later time.
I'm also planning a error checker tool, after all, what would a DinkC editor be without one?