You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)