Is there a way to get open_file
not to open a new view if the requested file is invalid?
window.open_file("bogusPath", sublime.FORCE_GROUP, 0)
This opens a buffer named “bogusPath”. I just want it to do nothing.
Is there a way to get open_file
not to open a new view if the requested file is invalid?
window.open_file("bogusPath", sublime.FORCE_GROUP, 0)
This opens a buffer named “bogusPath”. I just want it to do nothing.