mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 13:17:55 -05:00
The symbol chooser is now owned by DocumentView instead of DocumentController. The symbol chooser does not know about its owner and is not an observer of any notifications. Instead it has a property for “document” and one for “selectionString”. It is the owners job to update these properties (i.e. when switching document or changing the selection).
8 lines
327 B
Plaintext
8 lines
327 B
Plaintext
SOURCES = src/*.{cc,mm}
|
|
EXPORT = src/OakDocumentView.h src/GutterView.h src/OakTextView.h
|
|
CP_Resources = resources/*
|
|
LINK += layout text bundles editor document theme ns plist OakAppKit OakFoundation OakSystem regexp scope settings BundleMenu OakFilterList
|
|
FRAMEWORKS = Cocoa
|
|
|
|
OBJCXX_FLAGS += -fno-objc-arc
|