• 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
_______________________________________________
textmate-dev mailing list
[email protected]
http://lists.macromates.com/listinfo/textmate-dev

Reply via email to