Uses of Class
com._1c.g5.v8.dt.search.core.TextSearchScopeSettings
Packages that use TextSearchScopeSettings
Package
Description
-
Uses of TextSearchScopeSettings in com._1c.g5.v8.dt.search.core
Methods in com._1c.g5.v8.dt.search.core that return TextSearchScopeSettingsModifier and TypeMethodDescriptionTextSearchScopeSettings.addDtProjects(Collection<IDtProject> projects) ConvertIDtProjects to project and add to setting.TextSearchScopeSettings.addProjects(Collection<org.eclipse.core.resources.IProject> projects) AddIProjects to setting.TextSearchScopeSettings.addProjects(org.eclipse.core.resources.IProject... projects) AddIProjects to setting.TextSearchScopeSettings.addSearchFor(SearchFor... searchFors) AddSearchFors to setting.TextSearchScopeSettings.addSearchFor(Collection<SearchFor> searchFors) AddSearchFors to setting.TextSearchScopeSettings.addSearchIn(SearchIn... searchIns) AddSearchIns to setting.TextSearchScopeSettings.addSearchIn(Collection<SearchIn> searchIns) AddSearchIns to setting.TextSearchScopeSettings.addSearchScope(SearchScope... searchScopes) AddSearchScopes to setting.TextSearchScopeSettings.addSearchScope(Collection<SearchScope> searchScopes) AddSearchScopes to setting.Constructors in com._1c.g5.v8.dt.search.core with parameters of type TextSearchScopeSettingsModifierConstructorDescriptionTextSearcher(String searchText, boolean caseSensitive, TextSearchScopeSettings searchScopeSettings, ISearchResultCollector searchResultCollector, IBmModelManager bmModelManager, ITextSearchIndexProvider textSearchIndexProvider, IExternalPropertyManagerRegistry externalPropertyManagerRegistry, IDtHostResourceManager hostResourceManager) Create instance of text searcher -
Uses of TextSearchScopeSettings in com._1c.g5.v8.dt.search.core.refactoring
Methods in com._1c.g5.v8.dt.search.core.refactoring with parameters of type TextSearchScopeSettingsModifier and TypeMethodDescriptionCollection<org.eclipse.ltk.core.refactoring.Change>TextSearchRefactoringParticipant.createRefactoringChange(org.eclipse.ltk.core.refactoring.Change normalRefactoringChange, String newName, TextSearchScopeSettings searchScopeSettings, org.eclipse.core.runtime.IProgressMonitor pm) Creates refactoring change by results of full text search for renaming element -
Uses of TextSearchScopeSettings in com._1c.g5.v8.dt.search.core.refs
Methods in com._1c.g5.v8.dt.search.core.refs with parameters of type TextSearchScopeSettingsModifier and TypeMethodDescriptionTextSearchReferenceFinder.findReferences(TextSearchScopeSettings searchScopeSettings, org.eclipse.core.runtime.IProgressMonitor pm) Creates references description by results of full text search for source element