mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Fix up the stage view's commit message text view
- stop the spelling error markers from being drawn over
- allow undo/redo in the commit message view
This commit is contained in:
@@ -150,6 +150,11 @@ NSString* PBGitRepositoryErrorDomain = @"GitXErrorDomain";
|
||||
return self;
|
||||
}
|
||||
|
||||
- (BOOL)isDocumentEdited
|
||||
{
|
||||
return NO;
|
||||
}
|
||||
|
||||
// The fileURL the document keeps is to the .git dir, but that’s pretty
|
||||
// useless for display in the window title bar, so we show the directory above
|
||||
- (NSString *) displayName
|
||||
|
||||
Reference in New Issue
Block a user