#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Thu, 18 Jan 2018 17:18:35 +0100
changeset 17943 b2efb0175eab
parent 17942 4ebdadb588e2
child 17944 58da3a446bc2
#DOCUMENTATION by cg class: AbstractSettingsApplication::SystemMessageSettingsAppl comment/format in: #beepInEditor
AbstractSettingsApplication.st
--- a/AbstractSettingsApplication.st	Thu Jan 18 17:11:46 2018 +0100
+++ b/AbstractSettingsApplication.st	Thu Jan 18 17:18:35 2018 +0100
@@ -19664,6 +19664,9 @@
 !
 
 beepInEditor
+    "the aspect hodler which controls if some error/not found conditions in an editor
+     should beep or not."
+
     beepInEditor isNil ifTrue:[
         beepInEditor := true asValue.
         beepInEditor onChangeSend:#updateModifiedChannel to:self