TyGoss / Code-Font

Code-Font is an extension for the text editor Brackets that allows you to change the font of the coding window to one of ten popular Google Fonts.
8 stars 8 forks source link

PreferencesManager.getPreferenceStorage is deprecated #7

Open marcelgerber opened 10 years ago

marcelgerber commented 10 years ago

@tirithen

The Brackets method PreferencesManager.getPreferenceStorage() has been deprecated in Sprint 36 (released February 2014) and is about to be removed in the near future, probably in Release 1.1. Your extension makes use of this method and thus, it'll probably not work any longer after that code is removed, or it will at least behave wonky. Use the new Preferences System instead to be future-proof.

For more information, take a look at https://github.com/adobe/brackets/issues/8751#issuecomment-60777334.