Hi
I am writting python debugger plugin which will use a lot of keys. So question:
How can I assign default shortcuts to actions like toggle breakpoint, next command etc so user will not have to assign a lot of keys himself.
Also please add sci_set_marker_at_line and sci_is_marker_set_at_line to plugin API. I will need them to show breakpoints and current line when debugging.
patch is attached