From 7280c2ffaf22f20e4aa8bd1057487b4c3d847c98 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Sun, 1 Nov 2009 22:06:45 +0000 Subject: Improve truncating of table names (by appending ...) using SPTableTextFieldCell. --- sequel-pro.xcodeproj/project.pbxproj | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) (limited to 'sequel-pro.xcodeproj/project.pbxproj') diff --git a/sequel-pro.xcodeproj/project.pbxproj b/sequel-pro.xcodeproj/project.pbxproj index 6fe3c131..57559046 100644 --- a/sequel-pro.xcodeproj/project.pbxproj +++ b/sequel-pro.xcodeproj/project.pbxproj @@ -7,6 +7,7 @@ objects = { /* Begin PBXBuildFile section */ + 171312CE109D23C700FB465F /* SPTableTextFieldCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 171312CD109D23C700FB465F /* SPTableTextFieldCell.m */; }; 17292443107AC41000B21980 /* SPXMLExporter.m in Sources */ = {isa = PBXBuildFile; fileRef = 17292442107AC41000B21980 /* SPXMLExporter.m */; }; 172A65110F7BED7A001E861A /* SPConsoleMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = 172A65100F7BED7A001E861A /* SPConsoleMessage.m */; }; 173284EA1088FEDE0062E892 /* SPConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 173284E91088FEDE0062E892 /* SPConstants.m */; }; @@ -340,6 +341,8 @@ 1703EF400F0B0742005BBE7E /* tables.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = tables.html; sourceTree = ""; }; 17128B8A0FE6E0210035DD75 /* QLPreviewPanel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QLPreviewPanel.h; sourceTree = ""; }; 1713122F109C7DF600FB465F /* build.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = build.sh; sourceTree = ""; }; + 171312CC109D23C700FB465F /* SPTableTextFieldCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SPTableTextFieldCell.h; sourceTree = ""; }; + 171312CD109D23C700FB465F /* SPTableTextFieldCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SPTableTextFieldCell.m; sourceTree = ""; }; 17292441107AC41000B21980 /* SPXMLExporter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SPXMLExporter.h; sourceTree = ""; }; 17292442107AC41000B21980 /* SPXMLExporter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SPXMLExporter.m; sourceTree = ""; }; 172A650F0F7BED7A001E861A /* SPConsoleMessage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SPConsoleMessage.h; sourceTree = ""; }; @@ -773,6 +776,21 @@ name = QuickLook; sourceTree = ""; }; + 171312CF109D23CA00FB465F /* Cells */ = { + isa = PBXGroup; + children = ( + 17E641680EF01F37001BC333 /* ImageAndTextCell.h */, + 17E641690EF01F37001BC333 /* ImageAndTextCell.m */, + 58D2E228101222670063EF1D /* SPTextAndLinkCell.h */, + 58D2E227101222670063EF1D /* SPTextAndLinkCell.m */, + 171312CC109D23C700FB465F /* SPTableTextFieldCell.h */, + 171312CD109D23C700FB465F /* SPTableTextFieldCell.m */, + B57747DA0F7A89D0003B34F9 /* SPFavoriteTextFieldCell.h */, + B57747DB0F7A89D0003B34F9 /* SPFavoriteTextFieldCell.m */, + ); + name = Cells; + sourceTree = ""; + }; 173284E51088FEC20062E892 /* Data */ = { isa = PBXGroup; children = ( @@ -1060,12 +1078,9 @@ 17E641670EF01F19001BC333 /* Views */ = { isa = PBXGroup; children = ( - 17E641680EF01F37001BC333 /* ImageAndTextCell.h */, - 17E641690EF01F37001BC333 /* ImageAndTextCell.m */, + 171312CF109D23CA00FB465F /* Cells */, BC01BCCD104024BE006BDEE7 /* SPEncodingPopupAccessory.h */, BC01BCCE104024BE006BDEE7 /* SPEncodingPopupAccessory.m */, - B57747DA0F7A89D0003B34F9 /* SPFavoriteTextFieldCell.h */, - B57747DB0F7A89D0003B34F9 /* SPFavoriteTextFieldCell.m */, 173C44D61044A6AF001F3A30 /* SPOutlineView.h */, 173C44D71044A6B0001F3A30 /* SPOutlineView.m */, 29A1B7E30FD1293A000B88E8 /* SPPrintAccessory.h */, @@ -1120,8 +1135,6 @@ 5841423E0F97E11000A34B47 /* NoodleLineNumberView.m */, BC1847E80FE6EC8400094BFB /* SPEditSheetTextView.h */, BC1847E90FE6EC8400094BFB /* SPEditSheetTextView.m */, - 58D2E228101222670063EF1D /* SPTextAndLinkCell.h */, - 58D2E227101222670063EF1D /* SPTextAndLinkCell.m */, ); name = GUI; sourceTree = ""; @@ -1799,6 +1812,7 @@ 17292443107AC41000B21980 /* SPXMLExporter.m in Sources */, 582A01E9107C0C170027D42B /* SPNotLoaded.m in Sources */, 173284EA1088FEDE0062E892 /* SPConstants.m in Sources */, + 171312CE109D23C700FB465F /* SPTableTextFieldCell.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; -- cgit v1.2.3