Posted: 16th Aug 2011 10:20
Hear you loud and clear on the F1 context help


Thank you Lee, as an addition that will be a great help to developers.

Really enjoying AppGameKit and looking forward to developing with it.
Posted: 16th Aug 2011 10:43
Hear you loud and clear on the F1 context help! I have added it to my very urgent top things to do for the next build. Initially it will just allow you to select the command in the editor and press F1 and it will jump to the most appropriate help page. Eventually I also want the command syntax and parameter list displayed in the IDE so you don't have to go to an entire help page to see how many parameters and in what order they go in.

That's great to hear Lee, not to sound ungrateful but is it a lot more work to have context help at the bottom of the screen? It worked really well in the new DBP editor and made life a lot easier... it would be rather annoying to still have to flick between pages. I don't have dual screen at home
Posted: 20th Aug 2011 15:19
The site looks fantastic! I did notice one minor detail, in the code snippet under the "Go Native" tab it has this:

void agk:Begin ( void )


which should be:
void agk::Begin ( void )

Cheers
Posted: 20th Aug 2011 18:45
oid agk::Begin ( void )


Thanks, fixed.