mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 13:17:55 -05:00
This means that if one does “mate «folder»”, open a few files as tabs, and then close the window, next time the same folder is opened, TextMate will restore the tabs. Presently state is remembered (when closing a window) either if the file browser is visible or if more than one document is open in the window.
7 lines
383 B
Plaintext
7 lines
383 B
Plaintext
SOURCES = src/*.mm
|
|
CP_Resources = resources/*
|
|
FLAGS += -DREST_API='"$rest_api"'
|
|
LINK += kvdb command text authorization scm bundles cf Find HTMLOutputWindow io ns OakAppKit OakFileBrowser OakFilterList OakFoundation OakSystem OakTextView BundleEditor network Preferences encoding
|
|
EXPORT = src/DocumentController.h
|
|
FRAMEWORKS = Cocoa
|