aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPFieldMapperController.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-02-01 16:59:08 +0000
committerBibiko <bibiko@eva.mpg.de>2010-02-01 16:59:08 +0000
commita410164c7227eb3825a86b1502feaea497e796c1 (patch)
tree878a0ec7182e0a587e122781f57965cf7767811a /Source/SPFieldMapperController.h
parentc3f6e3a108a017aa20ac645d5d6d9e75adca33b8 (diff)
downloadsequelpro-a410164c7227eb3825a86b1502feaea497e796c1.tar.gz
sequelpro-a410164c7227eb3825a86b1502feaea497e796c1.tar.bz2
sequelpro-a410164c7227eb3825a86b1502feaea497e796c1.zip
• CMTextView: switch off syntax highlighting if text buffer size is larger than SP_SYNTAX_HILITE_BIAS (has to be improved)
• added SPFieldMapperController
Diffstat (limited to 'Source/SPFieldMapperController.h')
-rw-r--r--Source/SPFieldMapperController.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/Source/SPFieldMapperController.h b/Source/SPFieldMapperController.h
new file mode 100644
index 00000000..a1d8d4fa
--- /dev/null
+++ b/Source/SPFieldMapperController.h
@@ -0,0 +1,32 @@
+//
+// $Id$
+//
+// SPQueryFavoriteManager.h
+// sequel-pro
+//
+// Created by Hans-Jörg Bibiko on February 01, 2010
+//
+// This program is free software; you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation; either version 2 of the License, or
+// (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+// More info at <http://code.google.com/p/sequel-pro/>
+
+#import <Cocoa/Cocoa.h>
+
+
+@interface SPFieldMapperController : NSObject {
+
+}
+
+@end