aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPEditSheetTextView.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2009-08-11 13:59:58 +0000
committerBibiko <bibiko@eva.mpg.de>2009-08-11 13:59:58 +0000
commit07082135254e88cbfd421aa41f12522582b10d89 (patch)
tree646e38024c453a0146ef59b33bae339f90c4749d /Source/SPEditSheetTextView.h
parent32df64e8f588f6a16f2ad9c821c6db149c3bdb03 (diff)
downloadsequelpro-07082135254e88cbfd421aa41f12522582b10d89.tar.gz
sequelpro-07082135254e88cbfd421aa41f12522582b10d89.tar.bz2
sequelpro-07082135254e88cbfd421aa41f12522582b10d89.zip
• in Table Content the button status of "edit spreadsheet or sheet-like" will be saved in the Prefs
• font settings in the Field Editor Sheet will be saved in the Prefs • improved max text length checking while using other InputManager (eg Japanese etc.) - still a bit under construction Note: each Beep() wil be replaced by a tooltip soon.
Diffstat (limited to 'Source/SPEditSheetTextView.h')
-rw-r--r--Source/SPEditSheetTextView.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPEditSheetTextView.h b/Source/SPEditSheetTextView.h
index 1c6ee563..7c225a78 100644
--- a/Source/SPEditSheetTextView.h
+++ b/Source/SPEditSheetTextView.h
@@ -28,5 +28,6 @@
- (unsigned int)characterIndexOfPoint:(NSPoint)aPoint;
- (void)insertFileContentOfFile:(NSString *)aPath;
+- (void)saveChangedFontInUserDefaults;
@end