mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
This can be disabled using: defaults write com.macromates.TextMate.preview disableBundleSuggestions -bool YES Though the user can also hold option and select “Never” for a suggestions to never see that again, and once the user has a custom binding for a document’s type, no suggestion will be shown.
6 lines
377 B
Plaintext
6 lines
377 B
Plaintext
SOURCES = src/*.mm
|
|
CP_Resources = resources/*
|
|
LINK += BundleEditor BundlesManager Find HTMLOutputWindow OakAppKit OakFileBrowser OakFilterList OakFoundation OakSystem OakTextView Preferences authorization bundles command crash document editor file io kvdb ns regexp scm settings text
|
|
EXPORT = src/DocumentController.h
|
|
FRAMEWORKS = Cocoa
|