#OTHER by exept
authorClaus Gittinger <cg@exept.de>
Fri, 30 Aug 2019 10:46:58 +0200
changeset 19081 105f3e3f2783
parent 19080 a2cbd90ebfbf
child 19082 255b344f8283
#OTHER by exept use allRed and allGray
Tools__CodeNavigationService.st
--- a/Tools__CodeNavigationService.st	Fri Aug 30 10:46:54 2019 +0200
+++ b/Tools__CodeNavigationService.st	Fri Aug 30 10:46:58 2019 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2010 by Jan Vrany, SWING Research Group. CTU in Prague
               All Rights Reserved
@@ -306,8 +308,9 @@
 
 buttonPress: button x:x y:y in: view
     "Handles an event in given view (a subview of codeView).
-     If the method returns true, the event will not be processed
-     by the view."
+     If the method returns true, it has eaten the event and it will not be processed
+     by the view or other services.
+     Notice, that this is called both for events in the gutter AND for events in the text."
 
     (view == textView) ifTrue:[
         textView isQuickMenuModifierPressed ifTrue:[