Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Jan 4, 2019
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
Commits on Jan 3, 2019
Commits on Jan 2, 2019
Issue xi-editor#365 - Remove the showEditedIndicator state variable in favor of adding the logic inside of the windowTitle(forDocumentDisplayName:) with the help of document.hasUnautosavedChanges (…
Issue xi-editor#365 - Ensure that the edited indicator is only shown when there are at least two tabs present.
Issue xi-editor#365 - Changed away from using a dedicated method to using a didSet on the boolean property; this allows for easier reading while also allowing for an easier check to make sure that …