Q1)tl;dr -> i can only jump to next/prev error if it's the first time i built something, why? (using default build)
proper question :
Hm... recently I've switched to build inside 4coder and i have only 1 "but" : i can build properly, and if there are errors i can jump to then, BUT only if its the first time I'm doing it, if i have recompiled it X times the "jump to error" keeps pointing to what was wrong on the first build and not to the followings attempts
| bind(context, 'm', MDFR_ALT, build_in_build_panel);
|
im using this function ?
Q2)Is it possible to modify the inputs accepted in windows like cmdid_interactive_open_or_new? I've tried using mapid_global and I read about mapid_ui in the document, but it is not defined in the version i own(=/ )
like for example accept MDFR_CTRL on backslash to delete the entire word till the "\"
or cltr+w/s to move up and down instead of the arrows
thanks for the attention =]