In the __editor__.Interface.textChange function, when doing `with open(self.file,'r') as f:` self.file gets shortened if there is a space in the name, and is being opened by context menu.
In the editor.Interface.textChange function, when doing
with open(self.file,'r') as f:self.file gets shortened if there is a space in the name, and is being opened by context menu.