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
The new settings UI is backed by an EditorModel and ITextModel even though there is no text editor involved. Currently local settings search goes through the AbstractSettingsModel, only for searching in values. But we can search values the same way that the other setting fields are searched.
Not causing a specific problem, but also not "right".
The text was updated successfully, but these errors were encountered:
roblourens
changed the title
Fix settings search to not be implemented via an EditorModel
Fix settings search to not be implemented via an ITextModel
Sep 6, 2018
The new settings UI is backed by an EditorModel and ITextModel even though there is no text editor involved. Currently local settings search goes through the AbstractSettingsModel, only for searching in values. But we can search values the same way that the other setting fields are searched.
Not causing a specific problem, but also not "right".
The text was updated successfully, but these errors were encountered: