diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-10-29 12:50:12 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-10-29 12:50:12 +0000 |
commit | 497a0c7c9d30fe60763f54982b96b2cec8fa649a (patch) | |
tree | d09af2bee7cd5d39b42d3046c63a47b79027a8b4 /Source/SPFieldEditorController.h | |
parent | fb4d3131a958dabef17c3c58418e2601868e6f67 (diff) | |
download | sequelpro-497a0c7c9d30fe60763f54982b96b2cec8fa649a.tar.gz sequelpro-497a0c7c9d30fe60763f54982b96b2cec8fa649a.tar.bz2 sequelpro-497a0c7c9d30fe60763f54982b96b2cec8fa649a.zip |
• Field Editor sheet
- fixed some inconsistencies regarding window
- first humble trials to get rid of the Find Panel inside the editTextView
-- it seems that the problem is that NSTextFinder internally validates all buttons against [[NSApp mainWindow] firstResponder] == NSTextView ; in our case the [[NSApp mainWindow] firstResponder] is the calling SPCopyTable object
-- set a possible visible Find Panel to [textFinderPanel setWorksWhenModal:YES] inside the modal session ; by doing so the controls are available via keyboard and mouse but NOT the buttons
-- work on it will be continued
Diffstat (limited to 'Source/SPFieldEditorController.h')
-rw-r--r-- | Source/SPFieldEditorController.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPFieldEditorController.h b/Source/SPFieldEditorController.h index 12342fea..af914f82 100644 --- a/Source/SPFieldEditorController.h +++ b/Source/SPFieldEditorController.h @@ -130,6 +130,8 @@ IBOutlet NSTextField *bitSheetBitLabel48; IBOutlet NSTextField *bitSheetBitLabel56; + id usedSheet; + id sheetEditData; BOOL editSheetWillBeInitialized; BOOL _isBlob; |