Skip to content
acken edited this page Feb 5, 2012 · 1 revision

The configurable editor can be set up to work with any editor. It will give you limited integration options but supports go to file and set focus. To set up a specific editor edit the configured.editor file as follows:

  • editor/launch is the command line for launching the editor
  • editor/alive is the command to launch to look for running process. Look for is text to search for
  • editor/goto is the command for navigating to a line \ column in a spesific file
  • editor/setfocus is the command for setting focus to the application. (On windows the oi set-to-foreground command command)

To launch editor run "oi editor configured"

Clone this wiki locally