MCPcopy
hub / github.com/victorporof/Sublime-HTMLPrettify / open_sublime_settings

Function open_sublime_settings

src/py/utils/window_utils.py:35–38  ·  view source on GitHub ↗

Opens the default plugin settings file for editing in a new tab

(window)

Source from the content-addressed store, hash-verified

33
34
35def open_sublime_settings(window):
36 """Opens the default plugin settings file for editing in a new tab"""
37 file_path = join(get_root_dir(), SETTINGS_FILENAME)
38 window.open_file(file_path)
39
40
41def open_u_sublime_settings(window):

Callers 5

runMethod · 0.85
runMethod · 0.85
handle_node_errorFunction · 0.85
handle_unknown_os_errorFunction · 0.85
handle_syntax_errorFunction · 0.85

Calls 1

get_root_dirFunction · 0.85

Tested by

no test coverage detected