You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @returns True if the document was successfully saved.
137
+
*/
138
+
saveDocument(): Promise<boolean>;
139
+
140
+
/**
141
+
* Close the current document.
142
+
* @returns True if the document was successfully closed.
143
+
*/
144
+
closeDocument(): Promise<boolean>;
145
+
134
146
/**
135
147
* Open a file in the file system.
136
148
* @param path The file path. It must be one that the app can access. See the [wiki](https://github.com/MarkEdit-app/MarkEdit/wiki/Customization#grant-folder-access) for more details.
0 commit comments