Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Dltk-dev] Using SQL Indexer manually

Hi,

i'm trying to add elements to the DLTK index which are not inside DLTK SourceModules.

The reason is that i'm extending PDT for a PHP framework which declares some modelelements
in non PHP files like XML/Yaml files.

I would like to index those elements as IModelElement.USER_ELEMENT type with the IScriptProject as their parent element, so i can search for them in the DLTK Index with a Project Searchscope.

I've registered a Standard eclipse builder which parses those xml/yaml files right now, but i'm
not sure if accessing the DLTK SQLIndexer from there directly is possible.


regards

-robert





Back to the top