Skip to main content



      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 06:33
Eclipse UserFriend
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: Tue Jul 08 07:04:28 EDT 2025

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

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

Back to the top