mirror of
https://github.com/textmate/textmate.git
synced 2026-04-06 03:01:29 -04:00
Preview can now be initiated with multiple items and while the preview panel is showing, one can use arrow up/down to switch to other items (in the file browser).
15 lines
398 B
Objective-C
15 lines
398 B
Objective-C
#ifndef PRELUDE_M_PCH_KZLXVFRT
|
|
#define PRELUDE_M_PCH_KZLXVFRT
|
|
|
|
#include "prelude.c"
|
|
#include "prelude-mac.h"
|
|
|
|
#import <objc/objc-runtime.h>
|
|
#import <AddressBook/AddressBook.h>
|
|
#import <Cocoa/Cocoa.h>
|
|
#import <ExceptionHandling/NSExceptionHandler.h>
|
|
#import <Quartz/Quartz.h> // includes the private QuickLookUI.h
|
|
#import <WebKit/WebKit.h>
|
|
|
|
#endif /* end of include guard: PRELUDE_M_PCH_KZLXVFRT */
|