diff options
author | stuconnolly <stuart02@gmail.com> | 2009-11-01 22:06:45 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-11-01 22:06:45 +0000 |
commit | 7280c2ffaf22f20e4aa8bd1057487b4c3d847c98 (patch) | |
tree | f30e950051f26d8b4499da073e3d000e9a328a07 /sequel-pro.xcodeproj/project.pbxproj | |
parent | 6a9e12b0bc9600fa3a0b878b74854e5ef29964bb (diff) | |
download | sequelpro-7280c2ffaf22f20e4aa8bd1057487b4c3d847c98.tar.gz sequelpro-7280c2ffaf22f20e4aa8bd1057487b4c3d847c98.tar.bz2 sequelpro-7280c2ffaf22f20e4aa8bd1057487b4c3d847c98.zip |
Improve truncating of table names (by appending ...) using SPTableTextFieldCell.
Diffstat (limited to 'sequel-pro.xcodeproj/project.pbxproj')
-rw-r--r-- | sequel-pro.xcodeproj/project.pbxproj | 26 |
1 files changed, 20 insertions, 6 deletions
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 = "<group>"; }; 17128B8A0FE6E0210035DD75 /* QLPreviewPanel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QLPreviewPanel.h; sourceTree = "<group>"; }; 1713122F109C7DF600FB465F /* build.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = build.sh; sourceTree = "<group>"; }; + 171312CC109D23C700FB465F /* SPTableTextFieldCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SPTableTextFieldCell.h; sourceTree = "<group>"; }; + 171312CD109D23C700FB465F /* SPTableTextFieldCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SPTableTextFieldCell.m; sourceTree = "<group>"; }; 17292441107AC41000B21980 /* SPXMLExporter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SPXMLExporter.h; sourceTree = "<group>"; }; 17292442107AC41000B21980 /* SPXMLExporter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SPXMLExporter.m; sourceTree = "<group>"; }; 172A650F0F7BED7A001E861A /* SPConsoleMessage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SPConsoleMessage.h; sourceTree = "<group>"; }; @@ -773,6 +776,21 @@ name = QuickLook; sourceTree = "<group>"; }; + 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 = "<group>"; + }; 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 = "<group>"; @@ -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; }; |