|
@@ -4357,7 +4357,7 @@ end;
|
|
procedure TFPASCIIChart.HandleEvent(var Event: TEvent);
|
|
procedure TFPASCIIChart.HandleEvent(var Event: TEvent);
|
|
var W: PSourceWindow;
|
|
var W: PSourceWindow;
|
|
begin
|
|
begin
|
|
- writeln(stderr,'all what=',event.what,' cmd=', event.command);
|
|
|
|
|
|
+ {writeln(stderr,'all what=',event.what,' cmd=', event.command);}
|
|
case Event.What of
|
|
case Event.What of
|
|
evKeyDown :
|
|
evKeyDown :
|
|
case Event.KeyCode of
|
|
case Event.KeyCode of
|
|
@@ -4369,7 +4369,7 @@ begin
|
|
end;
|
|
end;
|
|
evCommand :
|
|
evCommand :
|
|
begin
|
|
begin
|
|
- writeln(stderr,'fpascii what=',event.what, ' cmd=', event.command, ' ',cmtransfer,' ',cmsearchwindow);
|
|
|
|
|
|
+ {writeln(stderr,'fpascii what=',event.what, ' cmd=', event.command, ' ',cmtransfer,' ',cmsearchwindow);}
|
|
if Event.Command=(AsciiTableCommandBase+1) then // variable
|
|
if Event.Command=(AsciiTableCommandBase+1) then // variable
|
|
begin
|
|
begin
|
|
W:=FirstEditorWindow;
|
|
W:=FirstEditorWindow;
|