SublimeText / sublime_lib

Utility library for frequently used functionality in Sublime Text and convenience functions or classes
https://sublimetext.github.io/sublime_lib
MIT License
52 stars 4 forks source link

Since 4075, settings are iterable #139

Open FichteFoll opened 3 years ago

FichteFoll commented 3 years ago

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

Thom1729 commented 3 years ago

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

FichteFoll commented 3 years ago

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.