Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » PropertyTester for Classpath Folder
PropertyTester for Classpath Folder [message #1733789] Tue, 31 May 2016 20:27
Parisa Moosavi is currently offline Parisa MoosaviFriend
Messages: 81
Registered: June 2015
Member
Hi,

I have developed a plugin and it contains a PropertyTester for IFolder. now I want to have a PropertyTester for classpath for example src folder but I don't know which type I should use in Extensions definition.
I want to test the content of src folder and this code works only for a folder.
   <extension
         point="org.eclipse.core.expressions.propertyTesters">
      <propertyTester
            class="pimar.editor.textual.multieditor.plugin.propertytesters.ModelFilesTester"
            id="pimar.editor.textual.multieditor.plugin.modelFilesTester"
            namespace="pimar.editor.textual.multieditor.plugin.propertytesters"
            properties="areModelsExisted"
            type="org.eclipse.core.resources.IFolder">
      </propertyTester>
   </extension>


Thanks
Previous Topic:Adding target content problem
Next Topic:How to implement Quick Fix / Quick Assist for custom editor?
Goto Forum:
  


Current Time: Thu Apr 25 13:54:51 GMT 2024

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

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

Back to the top