/[freeride]/freeride/plugins/rubyide_tools_fox_debugger/fox_debugger.rb
ViewVC logotype

Diff of /freeride/plugins/rubyide_tools_fox_debugger/fox_debugger.rb

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by ljulliar, Thu May 1 20:17:43 2003 UTC revision 1.13 by ljulliar, Fri May 2 21:17:18 2003 UTC
# Line 145  module FreeRIDE Line 145  module FreeRIDE
145            bind_action("toggle", :toggle)            bind_action("toggle", :toggle)
146            bind_action("hide", :my_hide)            bind_action("hide", :my_hide)
147            bind_action("show", :my_show)            bind_action("show", :my_show)
148              bind_action("clear", :clear)
149          end          end
150                    
151          def bind_action(name, meth)          def bind_action(name, meth)
# Line 199  module FreeRIDE Line 200  module FreeRIDE
200            end            end
201          end          end
202    
203            ##
204            # Clear the console output
205            #
206            def clear
207              @console.text = ""
208              @console.makePositionVisible(0)
209            end
210    
211          ##          ##
212          # Create the debugger UI and put it in a top frame          # Create the debugger UI and put it in a top frame
213          #          #

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26