Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » How to associate files without extension with a customized editor? (like Makefile etc)
How to associate files without extension with a customized editor? (like Makefile etc) [message #288317] Fri, 15 July 2005 11:26 Go to next message
Martin Olsson is currently offline Martin OlssonFriend
Messages: 20
Registered: July 2009
Junior Member
Hi,

How can I associate an Eclipse editor with a file that has no extension?

My plugin needs to support editing of Makefile's and I don't know how to
make sure these Makefile's are opened in my customized editor?


regards,
martin olsson
export problem [message #288318 is a reply to message #288317] Fri, 15 July 2005 12:28 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: xxo.nospam.org

Hi,

I have some problems exporting my rcp application.
Everything works fine as long as I don´t export into jar
plugins. But in that case certain classes aren´t put into
the jar file. Seems that these are classes with quite long
names ( >32 characters).
Has anybody else expirienced a similar problem?
Any suggestions?

Thanks, Volker

P.S. I use eclipse3.1
Re: export problem [message #290605 is a reply to message #288318] Fri, 26 August 2005 17:52 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: xxo.nospam.org

Volker wrote:
> Hi,
>
> I have some problems exporting my rcp application.
> Everything works fine as long as I don´t export into jar
> plugins. But in that case certain classes aren´t put into
> the jar file. Seems that these are classes with quite long
> names ( >32 characters).
> Has anybody else expirienced a similar problem?
> Any suggestions?
>
> Thanks, Volker
>
> P.S. I use eclipse3.1


https://bugs.eclipse.org/bugs/show_bug.cgi?id=69620
Re: How to associate files without extension with a customized editor? (like Makefile etc) [message #290606 is a reply to message #288317] Fri, 26 August 2005 19:55 Go to previous message
Eclipse UserFriend
Originally posted by: mvsteenbergen.eljakim.scratch-this.nl

See the PDE UI plugin for an example (look in the CVS repository at the
plugin.xml file). You can specify a class (I don't know which one by
heart) which determines if a resource should be opened with your editor.

Regards,

Martijn.

Martin Olsson wrote:
> How can I associate an Eclipse editor with a file that has no extension?
>
> My plugin needs to support editing of Makefile's and I don't know how to
> make sure these Makefile's are opened in my customized editor?
Previous Topic:Copy directory from 3.1 plugin into new project
Next Topic:custom rules implementation problem , IRule ,IPrecicateRule ,
Goto Forum:
  


Current Time: Wed Apr 24 15:50:53 GMT 2024

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

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

Back to the top