class: Tools::CodeView2SettingsAppl
authorClaus Gittinger <cg@exept.de>
Fri, 30 Aug 2013 23:28:15 +0200
changeset 13417 c69a48a87756
parent 13416 42dde7fc4713
child 13418 0fe79aaac8fe
class: Tools::CodeView2SettingsAppl changed: #flyByHelpSpec
Tools__CodeView2SettingsAppl.st
--- a/Tools__CodeView2SettingsAppl.st	Fri Aug 30 22:10:02 2013 +0200
+++ b/Tools__CodeView2SettingsAppl.st	Fri Aug 30 23:28:15 2013 +0200
@@ -69,7 +69,7 @@
 'Use the new editor in the Debugger (disabled if the global use of Code Editor2 is disabled in the tools settings)'
 
 #codeView2QuickSendersAndImplementorsOnControl
-'If on, the CTRL (Control) key is used to get the quick implementors/senders menus via left/right mouse click. If off, the ALT key is used.'
+'If on, the CTRL (Control) key is used to get the quick implementors/senders menus via left/right mouse click.\If off, the ALT key is used.\Check this, if your window manager eats ALT-key events for breakfast.'
 
 #codeView2AutoPrettyPrint
 'Automatically indent (prettyprint) code. This is experimental and not yet enabled by default, 
@@ -449,14 +449,14 @@
 !CodeView2SettingsAppl class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2SettingsAppl.st,v 1.9 2013-05-29 11:11:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2SettingsAppl.st,v 1.10 2013-08-30 21:28:15 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2SettingsAppl.st,v 1.9 2013-05-29 11:11:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2SettingsAppl.st,v 1.10 2013-08-30 21:28:15 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: Tools__CodeView2SettingsAppl.st,v 1.9 2013-05-29 11:11:05 cg Exp $'
+    ^ '$Id: Tools__CodeView2SettingsAppl.st,v 1.10 2013-08-30 21:28:15 cg Exp $'
 ! !