/[freeride]/freeride/plugins/rubyide_tools_fox_script_runner/script_runner.rb
ViewVC logotype

Diff of /freeride/plugins/rubyide_tools_fox_script_runner/script_runner.rb

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

revision 1.5 by ljulliar, Fri May 2 21:17:18 2003 UTC revision 1.6 by ljulliar, Tue Jun 24 21:27:40 2003 UTC
# Line 49  module FreeRIDE Line 49  module FreeRIDE
49    
50        # Make run command available at start time only if there is an edit        # Make run command available at start time only if there is an edit
51        # pane opened        # pane opened
52        cmd.availability = plugin['/system/ui/current/EditPane'].is_link_slot?        cmd.availability = plugin['/system/ui/current'].has_child?('EditPane')
53        plugin["/system/ui/commands"].manager.command("App/Run/RunScript").icon = "/system/ui/icons/ScriptRunner/run"        plugin["/system/ui/commands"].manager.command("App/Run/RunScript").icon = "/system/ui/icons/ScriptRunner/run"
54        plugin["/system/ui/current/ToolBar"].manager.add_command("Run", "App/Run/RunScript")        plugin["/system/ui/current/ToolBar"].manager.add_command("Run", "App/Run/RunScript")
55                

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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