Editor0.25.1
class Editor
- All versions:
- 0.29.0-dev, 0.28.1, 0.28.0, 0.28.0-dev, 0.27.2, 0.27.1, 0.27.0, 0.26.3, 0.26.2, 0.26.1, 0.26.0, 0.25.3, 0.25.2, 0.25.1, 0.25.0-dev
Properties
-
linkurlScheme: String
The URL scheme for opening files in this editor. The following placeholders are supported:
%{url}
file URL of the file to open%{path}
absolute file path of the file to open%{line}
start line number to navigate to%{endLine}
end line number to navigate to%{column}
start column number to navigate to%{endColumn}
end column number to navigate to
An editor for viewing and editing Pkl files.