mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Run in default run-loop mode for document_t::sync_open
This commit is contained in:
@@ -217,7 +217,7 @@ namespace document
|
||||
|
||||
public:
|
||||
bool try_open (document::open_callback_ptr callback);
|
||||
void sync_open (CFStringRef runLoopMode = CFSTR("OakThreadSignalsRunLoopMode"));
|
||||
void sync_open (CFStringRef runLoopMode = kCFRunLoopDefaultMode);
|
||||
void close ();
|
||||
|
||||
void show ();
|
||||
|
||||
Reference in New Issue
Block a user