Tools__BreakpointService.st
changeset 14971 a33058120f3d
parent 14950 29261c456545
child 15045 fb673fb38d77
--- a/Tools__BreakpointService.st	Wed Dec 03 10:45:16 2014 +0100
+++ b/Tools__BreakpointService.st	Wed Dec 03 11:24:50 2014 +0100
@@ -347,17 +347,17 @@
                 FlyByHelp currentHelpListener initiateHelpFor:view at:x@y now:true
             ].
 "/            lineNr notNil ifTrue:[ self setOrToggleBreakpointAtLine:lineNr ].
-            ^ true.
+            ^ false.
         ].
-        button == 3 ifTrue:[
-            ^ true.
-        ]
+"/        button == 3 ifTrue:[
+"/            ^ true.
+"/        ]
     ].
     ^ false
 
     "Created: / 17-06-2011 / 13:05:22 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 28-06-2011 / 08:31:39 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 19-09-2011 / 14:41:00 / cg"
+    "Modified: / 03-12-2014 / 10:22:52 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 keyPress:key x:x y:y in: view
@@ -702,14 +702,14 @@
 !BreakpointService class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__BreakpointService.st,v 1.56 2014-11-28 17:36:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__BreakpointService.st,v 1.57 2014-12-03 10:24:50 vrany Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__BreakpointService.st,v 1.56 2014-11-28 17:36:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__BreakpointService.st,v 1.57 2014-12-03 10:24:50 vrany Exp $'
 !
 
 version_SVN
-    ^ '$Id: Tools__BreakpointService.st,v 1.56 2014-11-28 17:36:09 cg Exp $'
+    ^ '$Id: Tools__BreakpointService.st,v 1.57 2014-12-03 10:24:50 vrany Exp $'
 ! !