checkin from browser
authorClaus Gittinger <cg@exept.de>
Wed, 29 Oct 1997 17:10:06 +0100
changeset 1940 83012f66306a
parent 1939 a32908e2214d
child 1941 0141f373c69c
checkin from browser
WSensor.st
WindowSensor.st
--- a/WSensor.st	Tue Oct 28 20:49:25 1997 +0100
+++ b/WSensor.st	Wed Oct 29 17:10:06 1997 +0100
@@ -353,12 +353,17 @@
 controlCEnabled:aBoolean
     "enable/disable Control-C processing. 
      If enabled, pressing CNTL-C in a view will interrupt it and bring
-     its process into the debugger (actually raising signal).
+     its process into the debugger (actually raising a UserInterrupt signal).
      Otherwise, CNTL-C is sent to the view like any other key.
      The default is true (enabled).
+     Be very careful - only disable CNTL-C handling for well-debugged
+     applications ... however, even if disabled, there still is the CNTL-C
+     key on the startup (x)-terminal window (which can also be disabled).
     "
 
     ControlCEnabled := aBoolean
+
+    "Modified: / 29.10.1997 / 15:48:29 / cg"
 !
 
 eventListener
@@ -2380,6 +2385,6 @@
 !WindowSensor class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Attic/WSensor.st,v 1.111 1997-08-19 15:36:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Attic/WSensor.st,v 1.112 1997-10-29 16:10:06 cg Exp $'
 ! !
 WindowSensor initialize!
--- a/WindowSensor.st	Tue Oct 28 20:49:25 1997 +0100
+++ b/WindowSensor.st	Wed Oct 29 17:10:06 1997 +0100
@@ -353,12 +353,17 @@
 controlCEnabled:aBoolean
     "enable/disable Control-C processing. 
      If enabled, pressing CNTL-C in a view will interrupt it and bring
-     its process into the debugger (actually raising signal).
+     its process into the debugger (actually raising a UserInterrupt signal).
      Otherwise, CNTL-C is sent to the view like any other key.
      The default is true (enabled).
+     Be very careful - only disable CNTL-C handling for well-debugged
+     applications ... however, even if disabled, there still is the CNTL-C
+     key on the startup (x)-terminal window (which can also be disabled).
     "
 
     ControlCEnabled := aBoolean
+
+    "Modified: / 29.10.1997 / 15:48:29 / cg"
 !
 
 eventListener
@@ -2380,6 +2385,6 @@
 !WindowSensor class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WindowSensor.st,v 1.111 1997-08-19 15:36:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WindowSensor.st,v 1.112 1997-10-29 16:10:06 cg Exp $'
 ! !
 WindowSensor initialize!