From cb2919df1f18505c7bdbe187019862e8b934a6af Mon Sep 17 00:00:00 2001 From: Bibiko Date: Mon, 16 Aug 2010 12:32:26 +0000 Subject: =?UTF-8?q?=E2=80=A2=C2=A0added=20chance=20to=20export/import=20th?= =?UTF-8?q?e=20color=20theme=20of=20the=20Query=20Editor=20in=20Prefs=20>?= =?UTF-8?q?=20Editor=20>=20Gear=20menu=20as=20normal=20plist=20file=20-=20?= =?UTF-8?q?file=20extension=20is=20spTheme=20-=20can=20also=20import=20Tex?= =?UTF-8?q?tMate=20theme=20tmTheme=20files=20directly=20=E2=80=A2=20added?= =?UTF-8?q?=20the=20chance=20to=20set=20the=20selection=20color=20in=20the?= =?UTF-8?q?=20Query=20Editor=20=E2=80=A2=20fixed=20code=20for=20setting=20?= =?UTF-8?q?the=20insertion=20point=20color=20=E2=80=A2=20changed=20the=20w?= =?UTF-8?q?ay=20how=20the=20query=20highlight=20color=20will=20be=20drawn?= =?UTF-8?q?=20-=20now=20it=20also=20supports=20colors=20with=20an=20alpha?= =?UTF-8?q?=20value?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sequel-pro.xcodeproj/project.pbxproj | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sequel-pro.xcodeproj') diff --git a/sequel-pro.xcodeproj/project.pbxproj b/sequel-pro.xcodeproj/project.pbxproj index 79980eb9..8b6c7445 100644 --- a/sequel-pro.xcodeproj/project.pbxproj +++ b/sequel-pro.xcodeproj/project.pbxproj @@ -353,6 +353,7 @@ BC675A17107203BA00C5ACD4 /* ContentFilterManager.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC675A15107203BA00C5ACD4 /* ContentFilterManager.xib */; }; BC6D709D120C4C97008027B5 /* SPEditorTokens.h in Headers */ = {isa = PBXBuildFile; fileRef = 179F15040F7C433C00579954 /* SPEditorTokens.h */; }; BC6D709E120C4C9F008027B5 /* SPEditorTokens.l in Sources */ = {isa = PBXBuildFile; fileRef = 179F15050F7C433C00579954 /* SPEditorTokens.l */; }; + BC85F5D012193B7D00E255B5 /* SPColorAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = BC85F5CF12193B7D00E255B5 /* SPColorAdditions.m */; }; BC8B0DAF104004F900FC02EC /* EncodingPopupView.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC8B0DAD104004F900FC02EC /* EncodingPopupView.xib */; }; BC8C8532100E0A8000D7A129 /* SPTableView.m in Sources */ = {isa = PBXBuildFile; fileRef = BC8C8531100E0A8000D7A129 /* SPTableView.m */; }; BC93FBBD11514ADE005F1D9F /* Navigator.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC93FBBB11514ADE005F1D9F /* Navigator.xib */; }; @@ -985,6 +986,8 @@ BC675A121072039C00C5ACD4 /* SPContentFilterManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SPContentFilterManager.h; sourceTree = ""; }; BC675A131072039C00C5ACD4 /* SPContentFilterManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SPContentFilterManager.m; sourceTree = ""; }; BC675A16107203BA00C5ACD4 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/ContentFilterManager.xib; sourceTree = ""; }; + BC85F5CE12193B7D00E255B5 /* SPColorAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SPColorAdditions.h; sourceTree = ""; }; + BC85F5CF12193B7D00E255B5 /* SPColorAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SPColorAdditions.m; sourceTree = ""; }; BC8B0DAE104004F900FC02EC /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/EncodingPopupView.xib; sourceTree = ""; }; BC8C8530100E0A8000D7A129 /* SPTableView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SPTableView.h; sourceTree = ""; }; BC8C8531100E0A8000D7A129 /* SPTableView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SPTableView.m; sourceTree = ""; }; @@ -2130,6 +2133,8 @@ 5870868310FA3E9C00D58E1C /* SPDataStorage.m */, 589582131154F8F400EDCC28 /* SPMainThreadTrampoline.h */, 589582141154F8F400EDCC28 /* SPMainThreadTrampoline.m */, + BC85F5CE12193B7D00E255B5 /* SPColorAdditions.h */, + BC85F5CF12193B7D00E255B5 /* SPColorAdditions.m */, ); name = "Category Additions"; sourceTree = ""; @@ -2743,6 +2748,7 @@ 17AF787B11FC41C00073D043 /* SPExportFilenameUtilities.m in Sources */, 17F90E481210B42700274C98 /* SPExportFile.m in Sources */, 17F90E4B1210B43A00274C98 /* SPExportFileUtilities.m in Sources */, + BC85F5D012193B7D00E255B5 /* SPColorAdditions.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; -- cgit v1.2.3