1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/core/org.eclipse.cdt.core/.options
Bogdan Gheorghe b456fdc959 Initial CTags Indexer contribution
Added timing option to all three indexers
Modified event notification for all indexers to make use of ICDTIndexer constants
Modified SearchEngine to work with all 3 indexers
Added UI block for CTagsIndexer
Ironed out some UI wrinkles in Indexer Block
Added indexer change event for UI Block
2005-03-28 16:36:13 +00:00

34 lines
921 B
Text

org.eclipse.cdt.core/debug=true
# Reports model builder activity
org.eclipse.cdt.core/debug/model=false
# Reports parser activity
org.eclipse.cdt.core/debug/parser=false
# Reports scanner activity
org.eclipse.cdt.core/debug/scanner=false
# Reports background indexer activity: indexing, saving index file, index queries
org.eclipse.cdt.core/debug/indexmanager=false
# Reports search activity
org.eclipse.cdt.core/debug/search=false
# Reports encoded index entries
org.eclipse.cdt.core/debug/indexer=false
# Reports time taken for an index
org.eclipse.cdt.core/debug/indextimes=false
# Reports search matches
org.eclipse.cdt.core/debug/matchlocator=false
# Reports delta processor tree activity
org.eclipse.cdt.core/debug/deltaprocessor=false
# Reports file type resolver activity
org.eclipse.cdt.core/debug/typeresolver=false
# Reports file type resolver activity
org.eclipse.cdt.core/debug/typeresolver=false