-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Remove deprecated code using the old preferences system #12720
Conversation
To be merged for 1.9, we're nearing 1.8 release (I hope) so it'd be better to merge after release. Methods have been deprecated for over a year so it's time to remove them. |
1b367f1
to
d6ae906
Compare
1.8 has been released and we are currently in 1.9. Time to merge this, maybe? :D |
@le717 is there any difference with your PR? |
😢 |
Or merge @le717's PR, I don't even have a brackets installation. ;) |
😢 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this PR seems to delete too much, are we 100% sure it only deletes unused stuff?
/** | ||
* Save all preference clients. | ||
*/ | ||
function savePreferences() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this method is being referenced for example here: https://github.com/adobe/brackets/blob/master/src/document/DocumentCommandHandlers.js#L1378
but also on multiple places
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, savePreferences has been in the deprecated code.
Merged, gives us time to catch problems before next release if they arise. |
Follow up of #12182