equal
deleted
inserted
replaced
199 GUI_Thread.require {} |
199 GUI_Thread.require {} |
200 |
200 |
201 for { |
201 for { |
202 command <- current_location |
202 command <- current_location |
203 snapshot = editor.node_snapshot(command.node_name) |
203 snapshot = editor.node_snapshot(command.node_name) |
204 link <- editor.hyperlink_command(snapshot, command) |
204 link <- editor.hyperlink_command(true, snapshot, command) |
205 } link.follow(editor_context) |
205 } link.follow(editor_context) |
206 } |
206 } |
207 |
207 |
208 |
208 |
209 /* main */ |
209 /* main */ |