> Does anybody know a way to send Ctrl-C to the program in the output
> pane? Maybe by defining a shortcut key?
There isn't any way to do this. The keyboard interaction support
added was just enough to allow running CVS. The input handle of the
subprocess (hWriteSubProcess) can be written to if you want to modify
the code.
Neil
> So if I understand you correctly I would need to edit the c-sourcecode
> of Scite.
Yes.
> Is there some place where I can request this behaviour as a feature in
> a future version of scite?
There is a feature request tracker at
https://sourceforge.net/tracker/?group_id=2439&atid=352439
but I don't think there is anyone looking for features to add.
Pretty much everything that gets added is because the person
implementing the feature wants it themselves.
Neil