Files
textmate/Frameworks/OakTextView/target
Allan Odgaard 0413f35eeb Rework symbol chooser code
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).
2013-01-30 16:17:32 +01:00

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