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
Now that we have a 'languages' menu for selecting the syntax for the current document, there's one obvious improvement we could make: it would be nice if the top had a small 'Recently Used' section, which could show the 4/5 most recent items. This could be based on either what has been sent by "language_changed", or on what has actually been selected by the user. These could be persisted between launches by using NSUserDefaults.
The text was updated successfully, but these errors were encountered:
Now that we have a 'languages' menu for selecting the syntax for the current document, there's one obvious improvement we could make: it would be nice if the top had a small 'Recently Used' section, which could show the 4/5 most recent items. This could be based on either what has been sent by "language_changed", or on what has actually been selected by the user. These could be persisted between launches by using
NSUserDefaults
.The text was updated successfully, but these errors were encountered: