We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The TextEditor constructor is no longer public.
TextEditor
To construct a text editor, use atom.workspace.buildTextEditor(). To check if an object is a text editor, use atom.workspace.isTextEditor(object).
atom.workspace.buildTextEditor()
atom.workspace.isTextEditor(object)
Object.TextEditor (/Applications/Atom.app/Contents/Resources/app.asar/exports/atom.js:47:14) Object.<anonymous> (/Users/sebastianmunoz/.atom/packages/atom-debugger/lib/debugger-view.coffee:6:84) Object.<anonymous> (/Users/sebastianmunoz/.atom/packages/atom-debugger/lib/debugger-view.coffee:485:4) Module._compile (/Applications/Atom.app/Contents/Resources/app.asar/src/native-compile-cache.js:103:30) Object..coffee (/Applications/Atom.app/Contents/Resources/app.asar/src/compile-cache.js:208:21) Module.load (module.js:357:32)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
TextEditor
constructor is no longer public.To construct a text editor, use
atom.workspace.buildTextEditor()
.To check if an object is a text editor, use
atom.workspace.isTextEditor(object)
.The text was updated successfully, but these errors were encountered: