sublime_lib icon indicating copy to clipboard operation
sublime_lib copied to clipboard

Since 4075, settings are iterable

Open FichteFoll opened this issue 3 years ago • 2 comments

Iterating over view.settings() yields a list of (key, value) pairs. That's a non-standard iteration procedure, but something we can certainly work with to provide a proper dict/MutableMapping interface.

Related: https://github.com/sublimehq/sublime_text/issues/3459

FichteFoll avatar Jul 11 '20 01:07 FichteFoll

Do we have a roadmap at this point for what dependencies will look like in 4.0?

Thom1729 avatar Jul 11 '20 19:07 Thom1729

No, we have nothing at the moment other than they will be installed into the Lib folder and no loader code will be necessary or even supported.

FichteFoll avatar Jul 13 '20 02:07 FichteFoll