source: trunk/Cocoa/Pester/Source/PSDateFieldEditor.h@ 622

Last change on this file since 622 was 622, checked in by Nicholas Riley, 14 years ago

Fix up date completion with field editor.

Still to do:

  • autocomplete still doesn't trigger in some cases when it should
  • move things into PSTimeDateEditor so they're usable in "until..."
File size: 221 bytes
Line 
1//
2// PSDateFieldEditor.h
3// Pester
4//
5// Created by Nicholas Riley on 3/1/10.
6// Copyright 2010 Nicholas Riley. All rights reserved.
7//
8
9#import <Cocoa/Cocoa.h>
10
11
12@interface PSDateFieldEditor : NSTextView {
13
14}
15
16@end
Note: See TracBrowser for help on using the repository browser.