[SVN] r11569 (C)

Allan Odgaard mailinglist at textmate.org
Thu May 28 21:46:00 UTC 2009


• improve completion for system (Obj-)C(++) headers

It will go through GCC’s include directories (unless TM_SYS_HEADER_PATH is set) and collect files which match the current word. For frameworks found it will use “«framework»/«framework».h” if such “main” header exists in the framework. For directories it will collect all *.h files under that directory, e.g. “#include <Com‸>” will complete to “#include <CommonCrypto/CommonCryptor.h‸>” and allow you to cycle through the CC headers.

Ideally completion of files in directories (and frameworks) should be a two-step operation, but because completion is based on current word there is currently no way to make that work.

Changed:
U   trunk/Bundles/C.tmbundle/Preferences/Include Completion (System).tmPreferences



More information about the textmate-dev mailing list