Documentation

Meta::OpenTextEditor

Function

void Meta::OpenTextEditor(const string&in path, int line = 0)

Opens the preferred text editor with the given path and line number.

string path

The path to open. This can be either a filename or a directory.

int line

The line number to navigate to in the editor. Only works when passing a filename in path.