class Origami::Action::GoToR
Class representing a GoTo Action to an external file.
def self.[](file, dest: Destination::GlobalFit[0], new_window: false)
_new_window_:: Specifies whether the file has to be opened in a new window.
_dest_:: A Destination in the file.
_file_:: A FileSpec describing the file.
Creates a new GoTo remote Action.
def self.[](file, dest: Destination::GlobalFit[0], new_window: false) self.new(:F => file, :D => dest, :NewWindow => new_window) end