-
- Downloads
There was an error fetching the commit references. Please try again later.
Use Core Data to store command history and directory history. This is designed...
Use Core Data to store command history and directory history. This is designed to improve performance. Previously, we'd write the whole plist of all history out on every new command or directory change, and it could easily be large (mine was 105kb).
Showing
- Model.xcdatamodeld/Model.xcdatamodel/contents 38 additions, 0 deletionsModel.xcdatamodeld/Model.xcdatamodel/contents
- iTerm2.xcodeproj/project.pbxproj 159 additions, 40 deletionsiTerm2.xcodeproj/project.pbxproj
- iTerm2XCTests/iTermShellHistoryTest.m 1005 additions, 0 deletionsiTerm2XCTests/iTermShellHistoryTest.m
- iTerm2XCTests/iTermToolbeltTest.m 5 additions, 6 deletionsiTerm2XCTests/iTermToolbeltTest.m
- iTermCommandHistoryCommandUseMO+CoreDataProperties.h 27 additions, 0 deletionsiTermCommandHistoryCommandUseMO+CoreDataProperties.h
- iTermCommandHistoryCommandUseMO+CoreDataProperties.m 23 additions, 0 deletionsiTermCommandHistoryCommandUseMO+CoreDataProperties.m
- iTermCommandHistoryCommandUseMO.h 24 additions, 0 deletionsiTermCommandHistoryCommandUseMO.h
- iTermCommandHistoryCommandUseMO.m 16 additions, 0 deletionsiTermCommandHistoryCommandUseMO.m
- iTermCommandHistoryEntryMO+CoreDataProperties.h 42 additions, 0 deletionsiTermCommandHistoryEntryMO+CoreDataProperties.h
- iTermCommandHistoryEntryMO+CoreDataProperties.m 23 additions, 0 deletionsiTermCommandHistoryEntryMO+CoreDataProperties.m
- iTermCommandHistoryEntryMO.h 24 additions, 0 deletionsiTermCommandHistoryEntryMO.h
- iTermCommandHistoryEntryMO.m 17 additions, 0 deletionsiTermCommandHistoryEntryMO.m
- iTermHostRecordMO+CoreDataProperties.h 39 additions, 0 deletionsiTermHostRecordMO+CoreDataProperties.h
- iTermHostRecordMO+CoreDataProperties.m 21 additions, 0 deletionsiTermHostRecordMO+CoreDataProperties.m
- iTermHostRecordMO.h 24 additions, 0 deletionsiTermHostRecordMO.h
- iTermHostRecordMO.m 17 additions, 0 deletionsiTermHostRecordMO.m
- iTermRecentDirectoryMO+CoreDataProperties.h 26 additions, 0 deletionsiTermRecentDirectoryMO+CoreDataProperties.h
- iTermRecentDirectoryMO+CoreDataProperties.m 22 additions, 0 deletionsiTermRecentDirectoryMO+CoreDataProperties.m
- iTermRecentDirectoryMO.h 24 additions, 0 deletionsiTermRecentDirectoryMO.h
- iTermRecentDirectoryMO.m 16 additions, 0 deletionsiTermRecentDirectoryMO.m
This diff is collapsed.
iTerm2XCTests/iTermShellHistoryTest.m
0 → 100644
This diff is collapsed.
iTermCommandHistoryCommandUseMO.h
0 → 100644
iTermCommandHistoryCommandUseMO.m
0 → 100644
iTermCommandHistoryEntryMO.h
0 → 100644
iTermCommandHistoryEntryMO.m
0 → 100644
iTermHostRecordMO+CoreDataProperties.h
0 → 100644
iTermHostRecordMO+CoreDataProperties.m
0 → 100644
iTermHostRecordMO.h
0 → 100644
iTermHostRecordMO.m
0 → 100644
iTermRecentDirectoryMO+CoreDataProperties.h
0 → 100644
iTermRecentDirectoryMO+CoreDataProperties.m
0 → 100644
iTermRecentDirectoryMO.h
0 → 100644
iTermRecentDirectoryMO.m
0 → 100644
Please register or sign in to comment