|
14 | 14 | 58C3C25118110DB70031D9CD /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 58C3C24F18110DB70031D9CD /* InfoPlist.strings */; }; |
15 | 15 | 58C3C25A181128140031D9CD /* FuzzyAutocomplete.m in Sources */ = {isa = PBXBuildFile; fileRef = 58C3C259181128140031D9CD /* FuzzyAutocomplete.m */; }; |
16 | 16 | 58E9F98F1813A0FE000928AF /* IDEKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 58E9F98E1813A0FE000928AF /* IDEKit.framework */; }; |
| 17 | + 650C2FA6190B31600021BCD8 /* FAMatchPattern.m in Sources */ = {isa = PBXBuildFile; fileRef = 650C2FA5190B31600021BCD8 /* FAMatchPattern.m */; }; |
17 | 18 | 650D4F5F18E5FCFF00F5DBEE /* FASettings.m in Sources */ = {isa = PBXBuildFile; fileRef = 650D4F5E18E5FCFF00F5DBEE /* FASettings.m */; }; |
18 | 19 | 65346CC7189D885C004EB7BE /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 58C3C24B18110DB70031D9CD /* AppKit.framework */; }; |
19 | 20 | 6540232C18F9F79700D580B3 /* FAItemScoringMethod.m in Sources */ = {isa = PBXBuildFile; fileRef = 6540232B18F9F79700D580B3 /* FAItemScoringMethod.m */; }; |
|
52 | 53 | 58E391E7181289A100C18DBF /* IDEIndexCompletionItem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IDEIndexCompletionItem.h; sourceTree = "<group>"; }; |
53 | 54 | 58E9F98D18139EC5000928AF /* IDEOpenQuicklyPattern.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IDEOpenQuicklyPattern.h; sourceTree = "<group>"; }; |
54 | 55 | 58E9F98E1813A0FE000928AF /* IDEKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IDEKit.framework; path = ../../../../Applications/Xcode.app/Contents/Frameworks/IDEKit.framework; sourceTree = "<group>"; }; |
| 56 | + 6503E741190AB08D00017267 /* DVTTextStorage.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DVTTextStorage.h; sourceTree = "<group>"; }; |
| 57 | + 6503E742190AB08D00017267 /* DVTTextStorageDelegate-Protocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "DVTTextStorageDelegate-Protocol.h"; sourceTree = "<group>"; }; |
| 58 | + 650C2FA4190B31600021BCD8 /* FAMatchPattern.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FAMatchPattern.h; sourceTree = "<group>"; }; |
| 59 | + 650C2FA5190B31600021BCD8 /* FAMatchPattern.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FAMatchPattern.m; sourceTree = "<group>"; }; |
55 | 60 | 650D4F5D18E5FCFF00F5DBEE /* FASettings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FASettings.h; sourceTree = "<group>"; }; |
56 | 61 | 650D4F5E18E5FCFF00F5DBEE /* FASettings.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FASettings.m; sourceTree = "<group>"; }; |
57 | 62 | 6540232A18F9F79700D580B3 /* FAItemScoringMethod.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FAItemScoringMethod.h; sourceTree = "<group>"; }; |
|
66 | 71 | 658A7C8218A13279007655E0 /* DVTPreferenceSet-Protocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "DVTPreferenceSet-Protocol.h"; sourceTree = "<group>"; }; |
67 | 72 | 65A066A318F2CE4600B15293 /* FASettingsWindow.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = FASettingsWindow.xib; sourceTree = "<group>"; }; |
68 | 73 | 65AA753518F367360057D0A7 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; |
| 74 | + 65C8108D193FA29500CE8D9E /* DVTCompletingTextView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DVTCompletingTextView.h; sourceTree = "<group>"; }; |
69 | 75 | 65DB740C18A12FBF001CDD83 /* DVTFontAndColorTheme.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DVTFontAndColorTheme.h; sourceTree = "<group>"; }; |
| 76 | + 65E3D500190AAD8400A42F56 /* DVTCompletingTextView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DVTCompletingTextView.h; sourceTree = "<group>"; }; |
| 77 | + 65E3D501190AADAB00A42F56 /* DVTCompletingTextViewDelegate-Protocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "DVTCompletingTextViewDelegate-Protocol.h"; sourceTree = "<group>"; }; |
70 | 78 | 65E6847218F897400093A671 /* NSBundle+LSLProperties.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSBundle+LSLProperties.h"; sourceTree = "<group>"; }; |
71 | 79 | 65E6847318F897400093A671 /* NSBundle+LSLProperties.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSBundle+LSLProperties.m"; sourceTree = "<group>"; }; |
72 | 80 | 65EAE5DC18ECADF900F0974C /* FATheme.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FATheme.h; sourceTree = "<group>"; }; |
|
92 | 100 | 580BC1E5181172D100D53F1F /* Xcode Headers */ = { |
93 | 101 | isa = PBXGroup; |
94 | 102 | children = ( |
| 103 | + 6503E741190AB08D00017267 /* DVTTextStorage.h */, |
| 104 | + 6503E742190AB08D00017267 /* DVTTextStorageDelegate-Protocol.h */, |
95 | 105 | 58BA07C018124BFC0070060D /* DVTInvalidation-Protocol.h */, |
| 106 | + 65C8108D193FA29500CE8D9E /* DVTCompletingTextView.h */, |
96 | 107 | 58BA07C118124C0A0070060D /* DVTTextCompletionDataSourceDelegate-Protocol.h */, |
97 | 108 | 58DA96F21813D38A00D0082B /* DVTTextCompletionInlinePreviewController.h */, |
98 | 109 | 58DA96F31813D48D00D0082B /* DVTTextCompletionItem-Protocol.h */, |
99 | 110 | 5870150918140BB700082A37 /* DVTTextCompletionListWindowController.h */, |
| 111 | + 65E3D501190AADAB00A42F56 /* DVTCompletingTextViewDelegate-Protocol.h */, |
| 112 | + 65E3D500190AAD8400A42F56 /* DVTCompletingTextView.h */, |
100 | 113 | 58BA07BF18124BD50070060D /* DVTTextCompletionSession.h */, |
101 | 114 | 58E391E7181289A100C18DBF /* IDEIndexCompletionItem.h */, |
102 | 115 | 58E9F98D18139EC5000928AF /* IDEOpenQuicklyPattern.h */, |
|
169 | 182 | 65599234189FFFD600C44208 /* DVTTextCompletionInlinePreviewController+FuzzyAutocomplete.m */, |
170 | 183 | 655738C618F47F1E003FD40A /* FATextCompletionListHeaderView.h */, |
171 | 184 | 655738C718F47F1E003FD40A /* FATextCompletionListHeaderView.m */, |
| 185 | + 650C2FA4190B31600021BCD8 /* FAMatchPattern.h */, |
| 186 | + 650C2FA5190B31600021BCD8 /* FAMatchPattern.m */, |
172 | 187 | ); |
173 | 188 | path = FuzzyAutocomplete; |
174 | 189 | sourceTree = "<group>"; |
|
265 | 280 | 6540232C18F9F79700D580B3 /* FAItemScoringMethod.m in Sources */, |
266 | 281 | 58501C0618165B0600AA3179 /* JRSwizzle.m in Sources */, |
267 | 282 | 58C3C25A181128140031D9CD /* FuzzyAutocomplete.m in Sources */, |
| 283 | + 650C2FA6190B31600021BCD8 /* FAMatchPattern.m in Sources */, |
268 | 284 | 650D4F5F18E5FCFF00F5DBEE /* FASettings.m in Sources */, |
269 | 285 | 65EAE5DE18ECADF900F0974C /* FATheme.m in Sources */, |
270 | 286 | 657EB240189D76DC00B04AC0 /* DVTTextCompletionListWindowController+FuzzyAutocomplete.m in Sources */, |
|
0 commit comments