-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unsaved changes indicator in editor tab (#1441)
* File tabs now indicate when unsaved changes are present. * Unsaved changes tab indicator (#1449) * Fixed SwiftLint errors and fixed inspector in Sonoma * Use CEUndoManager in CEWorkspaceFile (#1451) * Unsaved changes tab indicator, fix onReceive and force re-render when item.fileDocument changed * rename view to EditorFileTabCloseButton * override updateChangeCount and add isDocumentEdited Publisher, remove isDirty property * Use CEUndoManager in CodeFileDocument * update CodeEditTextView version * Fixed SwiftLint error * Updated snapshot testing package * Fixed small PR issue --------- Co-authored-by: avinizhanov <[email protected]>
- Loading branch information
1 parent
698b75e
commit f20f28e
Showing
11 changed files
with
253 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.