Tools__BreakpointBrowser.st
changeset 8530 10e17ee2b59c
parent 8398 f90fc6048ed4
child 8767 00f1c865aaea
equal deleted inserted replaced
8529:8d2391313df2 8530:10e17ee2b59c
  1117     super release
  1117     super release
  1118 ! !
  1118 ! !
  1119 
  1119 
  1120 !BreakpointBrowser methodsFor:'menu actions'!
  1120 !BreakpointBrowser methodsFor:'menu actions'!
  1121 
  1121 
  1122 openAboutThisApplication
       
  1123     super openAboutThisApplication
       
  1124 !
       
  1125 
       
  1126 openDocumentation
  1122 openDocumentation
  1127     HTMLDocumentView openFullOnDocumentationFile:'tools/misc/TOP.html#BREAKPOINTLIST'.
  1123     HTMLDocumentView openFullOnDocumentationFile:'tools/misc/TOP.html#BREAKPOINTLIST'.
  1128 
  1124 
  1129     "/ add application-specific help files under the 'doc/online/<language>/help/appName'
  1125     "/ add application-specific help files under the 'doc/online/<language>/help/appName'
  1130     "/ directory, and open a viewer with:
  1126     "/ directory, and open a viewer with:
  1471 ! !
  1467 ! !
  1472 
  1468 
  1473 !BreakpointBrowser class methodsFor:'documentation'!
  1469 !BreakpointBrowser class methodsFor:'documentation'!
  1474 
  1470 
  1475 version
  1471 version
  1476     ^ '$Header: /cvs/stx/stx/libtool/Tools__BreakpointBrowser.st,v 1.10 2008-11-03 15:59:55 sr Exp $'
  1472     ^ '$Header: /cvs/stx/stx/libtool/Tools__BreakpointBrowser.st,v 1.11 2009-02-03 10:41:37 cg Exp $'
  1477 ! !
  1473 ! !