Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Dynamic Languages Toolkit (DLTK) » Using SQL Indexer for Non-SourceModules
Using SQL Indexer for Non-SourceModules [message #688957] Sun, 26 June 2011 10:33
Robert Gruendler is currently offline Robert GruendlerFriend
Messages: 66
Registered: June 2011
Member
Hi,

my PDT Extension needs to index some configuration elements in XML/Yaml files, but as i'm extending the PHP Language, the IndexingParser will never be called for non .php files like .xml or .yml.

I would simply need to store some custom IModelElement.USER_ELEMNTs in the index, so i can access them later from within PHP SourceModules. Right now i've written my own SQlIndexer which i'm using inside the native Eclipse Builder (which is invoked on any file in the workspace).

Is there a way to retrieve the DLTK SqlIndexer directly somehow so i don't need to re-invent the wheel?
Previous Topic:Documentation
Next Topic:Debugging JRuby in Java container with dltk
Goto Forum:
  


Current Time: Sat May 04 12:13:31 GMT 2024

Powered by FUDForum. Page generated in 0.02722 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top