Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Make file editor

Hi Robert,

      Thanks  alot.

Regards,
Sheldon

On 11/24/06, Robert Norton <rnorton@xxxxxxxxxxxx > wrote:
Hi Sheldon,
 
Check out org.eclipse.cdt.make.core/plugin.xml. In the 'extensions' tab look for org.eclipse.core.runtime.contentTypes, find the one that says file-association and add the name or extension of the rules file. If you are creating it as a separate plugin you might have to copy and paste the following lines into plugin.xml:
 
   <extension point="org.eclipse.core.runtime.contentTypes">
      <file-association
       content-type="org.eclipse.cdt.make.core.makefile"
       file-names="rules"
       file-extensions=""/>
   </extension>
 
Hope this answers your question.
 
Robert


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Sheldon Dsouza
Sent: 23 November 2006 18:33
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] Make file editor

Hi,

        I am currently working on a debin package mgmt system in eclipse, in debian there a rules file that plays an important role in package mgmt. The rules file structure is similar to the makefile. Insted of creating a new editor for the rules file i would like to associate rules files with the make file editor. Is this possible and how do i do it.

Regards,
Sheldon

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev




Back to the top