Sublime Forum

API Suggestion Discussion: open_readonly_package_resource

#1

You can do this using window.new_file() and populating the contents with sublime.load_resource()

0 Likes

API Suggestions
#2
window.run_command("open_file", {"file": "${packages}/Default/Preferences.sublime-settings"})

I will contribute some suggestions on Monday, most likely.

0 Likes

unlisted #3
0 Likes

#4

Replies to the API suggestion: API Suggestions

0 Likes

#5

Should have moved API Suggestions as well, imo.

0 Likes