Mirko, all,
 I took your patch and ran with it - it now resembles the JDT's version
quite a bit (like most everything). The syntax coloring is now done as well.
I just checked it into the SVN head. It also brought up a fix for the
HyperlinkDetector stuff from murphee in the RubySourceViewerConfiguration
(case of a null editor underneath the code).
 The next step for those brave enough would be to implement a Structure
Creator and structure diff viewer. Then we'd get the nice view where you can
see how the high-level outline changes (like added/removed methods). I took
a quick glance and it seems not too complex, but it does involve wrangling
the ASTs again (and the JDT does so at a higher level than we do so their
JavaParseTreeBuilder is a bit simpler than our implementation would be).

Thanks,
Chris

On 12/6/06, Mirko Stocker <[EMAIL PROTECTED]> wrote:

Hi!

I'm trying to implement a merge view for RDT (the view that is shown to
watch
diffs, for example to synchronize with the repository or before applying a
refactoring). I thought it shouldn't be too hard to da and would be nice
to
have, but I can't get it working. The font of the view changes but it
isn't
colored at all.. maybe I'm setting the SimpleRubySourceViewerConfiguration
up
wrong or miss something.

If someone wants to take a look at it, that would be very nice :) I've
attached a patch with my changes, I haven't committed it to our repository
yet, not if I can't get it working :)

Thanks!

Mirko


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

_______________________________________________
Rubyeclipse-development mailing list
Rubyeclipse-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rubyeclipse-development






--
http://cwilliams.textdriven.com
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Rubyeclipse-development mailing list
Rubyeclipse-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rubyeclipse-development

Reply via email to