Hello Markus!

On Apr 9, 2006, at 1:33 PM, Markus Barchfeld wrote:
Is the old formatter tab in the editor preferences still used? What about the tab-to-space feature?

Yes, I think the tab-to space feature is still used via that preference page. In moving towards a new formatter, I probably should have done a better job of combining the new and old preference pages, sorry. At some point they should all be on the new page.


The Ruby Browsing perspective has escaped my attention until today, pretty cool! I got a not reproducible StackOverflow error at the first start but it worked fine since then.

Yeah I fixed that a day or two ago. There was an infinite loop in RubyModelManager, but it should be solid now.


What about the preferences: should the "show method parameter names" influence the Members view? In that case it would be broken.

No, it shouldn't right now. That's legacy stuff from the JDT version. Since we have no type info for arguments - instead of showing type we always show method parameter names. It should probably be removed.

What means "show members in Package Explorer"?

Another legacy leftover from JDT. If we ever create a replacement for the Ruby Resources View that behaves like the Package Explorer does for JDT we could offer the ability to drill down inside a RubyScript to see it's methods and variables.


We should probably set up our plugins to enforce that they require the 3.1.x versions of eclipse plugins (we'd need to figure out which plugins and versions exactly) - so we can avoid our users trying RDT out on 3.2 and having all sorts of odd bugs.

Did Kyle's compatibility check fix the problems with 3.2? Can you start HEAD on 3.2? Then we don't have to bind the RDT relase to Eclipse 3.1.

I'm running HEAD on Eclipse 3.2 and it appears to be working fine, so I don't think we need to do the version dependencies anymore...

Thanks,
Chris


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Rubyeclipse-development mailing list
Rubyeclipse-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rubyeclipse-development

Reply via email to