Sublime Forum

Error in documentation

#1

Hi,

while reading the documentation I have found an error:
https://www.sublimetext.com/docs/3/api_reference.html#sublime.View

at sublime.Window Class -> new_file() documentation states that:
“Creates a new file. The returned view will be empty, and its is_loaded() method will return True.”

But there is no is_loaded() function for the view class!

BR.

0 Likes

#2

probably it should say is_loading, but then perhaps it should return False?

0 Likes