• Refactored the class ScriptMate. It now inherits from a class CommandMate. CommandMate can be used with any class implementing a "run" method that returns three file descriptors [stdout, stderr, stack_dump]. Use this class to achieve RubyMate-like output with any arbitrary command. • Added a class UserCommand. It implements the aforementioned interface. Initialize it with a command and pass it to CommandMate.
Changed: U trunk/Bundles/Ruby.tmbundle/Support/RubyMate/run_script.rb U trunk/Support/lib/scriptmate.rb _______________________________________________ textmate-dev mailing list [email protected] http://lists.macromates.com/mailman/listinfo/textmate-dev
