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
// open notifications centerconstcenter=awaitstatusbar.openNotificationsCenter();// closeawaitstatusbar.closeNotificationsCenter();
Editor Status
// open language selection inputawaitstatusbar.openLanguageSelection();// get current language as stringconstlangString=awaitstatusbar.getCurrentLanguage();// open line ending selection inputawaitstatusbar.openLineEndingSelection();// get current line ending as stringconstendingString=awaitstatusbar.getCurrentLineEnding();// open encoding selection inputawaitstatusbar.openEncodingSelection();// get current encoding as stringconstencodingString=awaitstatusbar.getCurrentEncoding();// open indentation selection inputawaitstatusbar.openIndentationSelection();// get current indentation as stringconstindentString=awaitstatusbar.getCurrentIndentation();// open line selection inputawaitstatusbar.openLineSelection();// get current position as string (Ln X, Col Y)constposString=awaitstatusbar.getCurrentPosition();