From: <hi...@us...> - 2007-02-10 02:28:28
|
Revision: 1542 http://svn.sourceforge.net/rubycocoa/?rev=1542&view=rev Author: hisa Date: 2007-02-09 18:28:26 -0800 (Fri, 09 Feb 2007) Log Message: ----------- 2007-02-10 Fujimoto Hisa <hi...@fo...> * sample/VPRubyPluginEnabler: added VoodooPad plugin convetions. the VPRubyScript#vp_spec is configuration for menu item. the VPRubyScript#vp_action is a definition of a script procedure. the action is evaluated when an user selects the menu item. so the script is able to modify without re-launch the app. * framework/src/objc/RBRuntime.m: fixed to check the result of bundle_support_load by rb_obj_is_kind_of instead of rb_obj_is_instance_of. Modified Paths: -------------- branches/bundle-support/src/ChangeLog branches/bundle-support/src/framework/src/objc/RBRuntime.m branches/bundle-support/src/sample/VPRubyPluginEnabler/Script PlugIns/count of words in document.rb branches/bundle-support/src/sample/VPRubyPluginEnabler/Script PlugIns/count of words in page.rb branches/bundle-support/src/sample/VPRubyPluginEnabler/Script PlugIns/new page with date.rb branches/bundle-support/src/sample/VPRubyPluginEnabler/Script PlugIns/select line.rb branches/bundle-support/src/sample/VPRubyPluginEnabler/Script PlugIns/select paragraph.rb branches/bundle-support/src/sample/VPRubyPluginEnabler/VPRubyScript.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |