Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Internal Refactoring: Move MySQL Help viewer into own xib with own co…
…ntroller
- Loading branch information
Showing
with
1,130 additions
and 757 deletions.
- +1 −0 Frameworks/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m
- +2 −194 Interfaces/English.lproj/DBView.xib
- +213 −0 Interfaces/English.lproj/HelpViewer.xib
- +14 −5 Resources/Templates/SPMySQLHelpTemplate.html
- +0 −40 Source/SPCustomQuery.h
- +17 −514 Source/SPCustomQuery.m
- +4 −0 Source/SPDatabaseDocument.h
- +11 −3 Source/SPDatabaseDocument.m
- +66 −0 Source/SPHelpViewerClient.h
- +262 −0 Source/SPHelpViewerClient.m
- +99 −0 Source/SPHelpViewerController.h
- +415 −0 Source/SPHelpViewerController.m
- +2 −1 Source/SPTextView.m
- +24 −0 sequel-pro.xcodeproj/project.pbxproj
Oops, something went wrong.