/[freeride]/freeride/plugins/rubyide_fox_gui/editpane.rb
ViewVC logotype

Diff of /freeride/plugins/rubyide_fox_gui/editpane.rb

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

revision 1.2 by richkilmer, Fri Dec 20 19:08:49 2002 UTC revision 1.3 by ljulliar, Sat Feb 8 16:58:09 2003 UTC
# Line 128  module FreeRIDE Line 128  module FreeRIDE
128            bind_action("copy", :copy)            bind_action("copy", :copy)
129            bind_action("paste", :paste)            bind_action("paste", :paste)
130            bind_action("show_debugline", :show_debugline)            bind_action("show_debugline", :show_debugline)
131            bind_action("cursor_line", :cursor_line)            bind_action("clear_debugline", :clear_debugline)
132              bind_action("get_cursor_line", :cursor_line)
133            bind_action("set_cursor_line", :set_cursor_line)            bind_action("set_cursor_line", :set_cursor_line)
134            bind_action("get_text", :get_text)            bind_action("get_text", :get_text)
135          end          end
# Line 222  module FreeRIDE Line 223  module FreeRIDE
223            @controller.show_debugline(line)            @controller.show_debugline(line)
224          end          end
225                    
226            def clear_debugline(line)
227              @controller.show_debugline(nil)
228            end
229            
230          def cursor_line          def cursor_line
231            @controller.cursor_line            @controller.cursor_line
232          end          end
# Line 272  module FreeRIDE Line 277  module FreeRIDE
277      end      end
278    
279    end    end
 end  
280    end

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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