Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [mylar-dev] using Mylar with RadRails

Eugene Kuleshov wrote:
> Mik,
>
>  I was helping friend to get Mylar working on popular IDE based on 
> Eclipse for Ruby on Rails (RadRails). Standalone RadRails IDE has only 
> a subset of platform plugins, so Mylar didn't work there (even when we 
> tried to manually install Mylar's plugins since there is no common 
> update manager either). We ended up installing Eclipse and have pulled 
> RarRails plugins from their update site, but then we faced number of 
> issues.

Our plug-in modularity is intended to support this, even if the current
features don't make it convenient.  What's RadRails missing?  Seems like you
could just install by getting the site zip and putting everything there
other than mylar.java, which requires JDT.  If they don't have eclipse.team
you'll have to skip mylar.team.  If they don't have PDE you'll have to skip
mylar.ide, which gets you the Navigator and Project Explorer actions for
Apply Mylar.  In that case we should consider moving the PDE bridge to
mylar.java, which is fine since PDE is coupled to eclipse.jdt anyway.

>  First of all "Rails Explorer" view does not show Mylar filtering 
> icon, so it is not possible to hide out uninteresting resources from 
> that view.
>
>  Secondly, as I expected Mylar does not have bridge for Ruby 
> structures and as a result interest filter does not seem to work on 
> Outline view.

I just responded to this on bug:

150772: [bridge] RadRails
https://bugs.eclipse.org/bugs/show_bug.cgi?id=150772

Also note the corresponding section on the new wiki-based FAQ:

http://wiki.eclipse.org/index.php/Mylar_FAQ#Integration_with_other_tools

>  Anyways, we have tried to use generic "Project Explorer" view and 
> Mylar filtering seem to work there, however quick unfiltering didn't 
> work at all. It was running on XUbuntu Linux, so I am not sure if it 
> was a platform specific issue.
>
>  Any thoughts on this are really appreciated.

While as indicated on the bug it will require others' contributions to have
Mylar support RadRails, we will be happy making sure that we make those
contributions easy.  Just fyi creating Bridges and Apply Mylar actions is a
lot easier than creating Connectors.

Mik

--
Mik Kersten, http://kerstens.org/mik
Mylar Project Lead, http://eclipse.org/mylar




Back to the top