Created
October 21, 2014 10:27
-
-
Save cromica/4c9886d356eadb407d4a to your computer and use it in GitHub Desktop.
Get translation unit context for Studio TM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public override SearchResults[] SearchTranslationUnitsMasked(SearchSettings settings, TranslationUnit[] translationUnits, bool[] mask) | |
{ | |
var results = base.SearchTranslationUnitsMasked(settings, translationUnits, mask); | |
//iterate thru results and take the translation units which have context now | |
return results; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment