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
Hi, I have a bug when activating Settings->Editor->Scroll past end option, when todo-show is active.
Atom: 1.26.0 x64 Electron: 1.7.11 OS: Unknown Windows version Thrown From: Atom Core
Stack Trace
Uncaught TypeError: Cannot read property 'isEqual' of undefined
At C:\Users\Anymord\AppData\Local\atom\app-1.26.0\resources\app\src\text-editor-registry.js:261
TypeError: Cannot read property 'isEqual' of undefined
at editorsWithMaintainedConfig.forEach (~/AppData/Local/atom/app-1.26.0/resources/app/src/text-editor-registry.js:261:56)
at Set.forEach (native)
at subscriptions.add.config.onDidChange (~/AppData/Local/atom/app-1.26.0/resources/app/src/text-editor-registry.js:260:52)
at emitter.on (~/AppData/Local/atom/app-1.26.0/resources/app/src/config.js:1290:15)
at Function.module.exports.Emitter.simpleDispatch (~/AppData/Local/atom/app-1.26.0/resources/app/node_modules/event-kit/lib/emitter.js:25:20)
at Emitter.module.exports.Emitter.emit (~/AppData/Local/atom/app-1.26.0/resources/app/node_modules/event-kit/lib/emitter.js:141:34)
at Config.emitChangeEvent (~/AppData/Local/atom/app-1.26.0/resources/app/src/config.js:1226:62)
at Config.setRawValue (~/AppData/Local/atom/app-1.26.0/resources/app/src/config.js:1052:23)
at Config.set (~/AppData/Local/atom/app-1.26.0/resources/app/src/config.js:715:18)
at SettingsPanel.set (~/AppData/Local/atom/app-1.26.0/resources/app/node_modules/settings-view/lib/settings-panel.js:238:34)
at HTMLInputElement.changeHandler (~/AppData/Local/atom/app-1.26.0/resources/app/node_modules/settings-view/lib/settings-panel.js:174:25)
I reproduced this issue when checking or unchecking Soft Wrap under the Editor tab preference with only the todo-show package installed. The error went away when is disabled todo-show and restarted Atom.
This issue came from a deprecated way of creating and using a text editor inside the todo view. I have removed the search field for now until I have the time to update the whole view. Thank you all for coming with the feedback.
Hi, I have a bug when activating Settings->Editor->Scroll past end option, when todo-show is active.
Atom: 1.26.0 x64
Electron: 1.7.11
OS: Unknown Windows version
Thrown From: Atom Core
Stack Trace
Uncaught TypeError: Cannot read property 'isEqual' of undefined
Commands
Non-Core Packages
Can anyone reproduce ? Thanks !
The text was updated successfully, but these errors were encountered: